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

2025-08-15 Thread Rik Kabel
=] \definelabel[Qi][text={\hbox to 15pt}, alternative=inright] \startbuffer[fn] \Qi \stopbuffer \starttext \Qi Between here\par aaa\endnote{xxx\getbuffer[fn]}\Qi and here \placenotes[endnote] \stoptext -- Rik

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

2025-08-14 Thread Rik Kabel
[]     \samplefile klein\par     \startBlockQuotation     \startExtract     \samplefile klein \par     \stopExtract     \stopBlockQuotation     \stopendnote     \samplefile klein \par     \placenotes[endnote]     \stoptext The error can be eliminated by changing interaction to stop, but I want

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

2025-08-13 Thread Hans Hagen via ntg-context
\startExtract \samplefile klein \par \stopExtract \stopBlockQuotation \stopendnote \samplefile klein \par \placenotes[endnote] \stoptext The error can be eliminated by changing interaction to stop, but I want interaction. The vskip is needed here because blank does

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

2025-08-13 Thread Rik Kabel
ition > > \starttext > > \startBlockQuotation > \startExtract > \samplefile klein \par > \stopExtract > \stopBlockQuotation > > \samplefile klein\startendnote[] > \samplefile klein\par > \startBlockQuotation > \startExtract > \samplefile klein

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

2025-08-13 Thread Rik Kabel
\stopendnote \samplefile klein \par \placenotes[endnote] \stoptext The error can be eliminated by changing interaction to stop, but I want interaction. The vskip is needed here because blank does not do the job, as you can test in the example. Is this a side effect of the new

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

2025-08-13 Thread Denis Maier via ntg-context
\endnote{Endnote 1} \page asfd\endnote{Endnote 2} \page Asfd\endnote{Endnote3} \page \placenotes[endnote] \stoptext %%% > -Ursprüngliche Nachricht- > Von: Denis Maier via ntg-context > Gesendet: Mittwoch, 13. August 2025 21:49 > An: 'mailing list

[NTG-context] Re: Tagging Math

2025-04-11 Thread Matthias Weber
; Thank you Mikael, >> What I would like to to is to have what \placenotes[mathnote] produces added >> to the pdf as a tag so that a screen reader would be able to read the math. >> Right now, >> with your example, it reads the typeset math in an extremely garbled way

[NTG-context] Re: Tagging Math

2025-04-11 Thread Hans Hagen via ntg-context
On 4/10/2025 9:02 PM, Matthias Weber wrote: Thank you Mikael, What I would like to to is to have what \placenotes[mathnote] produces added to the pdf as a tag so that a screen reader would be able to read the math. Right now, with your example, it reads the typeset math in an extremely

[NTG-context] Re: Tagging Math

2025-04-11 Thread Matthias Weber
output should be acceptable, at least as far as math is concerned? Thanks, Matthias > On Apr 11, 2025, at 6:53 AM, Ulrike Fischer wrote: > > Am Thu, 10 Apr 2025 15:02:53 -0400 schrieb Matthias Weber: > >> Thank you Mikael, >> >> What I would like to to is to

[NTG-context] Re: Tagging Math

2025-04-11 Thread Ulrike Fischer
Am Thu, 10 Apr 2025 15:02:53 -0400 schrieb Matthias Weber: > Thank you Mikael, > > What I would like to to is to have what \placenotes[mathnote] > produces added to the pdf as a tag so that a screen reader > would be able to read the math. The only reader that can curren

[NTG-context] Re: Tagging Math

2025-04-10 Thread Matthias Weber
Thank you Mikael, What I would like to to is to have what \placenotes[mathnote] produces added to the pdf as a tag so that a screen reader would be able to read the math. Right now, with your example, it reads the typeset math in an extremely garbled way (but the mathnotes at leats make sense

[NTG-context] Re: Tagging Math

2025-04-10 Thread Mikael Sundqvist
nom{n - 1}{k} h^k z__0^{n - 1 - k} } \breakhere \le n \abs{h} \sum_{k = 0}^{n - 1} \binom{n - 1}{k} \abs{h}^k \abs{z__0}^{n - 1 - k} \breakhere \le n \abs{h} (\abs{z__0} + \abs{h})^{n - 1} \stopformula \placenotes[mathnote] \registermathsymbol[default][en][lowercasebold][the vector]

[NTG-context] Re: Indexing redux

