[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] interlinespacing in margin notes – solved

2022-03-10 Thread Henning Hraban Ramm via ntg-context
note{% \inouter[ width=50mm, stack=yes, ]{% \placelocalnotes[footnote][before=,after=] }} \setupnote[footnote][ location=text, indenting=no, bodyfont={ss,8pt},% footnote text style next=\PlaceFootnote, align=flushleft, ] % footnote marker in text \setupnotation[footnote][ way=byte

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

2022-01-03 Thread Youssef Cherem via ntg-context
otes. I'd like them to be either in a single paragraph or in > > columns (e.g., 3), but the options `serried` or `n=3` don't seem to > > work for text notes (they do work for notes at the bottom). > > > > […] > > > > \placelocalnotes[afiliação] > >

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

2021-12-29 Thread Youssef Cherem via ntg-context
gt; work for text notes (they do work for notes at the bottom). > > > > […] > > > > \placelocalnotes[afiliação] > > Maybe this helps: > > \startcolumns [n=3] > \placelocalnotes[afiliação] > \stopcolumns > > Marco > > ___

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

2021-12-29 Thread Marco Patzer via ntg-context
x27;t seem to > work for text notes (they do work for notes at the bottom). > > […] > > \placelocalnotes[afiliação] Maybe this helps: \startcolumns [n=3] \placelocalnotes[afiliação] \stopcolumns Marco ___

[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
normal footnotes.\footnote{Other Footnote} :::\placelocalnotes[testnote] ::: ---\placelocalnotes[footnote] --- % just to be sure, no output %\stoplocalnotes % a NOP? \stoptext (LMTX or MkIV 2020.09.20 23:02) The use case is a commented edition of historical letters. Footnotes of letter contents

Re: [NTG-context] margin notes (was: lmtx update)

2020-08-01 Thread Otared Kavian
erlay, strut=yes, ]{#1}% }% } \define\PlaceFootnote{% \inmargin[ voffset=\dimexpr-\FNVOffset\lineheight\relax, % width=\ColWidth, ]{% \vtop{\placelocalnotes[footnote][before=,

Re: [NTG-context] margin notes (was: lmtx update)

2020-08-01 Thread Otared Kavian
arginNote#1{% > \inmargin[ > voffset=\dimexpr-\FNVOffset\lineheight\relax, > width=\ColWidth, > align=flushleft, > ]{% > \inframed[ >width=\ColWidth, >align=right, >frame=off, >offset=overlay, >strut=yes, >]{#1}% > }% > } >

Re: [NTG-context] margin notes (was: lmtx update)

2020-08-01 Thread Henning Hraban Ramm
relax, width=\ColWidth, align=flushleft, ]{% \inframed[ width=\ColWidth, align=right, frame=off, offset=overlay, strut=yes, ]{#1}% }% } \define\PlaceFootnote{% \inmargin[ voffset=\dimexpr-\FNVOffset\lineheight\relax, width=\ColWidth, ]{% \vtop{\placelocalnotes

Re: [NTG-context] notes in the margin

2019-10-04 Thread Henning Hraban Ramm
, frame=off, offset=overlay, strut=yes, ]{#1}% }% } \define\PlaceFootnote{% \inmargin[ voffset=\dimexpr-\FNVOffset\lineheight\relax, width=\ColWidth, ]{% \vtop{\switchtobodyfont[6pt]\placelocalnotes[footnote][before=,after=]}}% } \def\FNo#1{{#1~}} %\crlf\gobblespacetokens

Re: [NTG-context] notes in the margin

2018-02-12 Thread Henning Hraban Ramm
lineheight\relax]{\vtop{\placelocalnotes[footnote][before=,after=]}}} \def\FNo#1{{\ss\tfx #1}} \setupnote[footnote] [location=text, bodyfont=, indenting=no, before={\noindent}, next=\PlaceFootnote] \setupnotation[footnote][ way=bychapter, align=flushleft, style={\ss\tfx}, in

Re: [NTG-context] notes in the margin

2018-01-23 Thread Henning Hraban Ramm
te]}}] >>> >>> But I’d like the notes to start in the line of the marker, if there’s space. >>> How can I achieve that? >> The only way I found to achieve this is by flushing the notes at the end of >> each footnote >> entry which can be done with the nex

Re: [NTG-context] definenote and localfootnotes

2017-11-03 Thread Pablo Rodriguez
calnotes[noteone] Testing footnote \footnote{this is a footnote} Testing noteone \noteone{this is noteone} \placelocalnotes[footnote] \placelocalnotes[noteone] \stoplocalnotes \stoplocalnotes Testing footnote \footnote{this is a footnote} Testing

Re: [NTG-context] notes in the margin

2017-10-24 Thread Henning Hraban Ramm
nwidth >> ]{\placenotes[footnote]}}] >> >> But I’d like the notes to start in the line of the marker, if there’s space. >> How can I achieve that? > The only way I found to achieve this is by flushing the notes at the end of > each footnote > entry which can be

Re: [NTG-context] notes in the margin

2017-04-09 Thread Wolfgang Schuster
try which can be done with the next key. The positioning of each margin text is tricky because \placenotes adds skips at the begin of the block (which can be reduced with \placelocalnotes) but a inline version of the command (e.g. \placeinlinenotes) which flushes the notes without vertical skips a

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

2013-04-15 Thread Hans Hagen
\VL Nota\footnote{Bene} \VL Bene\footnote{Nota} \VL\SR \VL Bene\footnote{Nota} \VL Nota\footnote{Bene} \VL\SR \HL \stoptable} {\setupnotation[footnote][alternative={serried},distance=.5em,after=\hskip1em]% \placelocalnotes[footnote]} \stop

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

2012-01-23 Thread Peter Park Nelson
on][#1]{#2}} \makeaffiliation[opry]{The Grand Ole Opry} % The list of authors: \item Doris Doe\affiliation[misk]{Miskatonic University} \item Robert Roe\affiliation[love]{Lovecraft Institute} \item Cleopatra~Jones\note[misk] \item Barbara Mandrell\useaffiliation{opry} \stopAuthorlist \place

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

2010-02-14 Thread Steffen Wolfrum
;\setuptabulate[before=,after=] >\rotate [rotation=90] \bgroup \vbox to \textwidth \bgroup >\hsize\textheight >\startlocalnotes[footnote] > \placefigure [fixed] {} { >\starttabulate >\NC test \footnote{\input tufte } \NC \inpu

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

2010-02-11 Thread Hans Hagen
\vfill \strut \placelocalnotes[footnote] \stoplocalnotes \egroup \egroup \stopstandardmakeup \input tufte \footnote{oeps} \starttabulate \NC test \footnote{\input tufte } \NC \input tufte \NC \NR \NC test \NC \input tufte \NC \NR \stoptabulate