- 이 주제에는 4개 답변, 1명 참여가 있으며 mimoon가 4 년, 4 월 전에 전에 마지막으로 업데이트했습니다.
-
글쓴이글
-
2020-08-01 9:46 오후 #8775
Current page
<span class="apice"><a href="Section0011.xhtml#fnref15" id="fn15">[1000]</a></span>
Endnote page
<p class="Note"><span class="apice-note"><a href="Section0005.xhtml#fn15" id="fnref15">[15]</a></span> blah blah ... </p>
And Css
p.Note { font-size : 0.75em; line-height : 1.2; text-align : left; color : #000000; text-indent : 0px; margin : 0px 0px 7px 0px; } span.apice { font-weight : normal; font-style : normal; font-size : 0.70em; vertical-align : super; color : #000000; } span.apice-note { font-weight : normal; font-style : normal; font-size : 0.80em; vertical-align : super; color : #000000; }
Ridibooks App Ok but Kyobo Apps Not OK
2020-08-01 10:51 오후 #8776ePub 3 in head
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:xml="http://www.w3.org/XML/1998/namespace">
another tips
current page
<a href="#n1" epub:type="noteref" >1</a>
Endnote page<aside id="n1" epub:type="footnote" > This is a note <aside>
not run / not work
2020-08-02 6:01 오전 #8777Kyobo Standard
Current page
<p>worthy of a footnote <a epub:type="noteref" href="Section0011.xhtml#n1">[ref]</a></p>
Endnote page
<aside id="n1" epub:type="footnote" >This is a note</aside>
2020-08-02 6:06 오전 #8778another reference (not run in Kyobo)
current page<p>This note should contain a word in italic<a epub:type="noteref" id="r2" href="Section0011.xhtml#n2"><i><sup>W</sup></i></a>.</p>
Endnote page
<p epub:type="footnote" id="n2"><a href="Section0005.xhtml#r2">W</a> - another <i>footnote</i> text</p>
2020-08-02 7:15 오전 #8779Standard Final
1. 일반적인 Header를 3.0/ aside를 위해 변경
일반(변경전):<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
변경(3.0 for aside):
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" xmlns:epub="http://www.idpf.org/2007/ops">
※ point: namespace line in the last line!
2. Change endnote-number in Current page
변경 전:
<sup class="Endnote-Number-in-Body _idGenCharOverride-2"><span id="endnote-067-backlink"><a class="_idEndnoteLink _idGenColorInherit" href="Section0011.xhtml#endnote-067">[67]</a></span></sup>
변경 후:
<sup class="Endnote-Number-in-Body _idGenCharOverride-2"><span id="endnote-067-backlink"><a class="_idEndnoteLink _idGenColorInherit" epub:type="noteref" href="Section0011.xhtml#endnote-067">[67]</a></span></sup>
※ point: t” href=”Section0011 —> t” epub:type=”noteref” href=”Section00113. Change span tags into aside in Endnote page
1) 1step (part of open)
변경 전:
<span id="endnote-
변경 후:
<aside epub:type="footnote" id="endnote-
2) 2step (closing)
변경 전:
</span></p>
</aside></p>
-
글쓴이글
- 답변은 로그인 후 가능합니다.