2024-09-28 Thread Rik Kabel
\placenotes[anotes,bnotes...], which sets the notes serially. If \placenotes[anotes,bnotes...] had an option to merged the registers, I might have a solution to the issue I raised at the end of August (Inserting text between end notes). Of course, this might also require fixing the bug I described

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

2024-09-03 Thread Rik Kabel
rtant}. } \stopchapter \startchapter[title={BBB}] \def\note#1{\chaptwo{#1}} \dorecurse{5} { See my note at \note{something important}. } \stopchapter \title{Endnotes} Chapter 1 notes \placenotes[chapone] \blank[2*line] Chapter 2 notes \placenotes[chaptwo] \stoptext — Bruce Horrocks Hampshir

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

2024-09-01 Thread Bruce Horrocks
efinenote[chapthree][mynote] % etc \starttext \startchapter[title={AAA}] \def\note#1{\chapone{#1}} \dorecurse{15} { See my note at \note{something important}. } \stopchapter \startchapter[title={BBB}] \def\note#1{\chaptwo{#1}} \dorecurse{5} { See my note at \note{something important}. } \stopchapter

[NTG-context] Problem with end note processing

2024-08-31 Thread Rik Kabel
][] \starttext text\endnote[-]{end note} text\endnote{end note} %text\endnote[-]{end note} \placenotes[end note] \stoptext When run as shown, both end notes get indices, but the first should not. When the commented line is enabled, none of the three end notes gets an index, but the

[NTG-context] Re: spacing in columns

2024-07-23 Thread Wolfgang Schuster
Hans van der Meer via ntg-context schrieb am 23.07.2024 um 11:36: The first screenshot has its items neatly stacked and is made with \startsimplecolumns[n=2] \placenotes[endnote] \stopsimplecolumns The second screenshot has its items wide apart and is made

[NTG-context] Re: spacing in columns

2024-07-23 Thread Hans van der Meer via ntg-context
irst screenshot has its items neatly stacked and is made with >> \startsimplecolumns[n=2] >> \placenotes[endnote] >> \stopsimplecolumns >> The second screenshot has its items wide apart and is made with >> \startcolumns[n=2,b

[NTG-context] Re: spacing in columns

2024-07-23 Thread Henning Hraban Ramm
Am 23.07.24 um 11:36 schrieb Hans van der Meer via ntg-context: The first screenshot has its items neatly stacked and is made with \startsimplecolumns[n=2] \placenotes[endnote] \stopsimplecolumns The second screenshot has its items wide apart and is made with

[NTG-context] spacing in columns

2024-07-23 Thread Hans van der Meer via ntg-context
The first screenshot has its items neatly stacked and is made with \startsimplecolumns[n=2] \placenotes[endnote] \stopsimplecolumns The second screenshot has its items wide apart and is made with \startcolumns[n=2,blank=1pt] \placenotes

[NTG-context] Re: Scale notation base on current font

2024-06-08 Thread Wolfgang Schuster
},     ] \definefont[highfont][name:ibmplexsansbold*default at 10pt] \definehighlight[newhigh][color=darkblue,style=highfont] \starttext \input{knuth} \Mynote{refrence} \startitemize \item \newhigh{\input{knuth}\Mynote{refrenceTwo}} \stopitemize \placenotes[Mynote] \stoptext as you can see the note number

[NTG-context] Re: Scale notation base on current font

2024-06-08 Thread seyal zavira
10pt] \definehighlight[newhigh][color=darkblue,style=highfont] \starttext \input{knuth} \Mynote{refrence} \startitemize \item \newhigh{\input{knuth}\Mynote{refrenceTwo}} \stopitemize \placenotes[Mynote] \stoptext as you can see the note number has same style all over the document. but i want it

[NTG-context] Re: Scale notation base on current font

2024-06-08 Thread vm via ntg-context
On 08/06/2024 13:16, seyal.zav...@gmail.com wrote: \definenote[Mynote][location=text,before={},] \setupnote[Mynote] [location=left, textcommand= \scale [height=0.7ex] \raise 0.2ex\hbox, ] \starttext hello \Mynote{refrence} \placenotes[Mynote] \stoptext add {} this works

[NTG-context] Scale notation base on current font

2024-06-08 Thread seyal . zavira
0.2ex\hbox, ] \starttext hello \Mynote{refrence} \placenotes[Mynote] \stoptext but i cannot set it for \tfxx. also it's relative to my main body font, and my current font and color doesn't apply to text. for example if my current text has color red with another font the note doesn't ch

[NTG-context] Re: Why are ConTeXt-SBL endnotes empty?

2024-04-22 Thread Joel via ntg-context
tupbtx[sbl] \setupnote[footnote][location=none] \starttext    \input knuth     \cite[clark1989]     \placenotes[footnote]          \startchapter[title=Bibliography]     \placelistofpublications     \stopchapter \stopte

[NTG-context] Re: Why are ConTeXt-SBL endnotes empty?

2024-04-22 Thread Jean-Pierre Delange
he bibliography part doesn’t work for me at all. > > But notes may be placed as their location is text (and you add a real > footnote). > > This works fine: > > \setupnote[footnote][location=text] > > \starttext > \input knuth > \footnote{Footn

[NTG-context] Re: Why are ConTeXt-SBL endnotes empty?

2024-04-22 Thread Pablo Rodriguez via ntg-context
\input knuth \footnote{Footnote} \cite[clark1989] \placenotes[footnote] \startchapter[title=Bibliography] \placelistofpublications \stopchapter \stoptext I never used a bibliography in ConTeXt, so that part is left to y

[NTG-context] Why are ConTeXt-SBL endnotes empty?

2024-04-22 Thread Joel via ntg-context
\setupbtx[dataset=default] \usebtxdefinitions[sbl] \setupbtx[sbl] \setupnote[footnote][location=none] \starttext    \input knuth     \cite[clark1989]     \placenotes[footnote]          \startchapter[title=Bibliography]     \placelistofpublications     \stopchapter \stopte

[NTG-context] Re: out of order sectionsblocks

2023-09-05 Thread Hans Hagen via ntg-context
matter       \startchapter[title={Notes}]        \placenotes [endnote]       \stopchapter      \stopbackmatter    \stoptext Can the message be suppressed? Is there a better way to set up the document to have endnotes for text in other-than-backmatter sectionblocks appear in the backmatter sectio

[NTG-context] out of order sectionsblocks

2023-09-04 Thread Rik Kabel
rttext  \startbodymatter   \startchapter[title={Body}]    \startparagraph     \input knuthmath     \startendnote     \input knuth-gpt     \stopendnote    \stopparagraph   \stopchapter  \stopbodymatter  \startbackmatter   \startchapter[title={Notes}]    \plac

[NTG-context] Re: disable header for endnotes

2023-08-16 Thread Rik Kabel
Text}][] \stopsetups In the text: \startbackmatter \startchapter[reference={cha:notes}, list={Notes}, % toc bookmark={Notes}, % pdf bookmark title={Notes}] % chapter head [Lettrine=no] \setups{noteHeadings:on} \placenotes[endnote]

Re: [NTG-context] footnotes by paragraph?

2023-01-28 Thread Bruce Horrocks via ntg-context
e a dictionary if you want to know what a committee is!} is very important. Some more text. \stopTwo \startTwo The Chairman \Two The role of the Chairman... \stopTwo \startTwo ~ \Two \placenotes[endnote] \stopTwo \input knuth \stoptext

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

2022-10-12 Thread Rik Kabel via ntg-context
es} on the mailing list, where Wolfgang explains that the problem is struts.} \placenotes[endnote] \stoptext A solution is welcomed. -- Rik ___ If your question is of interest to others as well, please add a

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

2022-05-18 Thread Ross via ntg-context
{Work supported by fund \recurselevel.}}} \endgraf Me\dorecurse{10}{\expanded{\email{\tt my.name@mailbox.\recurselevel.com }}\high{,}}\note[address][fst]\high{,}\note[address][snd]\high{,}\note[address][thd] \endgraf \placenotes[address] \blank[medium] \startcolumns\hyphenpenalty1000

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

