Re: [NTG-context] E-books and XML.

2014-09-13 Thread Henning Hraban Ramm

Am 2014-09-07 um 15:35 schrieb Hans Hagen pra...@wxs.nl:

 On 9/6/2014 1:04 PM, Hans Hagen wrote:
 Hi,
 
 An update:
 
 mtxrun --script mtx-epub --make somefile
 
 now makes an epub 3.0 container ... at least my example is accepted by
 the kobo, It even works ok when I put fonts on it.
 
 I'll finalize (simplify) some of the code later.
 
 I somehow got links working too without the a so we have a cleaner output 
 now. As a side effect we have different attributes ... so you might want to 
 check your scripts and the wiki page.
 
 -- links:
 --
 -- url  :
 -- file :
 -- internal : automatic location
 -- location : named reference
 
 -- references:
 --
 -- implicit : automatic reference
 -- explicit : named reference

Thank you for the notification, I updated my scripts and the wiki page: 
http://wiki.contextgarden.net/Epub_Sample

BTW I don’t like the javascript links in export.html; I guess they won’t work 
in most readers, and I prefer clean, semantic HTML.
But since I start from the XML anyway, it doesn’t matter for me.

Greetlings, Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Referencing existing endnotes

2014-09-13 Thread Gerben Wierda
Suppose, in a footnote, I want to reference an existing endnote.

text text text text.\endnote{Bladibladibla ends up at end of document, numbered 
in an appendix} Text text text text

Text text\footnote{Foo bar bar bar\referencetoexistingendnotedefinedabove} text 
text

Can I do that in some way?

G
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Referencing existing endnotes

2014-09-13 Thread Wolfgang Schuster

Am 13.09.2014 um 14:49 schrieb Gerben Wierda gerben.wie...@rna.nl:

 Suppose, in a footnote, I want to reference an existing endnote.
 
 text text text text.\endnote{Bladibladibla ends up at end of document, 
 numbered in an appendix} Text text text text
 
 Text text\footnote{Foo bar bar bar\referencetoexistingendnotedefinedabove} 
 text text
 
 Can I do that in some way?

\starttext

Text text text text.\endnote[myendnote]{Ends up at end of document, numbered in 
an appendix}

Text text\footnote{Foo bar bar bar\note[endnote][myendnote]} text text
Text text\footnote{Foo bar bar bar \in{endnote}[myendnote] at 
\at{page}[myendnote]} text text

\placenotes[endnote]

\stoptext

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___