[NTG-context] \placenotes ends up in wrong place when mixing one- and two- column layouts.

2022-05-10 Thread Zhichu Chen via ntg-context
condary Institute or Affiliation, City, Country}] \processcommacommand[fst,snd]\useaddress \postponenotes The Title\thanks{Work supported by somebody.} %\startlocalnotes[address] Me\email{myemail@some.where}\high{,}\note[address][fst]\high{,}\note[address][snd] %\placelocalnotes[addre

[NTG-context] local notes, "serried" (paragraph) or column style.

2021-12-29 Thread Youssef Cherem via ntg-context
%distance=.5em, %display=no ] % or set 1 % n=3 doesn’t work \starttext \startlocalnotes Author 1\afiliação{asdf} Author 2\afiliação{asdf} \dorecurse{5}{\afiliação{Nota explicativa.}} \placelocalnotes[afiliação] \stoplocalno

[NTG-context] Local custom notes affect regular footnotes

2020-10-09 Thread Henning Hraban Ramm
If I use local notes, regular footnotes disappear in the following example: \definenote[testnote] \starttext \startlocalnotes[testnote] Test\testnote{Custom note} Other text inbetween with normal footnotes.\footnote{Footnote} Test\testnote{Another custom note} Other text afterwards with

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-26 Thread Idris Samawi Hamid ادريس سماوي حامد
alfootnotes. So how does one setup a conversion (or manual numbering) for localfootnotes? \startlocalnotes[footnote] \setupnotation[footnote][numberconversion=...] ... \stoplocalnotes Many thanks. BTW: \startlocalfootnotes = \startlocalnotes[footnote] Ah, good to know that - still addi

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Wolfgang Schuster
bering) for localfootnotes? \startlocalnotes[footnote] \setupnotation[footnote][numberconversion=...] ... \stoplocalnotes BTW: \startlocalfootnotes = \startlocalnotes[footnote] Wolfgang ___ If your question is of

Re: [NTG-context] definenote and localfootnotes

2017-11-03 Thread Pablo Rodriguez
e noteone appear in the local > context? \setuppapersize [A5] \definenote [noteone] [footnote] % there is no different number \setupnotation [noteone] [style=bold, headstyle=bold] \setupnote [noteone] [textstyle=bold] \starttext \startlocalnotes[footnote] \startlo

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Hans Hagen
t one. weird ... works here Sorry, copy-paste error on my side (as Wolfgang already noticed). It's strc-not.mkvi that fails, not core-sys.mkiv. a more mkiv-ishc example is: \startlocalnotes[footnote] \placetable {Some Table} \placeontopofeachother {\starttable[|l|r|] \HL

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Wolfgang Schuster
ks here There is a error when try to process strc-not.mkvi which comes from this line: %D \startlocalnotes[width=.3\hsize,n=0] The argument has to be “footnote” and not a assignment, changing the lines to %D \startlocalnotes[footnote] fixes it. Wolfgang __

Re: [NTG-context] Luatex error in latest beta (standalone)

2012-08-03 Thread Alan Bowen
expanded\def\placelocalfootnotes {\dodoubleempty\strc_notes_place_local_footnotes[\v!footnote]} 1710 \unexpanded\def\startlocalfootnotes{\startlocalnotes [\v!footnote]} % alleen footnote 1711 \unexpanded\def\stoplocalfootnotes {\stoplocalnotes } \ctxcommand .

[NTG-context] \note does not preserve formatting -- example

2012-01-23 Thread Peter Park Nelson
agraph=yes] \setupnotedefinition[affiliation] [location=serried, distance=.4em, display=no] \starttext \startlocalnotes[affiliation] \startAuthorlist % Convenience macros for setting up some affiliations separately: \def\useaffiliation#1{\note[#1]} \def\makeaffiliation[#1]#2{\setnotetext[affiliati

Re: [NTG-context] Fwd: Re: [off-list] Rotated footnotes?

2010-02-14 Thread Steffen Wolfrum
ate works with local now) ... > also lastcolumn fix (might break something else, not sure about that yet) > > \automigrateinserts > > \starttext > > \setupnotes[continue=yes] > > \input tufte > > \input tufte \footnote{oeps} > > \startstandardmakeup >

[NTG-context] Fwd: Re: [off-list] Rotated footnotes?

2010-02-11 Thread Hans Hagen
th \bgroup \hsize\textheight \startlocalnotes[footnote] \placefigure [fixed] {} { \starttabulate \NC test \footnote{\input tufte } \NC \input tufte \NC \NR \NC test \NC \input tufte \NC \NR \stoptabulate }