2022-05-18 Thread Ross via ntg-context
ks stupid because it has no >> > effect >> > >%\setupnotation[footnote][numberconversion=numerals] >> > > \to \titlefootnotes >> > > >> > > \definenamespace >> > > [addr] >> > > [type=module, >> > > name=

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

2022-05-18 Thread Ross via ntg-context
name=address, > > > command=yes, > > > setup=list, > > > parent=addr, > > >] > > > > > > \define[1]\useaddress > > > {\setnotetext[address][#1]{\namedaddressparameter{#1}{name}}} > > > > >

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

2022-05-18 Thread Ross via ntg-context
gt; > > \define[1]\useaddress > > {\setnotetext[address][#1]{\namedaddressparameter{#1}{name}}} > > > > > > \starttext > > > > > > > > \defineaddress[fst][name={Name of Institute or Affiliation, City, > Country}] > > \defineaddress[snd][

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

2022-05-18 Thread mf via ntg-context
City, Country}] \processcommacommand[fst,snd]\useaddress The Title\thanks{Work supported by somebody.} Me\email{myemail@some.where}\high{,}\note[address][fst]\high{,}\note[address][snd] \placenotes[address] \blank[medium] \startcolumns \the\titlefootnotes %\setcounter[footnote][0] % why it&

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

2022-05-17 Thread Zhichu Chen via ntg-context
e[address][snd] \placenotes[address] \blank[medium] \startcolumns \the\titlefootnotes %\setcounter[footnote][0] % why it's necessary to set the counter outside the token if I define [putjustnote] as [footnote]? test\footnote{test} \input knuth \sto

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

2022-05-10 Thread Zhichu Chen via ntg-context
the authors may have email addresses. If I use \note[thanks] and \note[email] to do that, only the markers are shown. That's expected. So I tried to put \postponenotes before the title and insert\placenotes[thanks] and \placenotes[email] after \startcolumns. The notes did show up b

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

2022-03-21 Thread Bruce Horrocks via ntg-context
[alternative=serried, numberstyle={\switchtobodyfont[12pt]}, > style={\switchtobodyfont[12pt]}, numbercommand=] > \starttext > > \dorecurse{25} > {First\footnote{Footnote one}. > See my video at link\linknote{yewtu.b

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

2022-03-21 Thread Pablo Rodriguez via ntg-context
tion[linknote] [alternative=serried, numberstyle={\switchtobodyfont[12pt]}, style={\switchtobodyfont[12pt]}, numbercommand=] \starttext \dorecurse{25} {First\footnote{Footnote one}. See my video at link\linknote{yewtu.be/my-great-video.}. } \title{Links} \placenotes[link

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

2022-03-20 Thread Rik Kabel via ntg-context
t will make the main text cleaner if I use endnotes rather than include the URL in-line in the text or as a (distracting) footnote. So when the author writes "See my video at URL>" I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I t

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

2022-03-20 Thread Wolfgang Schuster via ntg-context
include the URL in-line in the text or as a (distracting) footnote. So when the author writes "See my video at " I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I then use \placenotes to display a table of the actual URLs for any readers

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

2022-03-20 Thread jbf via ntg-context
an include the URL in-line in the text or as a (distracting) footnote. So when the author writes "See my video at " I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I then use \placenotes to display a table of the actual URLs for any rea

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

2022-03-20 Thread Bruce Horrocks via ntg-context
te. So when the author writes "See my video at " I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I then use \placenotes to display a table of the actual URLs for any readers that want to type them in. I want the "link 1" bit

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

[NTG-context] How to get \placenotes to place footnote-style citations at the end of my content?

2022-01-24 Thread Joel via ntg-context
ch screen space, and adding all of the footnotes on the same slide steals limited screen space. It ends up showing one bullet point per slide and filling the page with the citation information. I still need to provide citations though. The solution is perhaps to place `\placenotes[footnote]

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

2022-01-05 Thread Jean-Pierre Delange via ntg-context
startlinenumbering[step=3] >\dorecurse{25} > {a\footnote{b} } >\stoplinenumbering >\stopbuffer > >\getbuffer > \placenotes[footnote] >\stoptext > > I get no paragraph notes with \setupnote[footnote][location=text, > paragraph

[NTG-context] paragraph notes when located in text

2022-01-05 Thread Pablo Rodriguez via ntg-context
\startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \stopbuffer \getbuffer \placenotes[footnote] \stoptext I get no paragraph notes with \setupnote[footnote][location=text, paragraph=yes]. What am I missing here? Many thanks for your help, Pablo

Re: [NTG-context] issue with \placenotes[linenote]

2022-01-05 Thread Pablo Rodriguez via ntg-context
On 1/4/22 5:09 PM, Hans Hagen via ntg-context wrote: > On 1/4/2022 2:23 PM, Pablo Rodriguez via ntg-context wrote: >> [...] >> I cannot compile it. ConTeXt complains about "\placenotes[linenote]" >> being undefined. >> > can you check with I’m afraid I

Re: [NTG-context] issue with \placenotes[linenote]

2022-01-04 Thread Hans Hagen via ntg-context
\stopbuffer \getbuffer \placenotes[linenote] \stoptext I cannot compile it. ConTeXt complains about "\placenotes[linenote]" being undefined. Is there something I’m missing or have I hit a bug? Many thanks for your help, can you check with \unprotect \def\strc_linenotes

[NTG-context] issue with \placenotes[linenote]

2022-01-04 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setuplinenote[location=text, paragraph=yes] \starttext \startbuffer \startlinenumbering[step=3] \dorecurse{25} {a\linenote{b} } \stoplinenumbering \stopbuffer \getbuffer \placenotes[linenote] \stoptext I

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

2022-01-03 Thread Youssef Cherem via ntg-context
hor 1\afiliação{asdf} Author 2\afiliação{asdf} \dorecurse{5}{\afiliação{Nota explicativa.}} \startcolumns[n=3] \placenotes[afiliação] \stopcolumns %} % end local notes \blank[big] This footnote will disapear completely if I use localnotes and don’t enclose them.\footnote{Where does

Re: [NTG-context] Why are endnotes not working with ConTeXt-SBL?

2021-12-26 Thread Joey McCollum via ntg-context
This actually seems to be rooted in a more general problem with the publications support module. Why does invoking the fastsetup for citations work within the default footnote setup, but not within endnotes flushed via \placenotes[footnote]? If I modify the original MWE to use ConTeXt's de

Re: [NTG-context] Why are endnotes not working with ConTeXt-SBL?

2021-12-25 Thread Joey McCollum via ntg-context
a MWE replicating the problem on hand at the moment. > > Joey > > On Sat, Dec 25, 2021 at 1:04 PM Joel via ntg-context > wrote: > >> I am using the ConTeXt-SBL package for citations. I need to move my >> footnotes to the end of each article. >> >> Ac

Re: [NTG-context] Why are endnotes not working with ConTeXt-SBL?

2021-12-25 Thread Joey McCollum via ntg-context
uppress the placement of footnotes using > two lines of code. I've added these to my minimal working code, placing > \setupnote[footnote][location=none] > in the header and \placenotes[footnote] where I want the endnotes to > appear. It complains this error: > > "Undefi

[NTG-context] Why are endnotes not working with ConTeXt-SBL?

2021-12-25 Thread Joel via ntg-context
n the header and \placenotes[footnote] where I want the endnotes to appear. It complains this error: "Undefined control sequence \doifendswithpunctelse" What did I do wrong? --Joel Code follows: \usemodule[publ-imp-sbl] \startbuffer [bib] @Article{na2006, title={Volcanoes \word{of} Ne

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

2021-07-02 Thread denis.maier
gt;   \expanded{\dodoStartEndnote[#1][{\rawcountervalue[userpage]}]} > \stoptexdefinition > > \starttexdefinition dodoStartEndnote [#1][#2] >   \startendnote[#1] >     \marking[notePage]{#2}\removeunwantedspaces > \stoptexdefinition > > \starttexdefinition endnoteChapter >

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

2021-06-30 Thread Rik Kabel
}] [\setups{noteHeadingsText}][{\it\getmarking[part]}]   \placenotes  [endnote]   \page \setupheadertexts[{\it\getmarking[part]}][{\it\getmarking[section]}]    [{\it\getmarking[chapter]}][part]   \stopchapter \stoptexdefinition

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

2021-06-30 Thread denis.maier
ndet:* Donnerstag, 24. Juni 2021 13:05 > > *An:* ntg-context@ntg.nl > > *Betreff:* [NTG-context] Heading for endnotes / grouped by chapter > endnotes > > > > Hi, > > > > I have two questions regarding endnotes: > > > > 1. Is there a way to add a headi

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

2021-06-29 Thread Hans Hagen
with \placenotes[endnote]? 2. I reset the endnote number at each part. Is there a way to insert the title of the corresponding part heading to the endnotes? I have searched the wiki and the mailing list, and I’ve found two relevant questions, but no answers. https://www.mail-archive.com/ntg-co

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

2021-06-29 Thread denis.maier
by chapter endnotes Hi, I have two questions regarding endnotes: 1. Is there a way to add a heading automatically to the endnotes placed with \placenotes[endnote]? 2. I reset the endnote number at each part. Is there a way to insert the title of the corresponding part heading to the endnotes

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

2021-06-24 Thread Rik Kabel
his defeat of the Ameer of Scinde.} \placenotes[endnote] \stoptext -- Rik ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

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

2021-06-24 Thread denis.maier
Hi, I have two questions regarding endnotes: 1. Is there a way to add a heading automatically to the endnotes placed with \placenotes[endnote]? 2. I reset the endnote number at each part. Is there a way to insert the title of the corresponding part heading to the endnotes? I have searched

Re: [NTG-context] Converting footnotes to endnotes

2021-06-03 Thread Idris Samawi Hamid ادريس سماوي حامد
\stopfootnote{} \input ward \startfootnote \input ward \stopfootnote{} \stopsection \startsection[title={},reference={}] \input ward \startfootnote \input ward \stopfootnote{} \input ward \startfootnote \input ward \stopfootnote{} \stopsection \startsubject[title={},reference={}] \placenotes [footnote

[NTG-context] Converting footnotes to endnotes

2021-06-03 Thread Idris Samawi Hamid ادريس سماوي حامد
input ward \startfootnote \input ward \stopfootnote{} \stopsection \startsubject[title={},reference={}] \placenotes [footnote] \stopsubject \stoptext What's the best way to convert the above to endnotes? Thank you in advance! Best wishes Idris -- Idris Samawi Hamid, Professor Department of Philosophy

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

2020-08-01 Thread Otared Kavian
argin][] [% {\framed[ align={flushright,bottom}, frame=off, height=\textheight, % width=\ColWidth, ]{% \strut\vfill\placenotes[footnote]}}% ] \starttext \dorecurse{6}{\input ward\expanded{\footnote{This is a footnote \recurselevel}} } test \dorecur

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

2020-08-01 Thread Otared Kavian
align=flushleft, > indenting=no, > location=serried, > alternative=serried, > width=broad, > numbercommand=\FNo, > ] % footnote text > > \setuptexttexts[margin][][% > {\framed[ >align={flushright,bottom}, >frame=off, >height=\textheight,

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

2020-08-01 Thread Henning Hraban Ramm
ght, width=\ColWidth, ]{% \strut\vfill\placenotes[footnote]}}% ] Best, Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / h

Re: [NTG-context] lmtx update

2020-08-01 Thread Otared Kavian
[margin] [] [{\directsetup{notabene}}] \newbox\MyNoteOverflow \setupnotation[endnote] [interaction=yes, after={\blank[big]}] \startsetups notabene \setbox\scratchbox\vbox \bgroup \setupalign[tolerant] \ifvoid\MyNo

Re: [NTG-context] lmtx update

2020-08-01 Thread Hans Hagen
ayout [cutspace=5cm, width=middle, margin=4cm] \setuptexttexts [margin] [] [{\directsetup{notabene}}] \startsetups notabene \vbox to \textheight \bgroup \setupalign[tolerant] \topskipcorrection \placenotes[endnote][before=,after=] \vfilll \e

Re: [NTG-context] Blank page added after pagecolumns

2020-05-15 Thread Joey McCollum
t in the thread "Blank page inserted >> when text reaches column's end" (dated 08 Dec 2019). In that thread, a >> proposed solution was to redefine the \page_grd_stop macro found in >> page-cst.mkiv as follows: >> > >> > ``` >

Re: [NTG-context] Blank page added after pagecolumns

2020-05-14 Thread Joey McCollum
_grd_stop{% > > \endgraf % needed, else wrong vsize in one par case > > \vfill % otherwise weird \placenotes[endnotes] > > \page_grd_command_set_vsize % needed > > \penalty\c_page_otr_eject_penalty > > %\page_grd_command_flush_page >

Re: [NTG-context] Blank page added after pagecolumns

2020-05-10 Thread Thangalin
age_grd_stop{% > \endgraf % needed, else wrong vsize in one par case > \vfill % otherwise weird \placenotes[endnotes] > \page_grd_command_set_vsize % needed > \penalty\c_page_otr_eject_penalty > %\page_grd_command_flush_page > \page_otr_fill_and

Re: [NTG-context] Blank page added after pagecolumns

2020-05-04 Thread Joey McCollum
ead, a proposed solution was to redefine the \page_grd_stop macro found in page-cst.mkiv as follows: ``` \unprotect \def\page_grd_stop{% \endgraf % needed, else wrong vsize in one par case \vfill % otherwise weird \placenotes[endnotes] \page_grd_command_set_vsize % needed \penalty\c_page_ot

[NTG-context] \setupinteraction[style=...] supersedes manual text style for \note

2020-04-01 Thread Benjamin Buchmuller
e[cow] \stopplacefigure \page And look here \in[two]. \placenotes[endnote] \stoptext Cheers Benjamin ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-co

Re: [NTG-context] Blank page inserted when text reaches column's end

2019-12-10 Thread Wolfgang Schuster
column is filled before deciding if a page break is necessary? \unprotect \def\page_grd_stop{% \endgraf % needed, else wrong vsize in one par case \vfill % otherwise weird \placenotes[endnotes] \page_grd_command_set_vsize % needed \penalty\c_page_otr_eject_penalty

Re: [NTG-context] Blank page inserted when text reaches column's end

2019-12-10 Thread Thangalin
break is necessary? \unprotect \def\page_grd_stop{% \endgraf % needed, else wrong vsize in one par case \vfill % otherwise weird \placenotes[endnotes] \page_grd_command_set_vsize % needed \penalty\c_page_otr_eject_penalty %\page_grd_command_flush_page \page_otr_fill_and_eject_page

Re: [NTG-context] Endnote list difference, MKIV and LMTX

2019-04-12 Thread Hans Hagen
an important purpose. \setupbodyfont [12pt] \setupindenting[yes,small] \starttext \chapter{Testing} \dorecurse{5}{\samplefile{ward}\endnote{\samplefile{lorem}}\par} \chapter{Notes} \placenotes[endnote] \stoptext A workaround is to place \placenotes in a group with

[NTG-context] Endnote list difference, MKIV and LMTX

2019-04-11 Thread Rik Kabel
. \setupbodyfont [12pt] \setupindenting[yes,small] \starttext \chapter{Testing} \dorecurse{5}{\samplefile{ward}\endnote{\samplefile{lorem}}\par} \chapter{Notes} \placenotes[endnote] \stoptext A workaround is to place \placenotes in a group with indenting turned off. -- Rik

Re: [NTG-context] endnotes customizing how?

2019-04-09 Thread Rik Kabel
On 4/9/2019 11:19, Hans van der Meer wrote: In typesetting my endnotes with \placenotes[endnote] I seem unable to unfluence the text characteristics. I tried things like (1) \setupnotes[endnote][textcolor=blue] (2) changed fonts before the \ bgroup\bf\placenote\egroup call (3) \startsetups

Re: [NTG-context] endnotes customizing how?

2019-04-09 Thread Wolfgang Schuster
Hans van der Meer schrieb am 09.04.2019 um 17:19: In typesetting my endnotes with \placenotes[endnote] I seem unable to unfluence the text characteristics. I tried things like (1) \setupnotes[endnote][textcolor=blue] (2) changed fonts before the \ bgroup\bf\placenote\egroup call (3

[NTG-context] endnotes customizing how?

2019-04-09 Thread Hans van der Meer
In typesetting my endnotes with \placenotes[endnote] I seem unable to unfluence the text characteristics. I tried things like (1) \setupnotes[endnote][textcolor=blue] (2) changed fonts before the \ bgroup\bf\placenote\egroup call (3) \startsetups[setups:endnotes] \setupwhitespace[0pt

[NTG-context] Intrusion in footnotes

2019-01-27 Thread Hans van der Meer
De following intrusion of a twocolumn placement of endnotes in the footnote area is to be avoided, of course. The code is: text with footnotes. \placefootnotes \placefloats \startcolumns \placenotes[endnote] \stopcolumns Can this be avoided? How? dr. Hans van der Meer

Re: [NTG-context] Footnotes and endnotes

2018-11-17 Thread Pablo Rodriguez
wing: \setupnotation [authornote, endnote, commentnote, footnote, translaterpnote] [style=bold] > - print both notes with the same placenotes command, in the right > order? Then, place the notes in the right order. But in that case, only using one kind of notes may be

[NTG-context] Footnotes and endnotes

2018-11-17 Thread Axel Kielhorn
- print both notes with the same placenotes command, in the right order? Greetings Axel \starttext \definenote[authornote][footnote] \setupnotation[authornote] [style=bold] \definenote[translaternote][rule=off] \setupnotation[translaternote] [headstyle=bold, numberconversion=a

Re: [NTG-context] referencing a footnote (and getting the right number)

2018-08-12 Thread Robert Zydenbos
ed to as note '18'), and I do not know why. Could it be that this is because earlier in the chapter I have also used \setupnote [localnote] [location=none] … \startlocalfootnotes[conversion=characters,n=0] … \placenotes [localnote] \stoplocalfootnotes and that this somehow interferes with

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Wolfgang Schuster
%\setupnote[footnote][way=bychapter,location=none] \setupfootnotes[way=bychapter,location=none] \starttext \dorecurse{10} {\expanded{\chapter{Chapter \recurselevel}} \dorecurse{10}{\input tufte\footnote{\input ward }\par} \placenotes[footnote]} \stoptext Wolfgang Robert Zydenbos

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Taco Hoekwater
recurse{20}{\input knuth\endnote{Endnote}} \placenotes[endnote] \chapter{Two} \dorecurse{20}{\input knuth\endnote{Endnote}} \placenotes[endnote] \stoptext Best wishes, Taco ___ If your question is of interest

Re: [NTG-context] footnote and endnote markers aligned with the left margin of the main text

2018-08-07 Thread Pablo Rodriguez
hly appreciated. Hi Robert, although you don’t mention it, I guess you need it for MkII: \showframe \setuppapersize[A6, landscape] \setupnotedefinition[footnote][location=serried, distance=1em] \starttext a\footnote{This is a footnote.} b\endnote{This is an endnote.}

Re: [NTG-context] preventing endnotes from running off the page

2018-08-06 Thread Robert Zydenbos
top of the file and a \placenotes [footnote] at the bottom, where I wanted the notes to appear. (Why? Because I could not figure out how to keep the proper font formatting if I used \endnote without adding an explicit font command at the beginning of each endnote.) That apparently was a mistake

Re: [NTG-context] preventing endnotes from running off the page

2018-08-06 Thread Pablo Rodriguez
endnotes run on naturally to the next page? Hi Robert, I’m not sure I understand your issue. At least, I’m not able to reproduce it: \starttext \dorecurse{500}{\recurselevel\endnote{This is an endnote.} } \placenotes[endnote] \stoptext Could you modify the sample to reproduce you

Re: [NTG-context] CSS selector for elements strictly preceded by other elements

2018-08-04 Thread Hans Hagen
ote{\xmlflush{#1}} \stopxmlsetups \startxmlsetups xml:endnote-after-footnote \high{,}\endnote{\xmlflush{#1}} \stopxmlsetups \starttext \xmlprocessbuffer{main}{test}{} \page \placenotes[endnote] \stoptext The obvious ... \setupnotes[textseparator={, }] \startxmlsetups xml:notesetups

Re: [NTG-context] CSS selector for elements strictly preceded by other elements

2018-08-03 Thread MF
l:endnote-after-footnote \high{,}\endnote{\xmlflush{#1}} \stopxmlsetups \starttext \xmlprocessbuffer{main}{test}{} \page \placenotes[endnote] \stoptext ___ If your question is of interest to others as well, please add an e

Re: [NTG-context] using both footnotes and endnotes in a document

2018-07-27 Thread Robert Zydenbos
; \footnote{Oeps} > \footnote{\CONTEXT} > \endnote{Goodbye} > \endnote{Earth} > \endnote{End} > \endnote{Notes} > > \placenotes[endnote] > > \stoptext ___ If your question is of interest t

Re: [NTG-context] using both footnotes and endnotes in a document

2018-07-26 Thread Henri Menke
does one do for endnotes?) \setupnotation[footnote][numberconversion=characters] \setupnotation[endnote] [numberconversion=set 2] \starttext \footnote{Hello} \footnote{World} \footnote{Oeps} \footnote{\CONTEXT} \endnote{Goodbye} \endnote{Earth} \endnote{End} \endnote{Notes} \placenotes[endnote

Re: [NTG-context] two questions about endnotes

2018-07-23 Thread Robert Zydenbos
zie tekens in de tekst. \placenotes [endnote] \stoptext % end of example > On 23. Jul 2018, at 07:56, Henri Menke wrote: […] ___ If your question is of interest to others as well, please add an entry to the Wi

  1   2   3   >