mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Remove ../text/ from standard
This commit is contained in:
parent
67863a6596
commit
02af93b654
1 changed files with 5 additions and 5 deletions
|
@ -287,7 +287,7 @@ font-weight: normal;
|
|||
<p>Endnotes must be numbers that are sequential throughout the entire text. Since many books just used “*” to denote a footnote, when converting to endnotes we have to assign those a number.</p>
|
||||
<h3>Linking to endnotes</h3>
|
||||
<p>In the body text, you refer to an endnote using this pattern:</p>
|
||||
<code class="html full"><p>This is some text followed by a reference to an endnote.<a href="../text/endnotes.xhtml#note-1" id="noteref-1" epub:type="noteref">1</a></p></code>
|
||||
<code class="html full"><p>This is some text followed by a reference to an endnote.<a href="endnotes.xhtml#note-1" id="noteref-1" epub:type="noteref">1</a></p></code>
|
||||
<ul>
|
||||
<li><p>The <code class="html">id</code> attribute is always “noteref-N” where N is the number of the endnote.</p></li>
|
||||
<li><p>The <code class="html">epub:type</code> attribute is set to “noteref”.</p></li>
|
||||
|
@ -308,10 +308,10 @@ font-weight: normal;
|
|||
<ol>
|
||||
<li id="note-1" epub:type="rearnote">
|
||||
<p>The first endnote goes here.</p>
|
||||
<p>Here's another line for the first endnote. <a href="../text/chapter-1.xhtml#noteref-1" epub:type="se:referrer">↩</a></p>
|
||||
<p>Here's another line for the first endnote. <a href="chapter-1.xhtml#noteref-1" epub:type="se:referrer">↩</a></p>
|
||||
</li>
|
||||
<li id="note-2" epub:type="rearnote">
|
||||
<p>The second endnote goes here. <a href="../text/chapter-1.xhtml#noteref-2" epub:type="se:referrer">↩</a></p>
|
||||
<p>The second endnote goes here. <a href="chapter-1.xhtml#noteref-2" epub:type="se:referrer">↩</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
@ -330,7 +330,7 @@ font-weight: normal;
|
|||
|
||||
<li><p>If an endnote contains a citation offset with a dash (for example, “—Ed.”), separate the citation from the text with a single space and enclose it in the <code class="html"><cite></code> tag:</p>
|
||||
<code class="html full"><li id="note-1" epub:type="rearnote">
|
||||
<p>Here’s an endnote. <cite>—<abbr class="eoc">Ed.</abbr></cite> <a href="../text/chapter-1.xhtml#note-1" epub:type="se:referrer">↩</a></p>
|
||||
<p>Here’s an endnote. <cite>—<abbr class="eoc">Ed.</abbr></cite> <a href="chapter-1.xhtml#note-1" epub:type="se:referrer">↩</a></p>
|
||||
</li></code>
|
||||
</li>
|
||||
|
||||
|
@ -744,7 +744,7 @@ font-style: italic;
|
|||
<h2 epub:type="title">List of Illustrations</h2>
|
||||
<ol>
|
||||
<li>
|
||||
<a href="../text/preface.xhtml#the-edge-of-the-world">The Edge of the World</a>
|
||||
<a href="preface.xhtml#the-edge-of-the-world">The Edge of the World</a>
|
||||
</li>
|
||||
|
||||
<!--snip all the way to the end-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue