[NTG-context] Re: Error with vskip and interaction in 20250813

2025-08-15 Thread Rik Kabel
boring to explain in detail in that perspective we also noted that nested notes could be a issue so there was a fix for that but maybe it has other side effects Ahh! That is just what is happening here. New MWE: \setupinteraction [state=start] \setupnotation[endnote][numbercommand

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
s automatically. Say, in a endnote call something like > \referenceofcurrentnote, because then you could do \at[\referenceofcurrentnote] and > add this to \setupnotation... Looks, like Hans' solution does exactly that: > -Ursprüngliche Nachricht- > Von: Hans Hagen via nt

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
;]="endnote:1", > > which you can access from the TeX end as > > \at [endote:1] > > and from the Lua end as > > structures.references.collected[""]["endnote:1"].references.realpage > > (see https://www.mail-archive.com/ntg

[NTG-context] Re: Notes at end of book

2025-08-13 Thread Denis Maier via ntg-context
Also, it might be useful to take xml out of the equation here and rephrase the question. Can you add backlinks to the page where an endnote was inserted? %\setupnotation[endnote][] % can you refer to the pagenum of footnote marker here? \starttext asfd

[NTG-context] Re: Audible footnotes

2025-08-11 Thread John Was
}] > > > > \setupinteraction > > > > [state=start] > > > > \setupinteractionscreen > > > > [option=bookmark] > > > > \setupbackend[format=pdf/ua-2]% needs to come before: > > > > \setuptagging[state=start]%otherwise lo

[NTG-context] Re: Audible footnotes

