Gerben Wierda wrote:
I have been trying to do this for a test with larger notes, but this fails:

\starttext
\startbuffer[tufte]
\input tufte
\stopbuffer
\startbuffer[knuth]
\input knuth
\stopbuffer
\dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf}

it's \getbuffer else you indeed get a verbatim buffer (which is what type does);

\dorecurse{100}{test \footnote{\input knuth } \endnote{eee}\endgraf}

also works; put a space or \relax after \input, else tex keeps scanning; alternatively use \ReadFile{knuth} or \readfile{knuth}{}{}


\page

\placenotes[endnote]

\stoptext

But I get "\input tufte" in my footnotes. Putting the \input directly in the \footnote also fails because TeX cannot open the fiile.

G

On 21 Mar 2005, at 17:42, Hans Hagen wrote:

Idris Samawi Hamid wrote:

Dear gang,
I think this may have been missed, so I'm sending it again.


replace your core-not.tex by the attached file and regenerate the format

\starttext

\dorecurse{100}{test \footnote{test} \endnote{eee}\endgraf}

\page

\placenotes[endnote]

\stoptext

should work then

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
<core-not.tex>_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context





--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to