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

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

2021-06-30 Thread Hans Hagen
This is the right test: \setuphead[part][placehead=yes] \setupnotations [endnote] [way=bypart] \setupnotes [endnote] [location=list] \starttext \part{First Part} asdf\endnote{asdf} jklö\endnote{jklö} \part{Second Part} asdf\endnote{asdf} jklö\endnote{jklö} \page \setuplist

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

2021-06-29 Thread Hans Hagen
][placehead=yes] \setupnotes [endnote] [way=bypart] \setupnotes [endnote] [location=list] \starttext \part{First Part} asdf\endnote{asdf} jklö\endnote{jklö} \part{Second Part} asdf\endnote{asdf} jklö\endnote{jklö} \page \setuplist [part] [after={\blank[samepage,big]\placelist[endnote

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

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

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

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

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

2020-09-14 Thread Jairo A. del Rio
}] \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}] Here

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

2020-04-03 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

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

2020-04-02 Thread Benjamin Buchmuller
\startsubject[title=Footnotes] \placefootnotes \stopsubject \fi \stopsetups \setupnotes[location=none] \setupnotation[way=bychapter] \setuphead[chapter][aftersection=\setups{chapter:after

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

2020-04-01 Thread Benjamin Buchmuller
“notation” or “note”. MWE (with an assortment of different note positions): % \setupinteraction[state=start,style=normal] %% uncomment and manual style for \note[] is no longer respected \setupnotes[textcolor=blue,textstyle=italic] \setupnotation[endnote][headcolor=green,numberconversion=character

Re: [NTG-context] columns and footnotes

2019-10-21 Thread Hans Hagen
heir column but use the whole width anyway and thus interfere with the main text. I tried \setupnotes[footnote][location=columns] (and other options) but saw no change. Many more options to check… yes but best check them indepedently (i have to turn these into small simple examples only settig

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

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

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

Re: [NTG-context] bidi in footnotes

2018-06-21 Thread Mohammad Hossein Bateni
] > > \setupdirections[bidi=on] > > \stopsetups > > \setupnotes[footnote][setups=bidi:footnotes] > > On Wed, 20 Jun 2018 22:31:05 -0600, Otared Kavian > wrote: > > > % begin test-bidi-footnote.tex > > \setupdirections[bidi=global] > > \startsetups[bidi:footnot

Re: [NTG-context] bidi in footnotes

2018-06-21 Thread Idris Samawi Hamid ادريس سماوي حامد
Salaam, Mohammad Hossein, Otared, On Wed, 20 Jun 2018 15:27:56 -0600, Mohammad Hossein Bateni wrote: \startsetups[bidi:footnotes] \setupdirections[bidi=on] \stopsetups \setupnotes[footnote][setups=bidi:footnotes] On Wed, 20 Jun 2018 22:31:05 -0600, Otared Kavian wrote: % begin

Re: [NTG-context] bidi in footnotes

2018-06-20 Thread Otared Kavian
at 14pt] \stopsetups \setupnotes[footnote][setups=bidi:footnotes] \starttext \definedfont[file:almfixed.otf*arabic at 14pt] Test امتحان test \startfootnote Test امتحان test \stopfootnote{} \stoptext % end test-bidi-footnote.tex Best regards: OK > On 20 Jun 2018, at 23:22, ⁨Idris Sam

Re: [NTG-context] bidi in footnotes

2018-06-20 Thread Mohammad Hossein Bateni
maybe something like this would help: \startsetups[bidi:footnotes] \setupdirections[bidi=on] \stopsetups \setupnotes[footnote][setups=bidi:footnotes] but I did not test it now. ‪On Wed, Jun 20, 2018 at 5:26 PM ‫Idris Samawi Hamid ادريس سماوي حامد‬‎ < idris.ha...@colostate.edu> wrote:‬

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-22 Thread Pablo Rodriguez
ternative=serried] is required here: \setupnotes[location=text] \setupnotations[alternative=serried] \starttext \bTABLE[split=repeat,align=normal] \bTR\bTD Something\postponenotes\footnote[x]{bla bla}\eTD\eTR \bTR\bTD Foo\note[x] \eTD\eTR \eTABLE \flushnotes \p

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-22 Thread Brian Ballsun-Stanton
omething\postponenotes\footnote[x]{bla bla}\eTD\eTR >\bTR\bTD Foo\note[x] \eTD\eTR > \eTABLE > \flushnotes > \stopbuffer > \getbuffer > \startTEXpage[offset=1em] > \getbuffer > \stopTEXpage > \stoptext > > The second page is similar

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-21 Thread Pablo Rodriguez
This might be a workaround for the wiki (if I’m not wrong): \setupnotes[location=text] \starttext \bTABLE[split=repeat,align=normal] \bTR\bTD Something\postponenotes\footnote[x]{bla bla}\eTD\eTR \bTR\bTD Foo\note[x] \eTD\eTR \eTABLE \flushnotes \placenotes[fo

Re: [NTG-context] footnote placement

2017-07-21 Thread Meer, Hans van der
> On 21 Jul 2017, at 07:00, Pablo Rodriguez <oi...@gmx.es> wrote: > > On 07/20/2017 10:06 PM, Meer, Hans van der wrote: >> I did use: \setupnotes[footnote][split=verystrict,scope=page] so I guess >> there is not much hope here. >> >> A related questi

Re: [NTG-context] footnote placement

2017-07-20 Thread Pablo Rodriguez
On 07/20/2017 10:06 PM, Meer, Hans van der wrote: > I did use: \setupnotes[footnote][split=verystrict,scope=page] so I guess > there is not much hope here. > > A related question: the numbering of endnotes is placed in the > leftmargin. Is there a parameter setting t

Re: [NTG-context] footnote placement

2017-07-20 Thread Meer, Hans van der
I did use: \setupnotes[footnote][split=verystrict,scope=page] so I guess there is not much hope here. A related question: the numbering of endnotes is placed in the leftmargin. Is there a parameter setting that forces them in the textarea of the page? I tried \setupnotes[endnote][location

Re: [NTG-context] footnote placement

2017-07-20 Thread Hans Hagen
either on the page where it is defined or on the following page. Can such behaviour be enforced? Currently this is my footnote setup: \setupnotes [footnote][split=verystrict] Hans, I would add "scope=page", but that would prevent moving the footnote to the next page. I don’t know wh

Re: [NTG-context] footnote placement

2017-07-20 Thread Meer, Hans van der
ing it. Rather than that, I would like to force a >> footnote to appear either on the page where it is defined or on the >> following page. Can such behaviour be enforced? >> Currently this is my footnote setup: >> \setupnotes [footnote][split=verystrict] > > Hans, >

Re: [NTG-context] footnote placement

2017-07-20 Thread Pablo Rodriguez
ch behaviour be enforced? > Currently this is my footnote setup: > \setupnotes [footnote][split=verystrict] Hans, I would add "scope=page", but that would prevent moving the footnote to the next page. I don’t know whether this would prevent the footnote to be placed in the pag

[NTG-context] footnote placement

2017-07-20 Thread Meer, Hans van der
: \setupnotes [footnote][split=verystrict] \setupnotation[footnote][way=bypage,numberconversion=set 2,headstyle=small] Hans van der Meer ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Problem with columns and footnotes

2017-06-30 Thread Henri Menke
still not so nice in my opinion). At the same time the text now crashes into the footnotes on the second page (see attached). I also noticed that footnote 5 is displayed on the first page but the anchor is on the second page. > But in that case \setupno

Re: [NTG-context] Problem with columns and footnotes

2017-06-30 Thread Pablo Rodriguez
[alternative=hanging, >align={raggedright,verytolerant}] Hi Henri, add width=broad to this. But in that case \setupnotes[spacebefore=3em] doesn’t work. Just in case it helps, Pablo -- http://www.ousia.tk __

Re: [NTG-context] issue with linenotes and luatex-1.0.3

2017-02-25 Thread Hans Hagen
On 2/25/2017 4:56 PM, Pablo Rodriguez wrote: On 02/25/2017 04:19 PM, Hans Hagen wrote: On 2/25/2017 1:09 PM, Pablo Rodriguez wrote: [...] The spacebefore option from \setupnotes was intended to improve the situation. No matter whether \setupnotes is used or not, luatex-1.0.3 gets wrong results

Re: [NTG-context] issue with linenotes and luatex-1.0.3

2017-02-25 Thread Pablo Rodriguez
On 02/25/2017 04:19 PM, Hans Hagen wrote: > On 2/25/2017 1:09 PM, Pablo Rodriguez wrote: >> [...] >> The spacebefore option from \setupnotes was intended to improve the >> situation. No matter whether \setupnotes is used or not, luatex-1.0.3 >> gets wrong results.

Re: [NTG-context] issue with linenotes and luatex-1.0.3

2017-02-25 Thread Hans Hagen
in this point. But if I use beta from 2017.01.27 14:39 (which comes with luatex-1.0.0 [at least in Linux 32bit]), linenote separation from body is much better (http://www.ousia.tk/hefes-nospacebefore.pdf). The spacebefore option from \setupnotes was intended to improve the situation. No matter

Re: [NTG-context] issue with linenotes and luatex-1.0.3

2017-02-25 Thread Otared Kavian
s much better > (http://www.ousia.tk/hefes-nospacebefore.pdf). > > The spacebefore option from \setupnotes was intended to improve the > situation. No matter whether \setupnotes is used or not, luatex-1.0.3 > gets wrong results. > > Could anyone confirm the bug or tell me what I’m doing

[NTG-context] issue with linenotes and luatex-1.0.3

2017-02-25 Thread Pablo Rodriguez
14:39 (which comes with luatex-1.0.0 [at least in Linux 32bit]), linenote separation from body is much better (http://www.ousia.tk/hefes-nospacebefore.pdf). The spacebefore option from \setupnotes was intended to improve the situation. No matter whether \setupnotes is used or not, luatex-1.0.3 gets

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-23 Thread Jean-Pierre Delange
note categories. In mixed columns this is supported. In single column mode only with luatex experimental (so patience is needed, but no one asked for this feature anyway). \setupnotes[spacebefore=4*line] \setupnotes[spaceinbetween=line] \starttext \setupnote [footnote][before=,after=]

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-22 Thread Hans Hagen
for notes. These are needed when we have multiple note categories. In mixed columns this is supported. In single column mode only with luatex experimental (so patience is needed, but no one asked for this feature anyway). \setupnotes[spacebefore=4*line] \setupnotes[spaceinbetween=line] \starttext

[NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-18 Thread Jean-Pierre Delange
ange:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setuplayout[header=2cm, footer=2cm] \setupnotes[compress=yes] \setupnotations[alternative=serried] \definelinenote[aNote] \definelinenote[bNote][n=2] \definelinenote[cNote][n=3] \definelinenote[dNote][paragraph=yes

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-20 Thread Jean-Pierre Delange
ange:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setuplayout[header=2cm, footer=2cm] \usemodule[newcolumnsets] \setupnotes[compress=yes] \setupnotations[alternative=serried] \definelinenote[aNote] \definelinenote[bNote][n=2] \definelinenote[cNote][n=3] \defi

Re: [NTG-context] ConTeXt commands

2016-05-18 Thread Hans Hagen
t;> wrote: > On 18 May 2016, at 14:39, Hans Hagen <pra...@wxs.nl <mailto:pra...@wxs.nl>> wrote: > > On 5/18/2016 2:09 PM, Meer, Hans van der wrote: >> What is the latest edition of "ConTeXt commands"? The one I have here is dated July 1,2015. It is m

Re: [NTG-context] ConTeXt commands

2016-05-18 Thread Hans Hagen
<pra...@wxs.nl <mailto:pra...@wxs.nl>> wrote: > > On 5/18/2016 2:09 PM, Meer, Hans van der wrote: >> What is the latest edition of "ConTeXt commands"? The one I have here is dated July 1,2015. It is missing some commands however: \setupnotes to name

Re: [NTG-context] ConTeXt commands

2016-05-18 Thread Mohammad Hossein Bateni
er wrote: > >> What is the latest edition of "ConTeXt commands"? The one I have here > is dated July 1,2015. It is missing some commands however: \setupnotes to > name an example. > >> > >> I find it a very handy document, but alas it is not standard

Re: [NTG-context] ConTeXt commands

2016-05-18 Thread Meer, Hans van der
> On 18 May 2016, at 14:39, Hans Hagen <pra...@wxs.nl> wrote: > > On 5/18/2016 2:09 PM, Meer, Hans van der wrote: >> What is the latest edition of "ConTeXt commands"? The one I have here is >> dated July 1,2015. It is missing some commands however: \setupn

Re: [NTG-context] ConTeXt commands

2016-05-18 Thread Hans Hagen
On 5/18/2016 2:09 PM, Meer, Hans van der wrote: What is the latest edition of "ConTeXt commands"? The one I have here is dated July 1,2015. It is missing some commands however: \setupnotes to name an example. I find it a very handy document, but alas it is not standard in the c

[NTG-context] ConTeXt commands

2016-05-18 Thread Meer, Hans van der
What is the latest edition of "ConTeXt commands"? The one I have here is dated July 1,2015. It is missing some commands however: \setupnotes to name an example. I find it a very handy document, but alas it is not standard in the contextbeta distribution as for example the Lua

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Jean-Pierre Delange
inlanguage[agr] % Greek as main language \definefallbackfamily [mainface] [serif] [GFS Didot] [preset=range:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setuplayout[header=2cm, footer=2cm] \setupnotes[compress=yes] \setupnotations[alternative=serried] \defineline

[NTG-context] balancing columns

2016-05-16 Thread Pablo Rodriguez
Hi Hans, I have the following sample: \mainlanguage[la] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setupbodyfont[mainface, 7.8pt] \setupnotes[compress=yes] \setupnotations[alternative=serried] \definelinenote[aNote] \definelinenote[bNote][n=2

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Pablo Rodriguez
I hope it helps, Pablo \setuplanguage[agr][patterns={agr, la}] \mainlanguage[agr] % Greek as main language \definefallbackfamily [mainface] [serif] [GFS Didot] [preset=range:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setuplayout[header=2cm, footer=2cm]

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Jean-Pierre Delange
uld be missing something with columns. It is beyond my understanding why the last Greek paragraph fits on the first page and the lat Latin paragraph doesn’t fit. Here is the code: \setuplanguage[agr][patterns={agr, la}] \mainlanguage[agr] % Greek as main language \definefallbackfamily

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-16 Thread Jean-Pierre Delange
ode: \setuplanguage[agr][patterns={agr, la}] \mainlanguage[agr] % Greek as main language \definefallbackfamily [mainface] [serif] [GFS Didot] [preset=range:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setuplayout[header=2cm, footer=2cm] \setupnotes[com

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-15 Thread Pablo Rodriguez
nface] [serif] [GFS Didot] [preset=range:greek] \definefontfamily [mainface] [serif] [TeX Gyre Pagella] \setuplayout[header=2cm, footer=2cm] \setupnotes[compress=yes] \setupnotations[alternative=serried] \definelinenote[aNote] \definelinenote[bNote][n=2] \definelinenot

Re: [NTG-context] Footnote markers

2016-03-26 Thread Robert Krug
> Some text* more text. >> >> I am trying to re-typeset a couple of documents from circa 1600 >> where it is done that way. >> >> Many thanks for Context. It is quite nifty. > > i've added an option for that (experimental in beta) > > \starttext >

Re: [NTG-context] Footnote markers

2016-03-26 Thread Hans Hagen
1} \footnote{note 2} test \setupnotes[footnote][anchor=next] test \footnote{note 3} \footnote{note 4} test \stoptext - Hans Hagen | PRAGMA ADE

Re: [NTG-context] footnotes and links

2016-03-02 Thread Pablo Rodriguez
e no clue to what extent complex interactions between >> footnote splitting and their content can interfere. > > I’m afraid that this modification of your sample shows an issue: > > \setupnotes[location=text] > \setupinteraction[state=start,focus=standard] > > \

Re: [NTG-context] footnotes and links

2016-02-27 Thread Pablo Rodriguez
l > definition of qualitative behaviour there anyway) but this is what can > be done. I have no clue to what extent complex interactions between > footnote splitting and their content can interfere. I’m afraid that this modification of your sample shows an issue: \setupnotes[location=tex

[NTG-context] footnotes and links

2016-02-27 Thread Hans Hagen
Hi, The beta has a bit adapted note interactivity (rather tricky as these inserts have their own weirdness) % \setupnotes[interaction=no] % \setupnotes[interaction=yes] % \setupnotes[interaction=text] % \setupnotes[interaction=number] \setupnotes[interaction=all] \setupinteraction[state

Re: [NTG-context] Page Numbers change after 9 to 01 - 11 -21 - 31 and so on.

2016-01-19 Thread Wolfgang Schuster
di:footnotes] \setupdirection[bidi=on] \stopsetups \setupnotes[footnote][setups=bidi:footnotes] to your document. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Page Numbers change after 9 to 01 - 11 -21 - 31 and so on.

2016-01-19 Thread Mohammad Hossein Bateni
t produces incorrect typesetting. > > ConTeXt resets many settings for headers, footers, footnotes etc. and have > to set them again for these elements. > > To apply the bidi setting to footnotes you have to add > > \startsetups[bidi:footnotes] > \setupdirection[bidi

Re: [NTG-context] Issues of Export

2015-08-21 Thread Hans Hagen
internal id (I guess there is one?), the tag the footnote marker (as of \setupnotes). Is that not possible and even simpler than the current version? the code is there but its use got lost when updating something else (an id 'insert' that links the note and symbol) btw, if you want them

Re: [NTG-context] Issues of Export

2015-08-15 Thread Henning Hraban Ramm
the footnote marker (as of \setupnotes). Is that not possible and even simpler than the current version? • Delimited: Quotations have tagging *and* quotation marks, even in raw.xml i added symbol and content element Less would be enough, but works this way. • Firstpage/Lastpage is ignored

Re: [NTG-context] \placefootnotes at the end of each chapter, conditionally

2015-03-13 Thread Alan BRASLAU
] \placefootnotes \stopsubject \else \startsubject[title=Footnotes] \placefootnotes \stopsubject \fi \stopsetups \setupnotes[location=none] \setupnotation[way=bychapter] \setuphead[chapter][aftersection=\setups{chapter:after

Re: [NTG-context] \placefootnotes at the end of each chapter, conditionally

2015-03-12 Thread Hans Hagen
\stopsubject \else \startsubject[title=Footnotes] \placefootnotes \stopsubject \fi \stopsetups \setupnotes[location=none] \setupnotation[way=bychapter] \setuphead[chapter][aftersection=\setups{chapter:after}] \starttext \dorecurse{4}{ \startchapter

[NTG-context] [location=text] breaks setups in \setupnotes

2014-12-11 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A6] \startsetups[setups:footnote] \setupinterlinespace[line=5ex] \stopsetups \setupnote[footnote][way=bytext, location=text, setups=setups:footnote, style=\itxx] \starttext Hi\footnote{\input

Re: [NTG-context] [location=text] breaks setups in \setupnotes

2014-12-11 Thread Pablo Rodriguez
On 12/11/2014 08:02 PM, Wolfgang Schuster wrote: Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez: [...] For some strange reason, when location=text is set \setupnote, the setups option isn’t honored? Could anyone confirm the bug? It’s not a bug, the setups key is only used when notes are

Re: [NTG-context] [location=text] breaks setups in \setupnotes

2014-12-11 Thread Wolfgang Schuster
{setups:footnote}” to \setupnotes. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage

Re: [NTG-context] [location=text] breaks setups in \setupnotes

2014-12-11 Thread Pablo Rodriguez
command. Many thanks for your reply. Wolfgang. Is there no other way to apply setups to a chapter? You can try to add before=\directsetup{setups:footnote}” to \setupnotes. Many thanks for your reply, Wolfgang. It worked like charm. Many thanks for your help, Pablo -- http

[NTG-context] Selectfont module and bodyfont size in footnotes

2014-03-16 Thread Alan Bowen
The following minimal example \definefontfamily[mainface][serif][TeX Gyre Termes Serif] \setupbodyfont[mainface,15pt] \setupnotes[footnote][bodyfont={mainface,12pt}] \starttext text\footnote{Still more} and more text\footnote{And then again} \stoptext gets the size of the first note at 12

Re: [NTG-context] Selectfont module and bodyfont size in footnotes

2014-03-16 Thread Wolfgang Schuster
Am 16.03.2014 um 19:39 schrieb Alan Bowen bowenala...@gmail.com: The following minimal example \definefontfamily[mainface][serif][TeX Gyre Termes Serif] \setupbodyfont[mainface,15pt] \setupnotes[footnote][bodyfont={mainface,12pt}] \starttext text\footnote{Still more} and more

Re: [NTG-context] Selectfont module and bodyfont size in footnotes

2014-03-16 Thread Alan Bowen
[mainface,15pt] \setupnotes[footnote][bodyfont={mainface,12pt}] \starttext text\footnote{Still more} and more text\footnote{And then again} \stoptext gets the size of the first note at 12 pt but sets the second at 15pt. How can I fix this? You have to use the right name

Re: [NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Hans Hagen
[location=middle] \unexpanded\def\doCritApp#1#2#3% {\startlinenote[#1]{#2 #3}(#2)\stoplinenote[#1]} \newcounter\MyCounter \unexpanded\def\CritApp {\doglobal\increment\MyCounter \normalexpanded{\doCritApp{Varia:\MyCounter}}} % \setupnotes[linenote][split=verystrict,scope=page] \starttext

Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Alan BRASLAU
On Tue, 23 Jul 2013 22:24:50 +0200 Hans Hagen pra...@wxs.nl wrote: you use the wrong command and there is also the scope parameter \setupnotes[footnote][split=verystrict,scope=page] Can you clarify this? The syntax is confusing, probably because it has evolved. Currently, I use

Re: [NTG-context] footnotes on wrong page

2013-07-23 Thread Hans Hagen
the scope parameter \setupnotes[footnote][split=verystrict,scope=page] - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087

Re: [NTG-context] [***SPAM***] Strategies to control moving footnotes

2013-06-04 Thread Hans Hagen
the footnotenumber on the next. Are there some automated strategies and keys in context, or is there no other way than manipulating the text itself? \setupnotes[split=tolerant|strict|verystrict] - Hans

Re: [NTG-context] footnoterule

2013-04-17 Thread Meer, H. van der
. But (with the help of your reply) I find now there are different macros needed to set them up: Needed for the text = \setupnotes[endnote][textcommand=\hifnmarker] Needed for the list = \setupnotation[endnote][numbercommand=\fnmarker] \def\fnmarker#1{[#1]}\def\hifnmarker#1{\high{[#1]}} Wolfgang Schuster

Re: [NTG-context] footnoterule

2013-04-17 Thread Wolfgang Schuster
and numbercommand are treated in the same setup macro: \setupfootnotes on page 94. But (with the help of your reply) I find now there are different macros needed to set them up: Needed for the text = \setupnotes[endnote][textcommand=\hifnmarker] Needed for the list = \setupnotation[endnote][numbercommand

[NTG-context] distance between footnotes

2013-02-27 Thread Meer, H. van der
for this post: \setupnotes[bodyfont=12pt] does change the font in the footnotes, but \setupnotation[footnote][bodyfont=12pt] does not. I thought that in mkiv \setupnotation[footnote] should completely replace \setupnotes. How is that? Hans van der Meer

Re: [NTG-context] distance between footnotes

2013-02-27 Thread Wolfgang Schuster
][after={\blank[-2mm]}] A strange phenomenon I noticed when wxperimenting for this post: \setupnotes[bodyfont=12pt] does change the font in the footnotes, but \setupnotation[footnote][bodyfont=12pt] does not. I thought that in mkiv \setupnotation[footnote] should completely replace

[NTG-context] linenotes space for compress

2012-08-15 Thread Pablo Rodríguez
and Thomas might give some insight into this issue. My suggestion would be to reduce the compressed space to the space before the number (inbetween option from setupnotes) or to enable a compressspace option in setupnotation (which would make sense mainly when compressseparator were disabled

[NTG-context] new footnotes

2012-03-19 Thread Honza Hejzl
notes and numbers as sans. In source for mkiv I see: \setupnotes [\c!location=\v!page, ... but simple \setupnotes[location=page] does nothing. Is the work still in progress or am I missing something? Thanks, Honza

Re: [NTG-context] footnotes setup

2012-03-19 Thread Wolfgang Schuster
compatibility you can find things like this: \let\setupnotes\setupnote OK, but is this a good idea? I thought that mkii is kept around for backward compatibility and that mkiv takes the liberty to rationalize the syntax, sometimes sacrificing backwards compatibility in order not to be encumbered

Re: [NTG-context] new footnotes

2012-03-19 Thread Wolfgang Schuster
when I needed numbers as not-indexed or in case I have whole notes and numbers as sans. The “location” key for \setupnotation has changed to “alternative” and the “numbercommand” key belongs also to \setupnotation. In source for mkiv I see: \setupnotes [\c!location=\v!page, ... but simple

Re: [NTG-context] footnotes setup

2012-03-18 Thread Alan Braslau
it is still not clear to me how to use the new footnote definitions. We have \setupnotedefinition (with \setupfootnotedefinition=\setupnotedefinition[footnote]), \setupnote (with \setupfootnotes=\setupnote[footnote]), also \setupnotes (=\setupnote ?) Is there any difference between the singular

Re: [NTG-context] footnotes setup

2012-03-18 Thread Steffen Wolfrum
-not.mkvi and from your explanations above it is still not clear to me how to use the new footnote definitions. We have \setupnotedefinition (with \setupfootnotedefinition=\setupnotedefinition[footnote]), \setupnote (with \setupfootnotes=\setupnote[footnote]), also \setupnotes (=\setupnote

Re: [NTG-context] footnotes setup

2012-03-18 Thread Wolfgang Schuster
-not.mkvi and from your explanations above it is still not clear to me how to use the new footnote definitions. We have \setupnotedefinition (with \setupfootnotedefinition=\setupnotedefinition[footnote]), \setupnote (with \setupfootnotes=\setupnote[footnote]), also \setupnotes (=\setupnote

Re: [NTG-context] footnotes setup

2012-03-18 Thread Alan Braslau
…[..,..=..,..]) and local (i.e. \setup…[…][..,..=..,..]) settings. Thank you Wolfgang for this explanation. Do you mean: global (i.e. \define…[..,..=..,..] and local (i.e. \setup…[…][..,..=..,..]) settings? For backward compatibility you can find things like this: \let\setupnotes\setupnote OK

Re: [NTG-context] footnote mechanism broken (3)

2012-01-14 Thread Wolfgang Schuster
or not, but this is ok \setupnotes[textcolor=green] \starttext \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}} \stoptext I assumed \setupnote[footnote][textcolor=green] is the recommended and correct way to do, as I found it in an example

Re: [NTG-context] footnote mechanism broken (3)

2012-01-13 Thread luigi scarso
\starttext \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}} \stoptext I don't use footnotes at all, so I can say if it's a bug or not, but this is ok \setupnotes[textcolor=green] \starttext \dorecurse{10}{\input ward\footnote{just one line

Re: [NTG-context] footnote mechanism broken (3)

2012-01-13 Thread Steffen Wolfrum
=green]% - without this line the notes are set right \starttext \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}} \stoptext I don't use footnotes at all, so I can say if it's a bug or not, but this is ok \setupnotes[textcolor=green

Re: [NTG-context] footnote mechanism broken (3)

2012-01-13 Thread luigi scarso
at all, so I can say if it's a bug or not, but this is ok \setupnotes[textcolor=green] \starttext \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}} \stoptext I assumed \setupnote[footnote][textcolor=green] is the recommended

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

2010-02-14 Thread Steffen Wolfrum
is a ugly, but functional. Hans? new beta ... some fixes to footnotes (automigrate 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

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

2010-02-11 Thread Hans Hagen
to footnotes (automigrate 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 \setuptabulate[before=,after=] \rotate

Re: [NTG-context] endnotes grouped by chapter in a separate chapter

2009-01-26 Thread Hans Hagen
. Currently, I'm aware of \setupnotes[endnote][way=bychapter] and \placenotes[endnote] This setup produces a list of notes labeled in ascending numerical order, with numbering reset by chapters. Appendix A: Notes 1 Note from chapter 1. 2 Second note from chapter 1. 3 Third note from

Re: [NTG-context] endnotes grouped by chapter in a separate chapter

2009-01-25 Thread Jesse Alama
within the appendix. Currently, I'm aware of \setupnotes[endnote][way=bychapter] and \placenotes[endnote] This setup produces a list of notes labeled in ascending numerical order, with numbering reset by chapters. Appendix A: Notes 1 Note from chapter 1. 2 Second note from

[NTG-context] \setupnotes (Undefined control sequence ??)

2007-11-14 Thread Steffen Wolfrum
Hi, is the 'split' parameter not supported anymore? ! Undefined control sequence. l.6 \setupnotes [footnote][split=strict] ? Steffen ConTeXt ver: 2007.08.07 12:43 MKII fmt: 2007.11.14 int: english/ english

Re: [NTG-context] \setupnotes (Undefined control sequence ??)

2007-11-14 Thread Steffen Wolfrum
... seems to exist only in the singular form, right? Am 14.11.2007 um 09:28 schrieb Steffen Wolfrum: Hi, is the 'split' parameter not supported anymore? ! Undefined control sequence. l.6 \setupnotes [footnote][split=strict] ? \setupnote[footnote][split=strict]% works

Re: [NTG-context] Line spacing in footnotes

2007-03-13 Thread Aditya Mahajan
different. n=0 uses \starttextnotes instead of \setcolumnnotes and both work differently. So, with n=0, you need it in setupnotes. As far as I can tell \setupnote already has a bodyfont option (but none for the line spacing) It is not too hard to add. For fun, try \def\setnotebodyfont

Re: [NTG-context] Footnote Follies

2005-07-19 Thread Hans Hagen
and the paragraph ended in a left parens. So I had: blah blah blah.)\footnote{text of note} Also \goodbreak and \clubpenalty 1 in combination still do not prevent all orphan (club) lines. Perhaps there is a magic Context incantation that I missed. \setupnotes[footnote][split=strict