2025-08-11 Thread Hans Hagen via ntg-context
ome before: \setuptagging[state=start]%otherwise lots of stuff will silently break \setupstructure[state=start] \setupnote [textcommand={\offset[y=-1ex]},% raise the number textstyle={\switchtobodyfont[10pt]}] \setupnotation [footnote] [alternative=serried,% number in the paragraph h

[NTG-context] Audible footnotes

2025-08-11 Thread John Was
se lots of stuff will silently break \setupstructure[state=start] \setupnote [textcommand={\offset[y=-1ex]},% raise the number textstyle={\switchtobodyfont[10pt]}] \setupnotation [footnote] [ alternative=serried,% number in the paragraph headcommand=\groupedcommand{

[NTG-context] Re: endnote

2025-07-31 Thread Thomas Meyer
Am 31.07.25 um 11:50 schrieb Wolfgang Schuster: nation, Wolfgang, and please excuse my late reply. I played around with your examples a little and found that \definenote [one] \definenote [two] \definenote [two] [one] \setupnotation[one][color=green

[NTG-context] Re: endnote

2025-07-26 Thread Wolfgang Schuster
Am 25.07.2025 um 19:25 schrieb Thomas Meyer: Now I know the difference of setupnote and setupnotation. With \setupnote you can change the layout of the note counter in the running text and a few general settings (e.g. the rule before the note block) and with \setupnotation you change the

[NTG-context] Re: endnote

2025-07-25 Thread Thomas Meyer
Am 25.07.25 um 17:50 schrieb Wolfgang Schuster: Like this? \definenote [one] \definenote [two] [one] \setupnotation   [one,two]   [color=green] \setupnotation   [two]   [counter=] \starttext xxx\one{One} xxx\two{Two} xxx xxx\one{More one} xxx\two{More two} xxx \stoptext Thank you

[NTG-context] Re: endnote

2025-07-25 Thread Wolfgang Schuster
I do not want anything. And the third problem is: If a have \startBook \stopBook \starkBook on the same page I get it in the order as if I had written \startBook \starkBook \stopBook Like this? \definenote [one] \definenote [two] [one] \setupnotation [one,two] [color=green

[NTG-context] Re: Footnote style

2025-06-28 Thread John Was
ng text use the > \setupnote command and to change the style/layout of the footnote entry > itself use the \setupnotation command. > > begin example > \setupnote > [textcommand={\offset[y=-1ex]},% raise the number > textstyle={\switchtobodyfont[10pt]}]% ch

[NTG-context] Re: Footnote style

2025-06-27 Thread Wolfgang Schuster
ut of the footnote entry itself use the \setupnotation command. begin example \setupnote [textcommand={\offset[y=-1ex]},% raise the number textstyle={\switchtobodyfont[10pt]}]% change the font size \setupnotation [footnote] [ alternative=serried,% number in the para

[NTG-context] Re: upload

2025-06-12 Thread Wolfgang Schuster
,\space \else \ifconditional\FirstEntry \iftrialtypesetting\else \global\FirstEntry\conditionalfalse \fi \else \space \fi #1% \fi} \setuplinenote [paragraph=yes, compress=yes, compressseparator=, compressdistance=0pt] \setupnotation

[NTG-context] issue with compressmethod in linenotes (again)

2025-03-31 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setuppapersize[A7] \definelinenote[othernote] [paragraph=yes, compress=yes, compressmethod=separator] \setuplinenote[paragraph=yes, compress=yes, compressmethod=stopper] \setupnotation[linenote

[NTG-context] Re: How to return 'setupalign' to default behavior after setting?

2025-03-06 Thread Denis Maier via ntg-context
:     My copyeditor asked me to adjust parts of the document to fit this: \setupalign[verytolerant, nothyphenated] \setupnotation[footnote][align={hyphenated, normal}] It is causing problems in other areas of the document, where its no so needed though. Is

[NTG-context] Re: How to return 'setupalign' to default behavior after setting?

2025-03-06 Thread Mikael Sundqvist
Hi, On Fri, Mar 7, 2025 at 3:58 AM Joel via ntg-context wrote: > > My copyeditor asked me to adjust parts of the document to fit this: > > \setupalign[verytolerant, nothyphenated] > \setupnotation[footnote][align={hyphenated, normal}] > > It is causing problems in other

[NTG-context] How to return 'setupalign' to default behavior after setting?

2025-03-06 Thread Joel via ntg-context
My copyeditor asked me to adjust parts of the document to fit this: \setupalign[verytolerant, nothyphenated] \setupnotation[footnote][align={hyphenated, normal}] It is causing problems in other areas of the document, where its no so needed though. Is there a way to tell these commands to &qu

[NTG-context] Re: Is there any way to forbid footnotes from appearing on current page?

2024-11-28 Thread Denis Maier via ntg-context
footnotes. > > > > Can I tell ConText to delay showing the footnote for a page or two? > > And then when its safe again, all the footnotes that weren't displayed > > would be displayed on a later page? > > There are a few options, but I’m not sure about their us

[NTG-context] Re: Is there any way to forbid footnotes from appearing on current page?

2024-11-27 Thread Henning Hraban Ramm
d be displayed on a later page? There are a few options, but I’m not sure about their use. I’m still working on the documentation of \setupnotation and \setupnote options, any hints or additions to the wiki are appreciated. \setupnote[footnote][split=verystrict,scope=page] should help if note

[NTG-context] Re: changing the symbol used in \footnote{}

2024-10-20 Thread David Roderick
Many thanks. The following meets my needs: \defineconversion [TitleCS] [†,{\color[red]{‽}}] \definecounter[TitleFnCount] [way=bypage] \definenotation [TitleFn] [footnote] \setupnotation[TitleFn] [numberconversion=TitleCS

[NTG-context] Re: changing the symbol used in \footnote{}

2024-10-20 Thread Rik Kabel
On 2024-10-20 19:29, David Roderick wrote: I want to use the crucifix symbol as a footnote symbol on the title page of a book. I don't want this to increment the footnote counter. The best I can do is: \setupnotation[footnote][way=bypage, state=stop, number=†] but this does not pr

[NTG-context] changing the symbol used in \footnote{}

2024-10-20 Thread David Roderick
I want to use the crucifix symbol as a footnote symbol on the title page of a book. I don't want this to increment the footnote counter. The best I can do is: \setupnotation[footnote][way=bypage, state=stop, number=†] but this does not produce any symbol at all. If I do: \setupnot

[NTG-context] Re: crossreferences

2024-09-29 Thread Wolfgang Schuster
ertical value one by one. \setuptolerance[horizontal,tolerant] \setuptolerance[vertical,strict] The horizontal setting can be even left out because you alredy set the value with \setupalign. \setupwhitespace[medium] \setupindenting[yes,1.36em] \setupnotation[footnote] [alternative=serried] \setup

[NTG-context] Re: crossreferences

2024-09-27 Thread Jürgen Hanneder via ntg-context
gn[hz,hanging,tolerant] \setupinterlinespace[line=2.72ex] \clubpenalty=1 \widowpenalty=1 \setuptolerance[{horizontal, tolerant},{vertical, strict}] \setupwhitespace[medium] \setupindenting[yes,1.36em] \setupnotation[footnote] [alternative=serried] \setupnote[footnote][way=bypage,paragraph=yes,ru

[NTG-context] Re: Inserting text between end notes

2024-09-03 Thread Rik Kabel
ption.) \definenote[mynote] \setupnote[mynote][location=text] \setupnotation[mynote][] \definenote[chapone][mynote] \definenote[chaptwo][mynote] \definenote[chapthree][mynote] % etc \starttext \startchapter[title={AAA}] \def\note#1{\chapone{#1}} \dorecurse{15} { See my note at \note{something impo

[NTG-context] Re: Inserting text between end notes

2024-09-01 Thread Bruce Horrocks
f a hack for the chapter splitting and might also enable the epigraphs for you as well (not quite sure what these should look like from your description.) \definenote[mynote] \setupnote[mynote][location=text] \setupnotation[mynote][] \definenote[chapone][mynote] \definenote[chaptwo][mynote] \d

[NTG-context] Problem with end note processing

2024-08-31 Thread Rik Kabel
Hello all, I am working through some issues with end notes, and came across a what appears to be a bug as demonstrated in the following MWE. ConTeXt  ver: 2024.08.16 15:49 LMTX  fmt: 2024.8.16  int: english/english \setupnote [endnote][location=none] \setupnotation [endnote

[NTG-context] Re: How to allow hyphenation, only for footnotes?

2024-08-10 Thread Wolfgang Schuster
nated] \setupnotation[footnote][align={hyphenated,normal}] \starttext \samplefile{lorem}\footnote{\samplefile{lorem}} \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the

[NTG-context] Re: BibTeX choking on comments in database

2024-05-29 Thread Kip Warner
% editor=\invertedauthor,% title=References] % Setup footnotes... \setupnotation[footnote] [color=colour_footnote_text, backgroundcolor=colour_footnote_background, width=0.3cm, % Space between footnote num

[NTG-context] Footnotes on the bottom of the column's current page, instead of the columns' end

2023-10-25 Thread Juliano David Hilario
=\gobbleoneargument] \setupnotation[question][counter=] \startdocument \startcolumns[n=2, balanced] \dorecurse{19}{ \question{1. This is a question for discussion. I wished it was on the current page instead of the end} \input{knuth} } \stopcolumns \stopdocument mwe.pdf Description:

Re: [NTG-context] adjustment to my local footnotes problem

2023-04-23 Thread jbf via ntg-context
notes placed locally is to no avail so far. I assume it is \setupnote (rather than \setupnotation, my earlier mistake) where I would need to somehow influence distance between footnotes which is currently too large. I have tried \setupnote[before={\blank[small]}, after={\blank[small]}]. It app

Re: [NTG-context] adjustment to my local footnotes problem

2023-04-23 Thread jbf via ntg-context
notes placed locally is to no avail so far. I assume it is \setupnote (rather than \setupnotation, my earlier mistake) where I would need to somehow influence distance between footnotes which is currently too large. I have tried \setupnote[before={\blank[small]}, after={\blank[small]}]. It app

Re: [NTG-context] adjustment to my local footnotes problem

2023-04-23 Thread Henning Hraban Ramm via ntg-context
is to no avail so far. I assume it is \setupnote (rather than \setupnotation, my earlier mistake) where I would need to somehow influence distance between footnotes which is currently too large. I have tried \setupnote[before={\blank[small]}, after={\blank[small]}]. It appears to be reducing

[NTG-context] adjustment to my local footnotes problem

2023-04-23 Thread jbf via ntg-context
(rather than \setupnotation, my earlier mistake) where I would need to somehow influence distance between footnotes which is currently too large. I have tried \setupnote[before={\blank[small]}, after={\blank[small]}]. It appears to be reducing the space before the entire block of local footnotes

Re: [NTG-context] footnotes by paragraph?

2023-01-28 Thread Bruce Horrocks via ntg-context
I do not want them to > come at the bottom of the page. > I thought I might be able to do it by placing \start...stopTwo within a > \start...stopsection and defining \setupnotation[way=bysection] but that is > not working. > Any thought on how I could approach this? > Julian

Re: [NTG-context] notes by paragraph

2023-01-28 Thread Pablo Rodriguez via ntg-context
the page. I am obviously missing a setting. > There are parts of this text that do require the usual footnotes at the > bottom, so I would not want to turn off this option permanently. I have > tried \setupnotation[footnote][display=no] but that is not working. Hi Julian, \setupnote

[NTG-context] notes by paragraph

2023-01-27 Thread jbf via ntg-context
this text that do require the usual footnotes at the bottom, so I would not want to turn off this option permanently. I have tried \setupnotation[footnote][display=no] but that is not working. Julian ___ If your

[NTG-context] footnotes by paragraph?

2023-01-27 Thread jbf via ntg-context
it by placing \start...stopTwo within a \start...stopsection and defining \setupnotation[way=bysection] but that is not working. Any thought on how I could approach this? Julian ___ If your question is of interest to ot

Re: [NTG-context] \showstruts displaces text in LMTX

2022-10-19 Thread Hans Hagen via ntg-context
On 10/19/2022 8:48 PM, Pablo Rodriguez via ntg-context wrote: Dear list, compiling the following sample with current latest (2022.10.15 10:37): \showframe \showstruts \setuppapersize[A6] \setupnotation[footnote] [alternative=serried] \starttext a\footnote{\input zapf

[NTG-context] \showstruts displaces text in LMTX

2022-10-19 Thread Pablo Rodriguez via ntg-context
Dear list, compiling the following sample with current latest (2022.10.15 10:37): \showframe \showstruts \setuppapersize[A6] \setupnotation[footnote] [alternative=serried] \starttext a\footnote{\input zapf} \stoptext I get the text in the footnote is displaced. It only

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Rik Kabel via ntg-context
eight=12cm] \definefontfeature [default]    [default]    [protrusion=quality] \setupalign    [hanging] \setupquotation    [method=font] \setupnote [endnote]    [location=none] \setupnotation

[NTG-context] Question to footnote settings

2022-08-25 Thread Tomáš Hála via ntg-context
(see p. 1). (Number alignment to the right is required.) Thanks in advance for some hints. Tomáš MWE: \setupnotation[footnote][ alternative=left, width=1em, numbercommand={\hfill\high}, ] \starttext \showframe[text][text] \dorecurse{6}{This is a text.\footnote{\dorecurse{12}{Blah blah blah

Re: [NTG-context] Forbid footnotes from splitting across pages

2022-08-03 Thread Hamid,Idris via ntg-context
Dear Pablo, Many thanks and apologies for top-posting: my normal email client is currently down. I thought of something similar; after some testing, this is what I finally came up with: \setupwhitespace[medium] \setupnotation[footnote] [before={% \startframedtext[none][frame=on,offset

[NTG-context] Forbid footnotes from splitting across pages

2022-08-02 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
[footnote][split=verystrict] % \setupnotation[footnote][split=verystrict] \starttext \input ward\ \startfootnote \input knuth \stopfootnote{} \dorecurse{3}{\input ward\ } \startfootnote \input knuth \stopfootnote{} \dorecurse{2}{\input ward\ } \startfootnote \input knuth \stopfootnote{} \dorecurse{3

[NTG-context] headings in line numbering

2022-06-18 Thread Pablo Rodriguez via ntg-context
=separator]% \setupnotation[linenote][alternative=serried, width=broad] \starttext \startlinenumbering \dorecurse{3}{\subject{Heading\linenote{title}} \dorecurse{2}{text\linenote{some text}\linenote{another text}\par}} \stoplinenumbering \stoptext How can I get headings added to the line

[NTG-context] issue with compress in linenote

2022-05-31 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setuppapersize[A6] \setuplinenumbering [width=margin, location=outer, align=middle] \setupnote[linenote] [paragraph=yes, compress=yes, compressmethod=separator] \setupnotation[linenote] [alternative=serried, width=broad

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
I found a way to wrap everything before \startdocument, so I think this looks like a template more or less: In case anyone is interested, here's the MWE: \definenote[address] \setupnote[address][rule=off,location=text] \setupnotation[footnote][numberconversion=numerals] \defin

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
er some attempts to put footnotes in a mixed 1&2 columns >> > layout, I >> > > decide to put marks in the one-column environment and flush them >> > when >> > > entering the two-column environment. >> > > >> > > >> > > The code is ugly but the result is ac

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
> > > entering the two-column environment. > > > > > > > > > The code is ugly but the result is acceptable. Except that the > > invisible > > > footnote marks do generate something in the main text, so there's > a > > >

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
tnote marks do generate something in the main text, so there's a > > blank line for each footnote. > > > > > > Here's an MWE: > > > > > > = > > > > \definenote[address] > > \setupnote[address][rule=off,location=text

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread mf via ntg-context
's an MWE: = \definenote[address] \setupnote[address][rule=off,location=text] \definenote[putjustmark] \setupnote[putjustmark][location=none] \setupnotation[putjustmark][numberconversion=set 2] \definenote[putjustnote]%[footnote] % if footnotes need to be grouped, uncomment the s

[NTG-context] Can I just put a footnote without marking in the main text?

2022-05-17 Thread Zhichu Chen via ntg-context
s do generate something in the main text, so there's a blank line for each footnote. Here's an MWE: = \definenote[address] \setupnote[address][rule=off,location=text] \definenote[putjustmark] \setupnote[putjustmark][location=none] \setupnotati

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

2022-05-10 Thread Zhichu Chen via ntg-context
\definenote[address] \setupnote[address][rule=off,location=text] \definenote[thanks] \setupnote[thanks][location=firstcolumn] \setupnotation[thanks][numberconversion=set 2] \definenote[email][thanks] \definenamespace    [addr]    [type=module,     name=address,     command=yes,     setup=l

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-21 Thread Bruce Horrocks via ntg-context
s and endnotes. > Hi Bruce, > > following the conversation, this might be a sample of what I think you > intend to achieve: > > \definenote[linknote] > \setupnote[linknote] > [textcommand={\ }, textstyle=, location=text] > \setupnotation[linknote] >

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-21 Thread Pablo Rodriguez via ntg-context
suggests, so > [...] > You can define multiple streams of footnotes and endnotes. Hi Bruce, following the conversation, this might be a sample of what I think you intend to achieve: \definenote[linknote] \setupnote[linknote] [textcommand={\ }, textstyle=, location=text] \setupnota

[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] paragraph notes located in text

2022-02-01 Thread Pablo Rodriguez via ntg-context
I’m missing? > > You forgot > >     \setupnotation[footnote][display=no] > > otherwise each footnote entry starts at a new line. Many thanks for your reply, Wolfgang. I wonder whether it would make sense that the use of "location=text" and "paragraph=yes" in \setupnot

Re: [NTG-context] paragraph notes located in text

2022-01-31 Thread Wolfgang Schuster via ntg-context
] \setupnote[footnote][location=text, paragraph=yes] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \placenotes[footnote] \stoptext I already asked this twice (https

[NTG-context] paragraph notes located in text

2022-01-31 Thread Pablo Rodriguez via ntg-context
] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \placenotes[footnote] \stoptext I already asked this twice (https://mailman.ntg.nl/pipermail/ntg-context/2022/104770.html, https://mailman.ntg.nl

Re: [NTG-context] Changed behavior from \convertnumber{arabicdecimals}{..} as a textcommand for note

2022-01-16 Thread musa furber via ntg-context
\stoptypescriptcollection \define\setarabic{ \setupalign[r2l] \righttoleft \switchtobodyfont[amiri] } \define\setlatin{ \setupalign[l2r] \lefttoright \switchtobodyfont[dejavu] } \setupnotes[footnote][] \setupnotes[arfootnote][] \definenote[arfootnote][footnote] \setupnotation

[NTG-context] no paragraph footnotes when located in text

2022-01-16 Thread Pablo Rodriguez via ntg-context
=yes] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \placenotes[footnote] \stoptext I don’t get paragraph notes with "location=text". Could anyone confirm the issue

Re: [NTG-context] Changed behavior from \convertnumber{arabicdecimals}{..} as a textcommand for note

2022-01-15 Thread Hans Hagen via ntg-context
ppreciated. Next time give a complete MWE with useable fonts \setupnotation [arfootnote] [numberconversion=arabicdecimals] as in: \setupbodyfont[dejavu] \definenote [arfootnote] \setupnotation [arfootnote] [numberconversion=arabicdecimals] \setupnote [arfootnote]

Re: [NTG-context] paragraph notes when located in text

2022-01-05 Thread Jean-Pierre Delange via ntg-context
e following sample: > >\setuppapersize[A6] >\showframe\showgrid >\setupnote[footnote][paragraph=yes] >%~ \setupnote[footnote][location=text, paragraph=yes] >\setupnotation[footnote][alternative=serried, width=broad] >\starttext >\startbuffer >\

[NTG-context] paragraph notes when located in text

2022-01-05 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setuppapersize[A6] \showframe\showgrid \setupnote[footnote][paragraph=yes] %~ \setupnote[footnote][location=text, paragraph=yes] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startbuffer

Re: [NTG-context] Critical Editions?

2022-01-04 Thread Pablo Rodriguez via ntg-context
tand a word from the language you may be using). BTW, I could only make your sample work in the following form: \starttext \setupnotation[linenote] [alternative=serried,width=broad,distance=.5em,display=no] \setupnote[linenote][way=bypage,paragraph=yes,rule=off] \definenote [var

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

2022-01-03 Thread Youssef Cherem via ntg-context
iação]%[numberconversion=set 2] \setupnote[afiliação][ %paragraph=yes, rule=off, location=text, ] \setupnotation[afiliação][numberconversion=a, way=bypage, %location=text, %alternative=serried, % no effect alternative=hanging, width=fit, % broad %distance=.5em, %display=no ] % or set 1

Re: [NTG-context] \thanks inside author in section

2022-01-01 Thread Youssef Cherem via ntg-context
tuphead >[section] >[ after=\directsetup{section}, > align=center, > number=no, > style=bold] > > \startsetups [section] > \blank > \midaligned{\it\structureuservariable{author}} > \blank > \stopsetups > > \setuphead >[subject] >[

Re: [NTG-context] \thanks inside author in section

2022-01-01 Thread Wolfgang Schuster via ntg-context
\startsetups [section] \blank \midaligned{\it\structureuservariable{author}} \blank \stopsetups \setuphead [subject] [align=flushleft, style=\bfb] \definenote[someothername] \setupnote [someothername] [rule=off] \setupnotation [someothername] [numberconversion=set 2]

[NTG-context] \thanks inside author in section

2022-01-01 Thread Youssef Cherem via ntg-context
. \definenote[thanks]%[numberconversion=set 2] \setupnote[thanks][rule=off] \setupnotation[thanks][numberconversion=set 2] % or set 1 %\setupnote[footnote][location=bottom] % does not work %% all notes, footnotes etc. \setupnotation[ alternative={left,bottom}, hang=fit, % if commented, hanging is

Re: [NTG-context] Malayalam character overlapping with footnote number

2021-12-31 Thread kauśika via ntg-context
optional argument to \footnote is a (cross-)reference to the footnote itself. If you want to adjust spacing look set the appropriate options for \setupnotation[footnote] kauśika ___ If your question is of interest to other

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

2021-12-29 Thread Youssef Cherem via ntg-context
uch appreciated. \definenote[afiliação]%[numberconversion=set 2] \setupnote[afiliação][ %paragraph=yes, rule=off, location=text, ] \setupnotation[afiliação][numberconversion=a, way=bypage, %location=text, %alternative=serried, % no effect alternative=hanging, width=fit, % broad

[NTG-context] \thanks inside author in section

2021-12-29 Thread Youssef Cherem via ntg-context
note[thanks]%[numberconversion=set 2]\setupnote[thanks][rule=off]\setupnotation[thanks][numberconversion=set 2] % or set 1 %\setupnote[footnote][location=bottom] % does not work %% all notes, footnotes etc.\setupnotation[ alternative={left,bottom}, hang=fit, % if commented, hanging

Re: [NTG-context] Critical Editions?

2021-12-21 Thread Denis Maier via ntg-context
ditions in my field we need both footnote references based on > linenumbers (for prose), but also references to verse number, which can be > entered manually. The main problem for me was to find the command > \linenote :) > > % Setup of \linenote > \setupnotation[l

[NTG-context] Critical Editions?

2021-12-21 Thread hanneder--- via ntg-context
anually. The main problem for me was to find the command \linenote :) % Setup of \linenote \setupnotation[linenote] [alternative=serried,width=broad,distance=.5em,display=no] \setupnote[linenote][way=bypage,paragraph=yes,rule=off] % \variant as a footnote without reference number \defin

Re: [NTG-context] LTR footnotes from RTL paragraph

2021-12-17 Thread Denis Maier via ntg-context
e does not inherit key-values settings from the corresponding \setupX (I mean, it does of course inherit the settings, but you can't set them directly on \startfootnote.) Why is that? Is it due to the fact that note setups take place in two places? (\setupnote vs \setupnotation)? &g

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-07-02 Thread denis.maier
--- footnote setup -% % > footnotes uses > asterisk, dagger, ddagger... so that endnotes %   and pagenotes have separate > sequences. Change way= to suit %   your footnote frequency > > \setupnotation [footnote] >    [numberconversion=set

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-30 Thread Hans Hagen
ust like a list entry, with page numbers and so? indeed Ok, so you cannot use the regular \setupnotation[endnote][settings] for styling the endnotes? well, this is typical list usage so .. but if needed one can define a so called list alternative for it but it probably doesn't

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-30 Thread Rik Kabel
sequences. Change way= to suit %   your footnote frequency \setupnotation [footnote]    [numberconversion=set 2,     way=chapter] %- endnote setup --% % endnotes use numeric indices, reset by part \setupnote

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-30 Thread denis.maier
y, with page numbers > > and so? > > indeed Ok, so you cannot use the regular \setupnotation[endnote][settings] for styling the endnotes? Denis ___ If your question is of interest to others as well, p

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-30 Thread denis.maier
ng list, and I've found two > > relevant questions, but no answers. > > > > https://www.mail-archive.com/ntg-context@ntg.nl/msg68490.html > > <https://www.mail-archive.com/ntg-context@ntg.nl/msg68490.html> > > > > https://www.mail-archive.com/ntg-

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-29 Thread Hans Hagen
rt][placehead=yes] \setupnotation   [endnote]   [way=bypart] \starttext \part{First Part} asdf\endnote{asdf} jklö\endnote{jklö} \part{Second Part} asdf\endnote{asdf} jklö\endnote{jklö} \placenotes[en

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-29 Thread denis.maier
[part][placehead=yes] \setupnotation [endnote] [way=bypart] \starttext \part{First Part} asdf\endnote{asdf} jklö\endnote{jklö} \part{Second Part} asdf\endnote{asdf} jklö\endnote{jklö} \placenotes[endnote] \sto

[NTG-context] Protrusion in notes, was Re: setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
=9cm] \definefontfeature [default]    [default]    [protrusion=quality] \setupalign    [hanging] \setupquotation    [method=font] \setupnote [endnote]    [location=none] \setupnotation [footnote

[NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-24 Thread denis.maier
d=yes] \setupnotation [endnote] [way=bypart] \starttext \part{First Part} asdf\endnote{asdf} jklö\endnote{jklö} \part{Second Part} asdf\endnote{asdf} jklö\endnote{jklö} \placenotes[endnote] \sto

Re: [NTG-context] Converting footnotes to endnotes

2021-06-03 Thread Wolfgang Schuster
missing it: \setupnotation[footnote] [way=bychapter] Do you use chapters? % \setupnote[footnote] % [way=bychapter] \setupnote   [footnote]   [location=none] Wolfgang ___ If your question is of interest to others as we

[NTG-context] Converting footnotes to endnotes

2021-06-03 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Generally, I do not use endnotes - see Robert Bringhurst's criticisms of endnotes in typography - but a publisher is demanding them. Converting footnotes to endnotes must be quite simple yet I'm missing it: \setupnotation[footnote] [way=bychapter] % \setupnote[footno

Re: [NTG-context] inbetween in \setupnotation

2020-11-27 Thread Pablo Rodriguez
On 11/27/20 8:29 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 27.11.2020 um 19:48: >> [...] >> \setupnotation[footnote] >> [before={\blackrule[color=red]}, >> after={\blackrule[color=blue]}, >> inbetween={\blackrule[color=green]}]

Re: [NTG-context] inbetween in \setupnotation

2020-11-27 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 27.11.2020 um 19:48: Dear list, I have the following sample: \setupnotation[footnote] [before={\blackrule[color=red]}, after={\blackrule[color=blue]}, inbetween={\blackrule[color=green]}] \starttext \dorecurse{18}{a\footnote{b

[NTG-context] inbetween in \setupnotation

2020-11-27 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupnotation[footnote] [before={\blackrule[color=red]}, after={\blackrule[color=blue]}, inbetween={\blackrule[color=green]}] \starttext \dorecurse{18}{a\footnote{b} } \stoptext I wonder why the green rule isn’t shown. I mean, I

Re: [NTG-context] Footnote font size equal to main text font size

2020-09-16 Thread Wolfgang Schuster
\else          \startfootnotetitle[title={Notas}]              \placefootnotes          \stopfootnotetitle      \fi \stopsetups \setupnotes[location=none] \setupnotation[way=bychapter] \setupfootnotedefinition[style={\switchtobodyfont[12pt]}] \setuphead[chapter][aftersection=\setups{chapter:

Re: [NTG-context] Footnote font size equal to main text font size

2020-09-16 Thread Henning Hraban Ramm
\ifcase\rawcountervalue[footnote]\relax > \else > \startfootnotetitle[title={Notas}] > \placefootnotes > \stopfootnotetitle > \fi > \stopsetups > > \setupnotes[location=none] > \setupnotation[way=bychapter] > \setupfootnotedefin

[NTG-context] Footnote font size equal to main text font size

2020-09-14 Thread Jairo A. del Rio
Notas}] \placefootnotes \stopfootnotetitle \fi \stopsetups \setupnotes[location=none] \setupnotation[way=bychapter] \setupfootnotedefinition[style={\switchtobodyfont[12pt]}] \setuphead[chapter][aftersection=\setups{chapter:after}] \starttext \startchapter[title={Chapter One}]

Re: [NTG-context] lmtx update

2020-08-03 Thread Pablo Rodriguez
an occasional challenge). If you are open for suggestions, I would ask for a footnotes that behave as a page index, such as in: \setuplanguage[en][patterns={en,agr}] \setuppapersize[A6] \setupbodyfont[dejavu] \definenote[dict] \setupnote[dict][n=2,rule=off, split=strict, inbetwee

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

2020-08-01 Thread Otared Kavian
next=\PlaceFootnote, ] \setupnotation[footnote] [way=bychapter, align=flushleft, indenting=no, location=serried, alternative=serried, width=broad, numbercommand=\FNo, ] % footnote text \setuptexttexts[m

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

2020-08-01 Thread Otared Kavian
> \define\PlaceFootnote{% > \inmargin[ > voffset=\dimexpr-\FNVOffset\lineheight\relax, > width=\ColWidth, > ]{% > \vtop{\placelocalnotes[footnote][before=,after=]}}% > } > > \def\FNo#1{{#1~}} > % I never managed to get number and text in consecutive lines without &

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

2020-08-01 Thread Henning Hraban Ramm
[footnote][before=,after=]}}% } \def\FNo#1{{#1~}} % I never managed to get number and text in consecutive lines without indented text % or at least a constant whitespace after the number. \setupnote[footnote][ location=text, bodyfont=, indenting=no, before={\noindentation}, next=\PlaceFoo

Re: [NTG-context] lmtx update

2020-08-01 Thread Otared Kavian
two questions in order to adapt what you sent to my case. I played a bit with your second solution, as in: %%% begin sidenote-Hans.tex \showframe \setupinteraction[state=start] \setuplayout [cutspace=7cm, width=middle, margin=5cm, margindistance=7mm] \setuptexttexts

Re: [NTG-context] \placenamedfloat and \setuphead[aftersection=...] broken?

2020-04-02 Thread Benjamin Buchmuller
psubject >> \else >> \startsubject[title=Footnotes] >> \placefootnotes >> \stopsubject >> \fi >> \stopsetups >> \setupnotes[location=none] >> \setupnotation[way=bychapter] >> \setuphead[chapter][aftersectio

Re: [NTG-context] \placenamedfloat and \setuphead[aftersection=...] broken?

2020-04-02 Thread Wolfgang Schuster
] \placefootnotes \stopsubject \fi \stopsetups \setupnotes[location=none] \setupnotation[way=bychapter] \setuphead[chapter][aftersection=\setups{chapter:after}] Here is a slightly reformatted version of Hans code which works for me with the latest ConTeXt version

  1   2   3   4   5   >