Re: [NTG-context] linenotes/footnotes

2006-04-22 Thread Hans Hagen
it? :-) But the patch isn't quite working, now notes are typeset on top of each other. hm, can you send me your (small) test file? (make sure that at place time the same settings apply ! so either use \setupnote or also provide the setting sto \place... Hans

Re: [NTG-context] 'Glossary' on every page

2005-12-29 Thread Hans Hagen
\defineconversion [ownnote] [\ownnotesymbol] \setupnote [glossary] [conversion=ownnote, textcommand=, textstyle=, numbercommand=] \showframe \starttext \dorecurse{10} {\dorecurse{5} {I'm \ownnote[glossary]{whowing}{whow}{whatever needs to be glossed:~\recurselevel} a bit

RE: [NTG-context] footnote text formatting

2005-06-10 Thread Idris Samawi Hamid
Hi Hans, Looking back on this, is it possible to add a key like [notetextcommand=command#1] so that one can control things like indentation without resorting to redefining things?: \setupnote[endnote][location=none,margindistance=0em, notetextcommand=\hskip1.2em] seems nice... Best Idris

[NTG-context] a small typo

2005-04-12 Thread Martin Kolarík
\startbuffer[tufte] \input tufte \stopbuffer \startbuffer[knuth] \input knuth \stopbuffer \dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf} \page \placenotes[endnote] \setupnote[endnote][location=none] \starttext \dorecurse{100}{test \endnote{eee}\endgraf} \page

Re: [NTG-context] footnote placement

2005-03-29 Thread Hans Hagen
] \setupnote[endnote][location=none] \starttext \dorecurse{100}{test \endnote{eee}\endgraf} \page \placenotes[endnote] \stoptext i'll make location=none the defautl for endnotes; (other alternatives will snap and add backgrounds and such which is one reason for the notes not breaking Hans

Re: [NTG-context] critical editions in context

2005-03-16 Thread h h extern
\linenotelinenumber=\linenumber\relax \def\linenotelinenumber##1{#2}% \setupnote[#1] [\c!numbercommand=\linenotelinenumber, \c!textcommand=\gobbleoneargument]% \setnote[#1]{#3}% \fi \egroup} \protect \starttext \tracelinenotestrue \setuppapersize[S6][S6] \setuplayout

<    2   3   4   5   6   7