[NTG-context] Re: How can I force ConTeXt to display my footnote on the same page as my foot note marker?

2024-07-29 Thread Hans Hagen via ntg-context
arttext % case 1 \input knuthmath \note[1] \input knuthmath \note[2] \input knuthmath \input knuthmath \footnotetext[1]{\input knuthmath } \footnotetext[2]{\input knuth } % In this case, the text of footnotes 1 and 2 is placed on the same page, % but they are separated from the footnote numbers

[NTG-context] How can I force ConTeXt to display my footnote on the same page as my foot note marker?

2024-07-27 Thread ai2472206007
\input knuthmath \note[2] \input knuthmath \input knuthmath \footnotetext[1]{\input knuthmath } \footnotetext[2]{\input knuth } % In this case, the text of footnotes 1 and 2 is placed on the same page, % but they are separated from the footnote numbers on different pages \page % case 2

Re: [NTG-context] Automatic numbering of footnotes set with \note (not with \footnote)

2023-03-16 Thread Joaquín Ataz-López via ntg-context
Thank you very much, it is a perfect solution. El 16/3/23 a las 12:19, Bruce Horrocks escribió: I don't have the answer to your explicit question, but a work-around might be to put the footnotes into buffers instead of \footnotetext and then use /footnote[...]{\getbuffer[name]} in the

Re: [NTG-context] Automatic numbering of footnotes set with \note (not with \footnote)

2023-03-16 Thread Bruce Horrocks via ntg-context
I don't have the answer to your explicit question, but a work-around might be to put the footnotes into buffers instead of \footnotetext and then use /footnote[...]{\getbuffer[name]} in the body. That way ConTeXt sees them in order of appearance in the body and so the numbering should be a

[NTG-context] Automatic numbering of footnotes set with \note (not with \footnote)

2023-03-15 Thread Joaquín Ataz López via ntg-context
be placed, and in a separate place in the source file I write the text associated to the footnote using \footnotetext[label]. This works quite well and allows to create a more readable source file. There is, nevertheless, a small inconvenience, and it is that when processing the document

Re: [NTG-context] local footnotes and captions

2022-06-16 Thread Denis Maier via ntg-context
I'm not quite I understand: Are you saying I should leave the caption in "global scope"? Regarding the second version: Shouldn't that be: \startlocalfootnotes \footnotetext[asdf]{asdf} % this %\footnotetext[asdf]{\footnote{asdf}} % instead of this \startplacetable[title={A b

Re: [NTG-context] local footnotes and captions

2022-06-16 Thread Hans Hagen via ntg-context
{wonderful} \VL\FR \VL Eggs \footnote {wonderful} \VL Spam \footnote {lovely} \VL\LR \HL \stoptable} {\placelocalfootnotes} \stoplocalfootnotes \stopplacetable \startlocalfootnotes \footnotetext[asdf]{\footnote{asdf}} \startplacetable[title={A

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

2022-05-18 Thread Ross via ntg-context
t get the point, so if it's not too much to ask, could >>> you >>> > do it on my MWE? >>> > >>> > PS: sorry I have to use another email account because my institute >>> > mailbox took forever to get the message before my government (China

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

2022-05-18 Thread Ross via ntg-context
se my institute >> > mailbox took forever to get the message before my government (China) >> > finishes auditing it. >> > >> > Best wishes, >> > Zhichu >> > >> > On Wed, May 18, 2022 at 3:36 PM mf via ntg-context > > <mailto:ntg-co

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

2022-05-18 Thread Ross via ntg-context
; > mailbox took forever to get the message before my government (China) > > finishes auditing it. > > > > Best wishes, > > Zhichu > > > > On Wed, May 18, 2022 at 3:36 PM mf via ntg-context > <mailto:ntg-context@ntg.nl>> wrote: > > > >

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

2022-05-18 Thread Ross via ntg-context
you mean? > > \starttext > Hello\footnotetext{Footnote without mark}. > \stoptext > > Kind regards, > Massi > > Il 18/05/22 07:55, Zhichu Chen via ntg-context ha scritto: > > Hi everybody, > > > > > > After some attempts to put footnotes in a mixed 1

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

2022-05-18 Thread mf via ntg-context
Is this what you mean? \starttext Hello\footnotetext{Footnote without mark}. \stoptext Kind regards, Massi Il 18/05/22 07:55, Zhichu Chen via ntg-context ha scritto: Hi everybody, After some attempts to put footnotes in a mixed 1&2 columns layout, I decide to put marks in the one-co

[NTG-context] Seperate footnotereference and footnotenumber if necessary

2022-01-05 Thread Huseyin Özoguz via ntg-context
the footnote and the reference on the same (next) page, but the not full lines because of early pagebreak are inacceptable in my cases. What I do as a workaround: I seperate the footnote and the reference with \note[] and \footnotetext[]{} – but that is not ideal in a developing and changing

Re: [NTG-context] Footnotes in math mode

2020-06-28 Thread Jairo A. del Rio
toptext > > > > doesn't complain but it doesn't show the footnote either. > > > > So, I'm using the following workaround: > > > > \starttext > > \startformula > > \int_{a}^{b} f(x) d x=\lim _{h=0}\left[\int_{a}^{c-h} f(x) d

Re: [NTG-context] Footnotes in math mode

2020-06-28 Thread Wolfgang Schuster
\stopformula \stoptext doesn't complain but it doesn't show the footnote either. So, I'm using the following workaround: \starttext \startformula \int_{a}^{b} f(x) d x=\lim _{h=0}\left[\int_{a}^{c-h} f(x) d x+\int_{c+h}^{b} f(x) d x\right]\note[mynote1] \stopformula \footnotetext[

[NTG-context] Footnotes in math mode

2020-06-28 Thread Jairo A. del Rio
esn't show the footnote either. So, I'm using the following workaround: \starttext \startformula \int_{a}^{b} f(x) d x=\lim _{h=0}\left[\int_{a}^{c-h} f(x) d x+\int_{c+h}^{b} f(x) d x\right]\note[mynote1] \stopformula \footnotetext[mynote1]{Cauchy s'occupe du cas...} \stoptext H

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Taco Hoekwater
>> command ` \AtBeginShipoutNext`: >> >> ``` >> \footnotemark >> \clearpage >> \AtBeginShipoutNext{\footnotetext{Text.}} ConTeXt has a token register called \everybeforeoutput, which sounds somewhat similar to me. The only problem is that it does not auto-reset, so yo

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Alan Braslau
On Mon, 22 Jul 2019 16:27:45 +0200 Denis Maier wrote: > llI don't know a solution for this, but would be very interested. > With LaTeX you can use the `atbegshi`-package that gives you a > command ` \AtBeginShipoutNext`: > > ``` > \footnotemark > \clearpage > \AtB

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Denis Maier
llI don't know a solution for this, but would be very interested. With LaTeX you can use the `atbegshi`-package that gives you a command ` \AtBeginShipoutNext`: ``` \footnotemark \clearpage \AtBeginShipoutNext{\footnotetext{Text.}} ``` This only works for individual footnotes, but it'

Re: [NTG-context] Asciidoc --> ConTeXt for presentations

2016-10-16 Thread Russell Urquhart
hings mean more. As I said, the printed word, says so much. \footnote {As opposed to sad songs. \note [footej]} \footnotetext [footej] {Sorry Elton.\note [footdes]} \footnotetext [footdes] {Elton John, and probably Bernie Taupin, are credited with the song, "Sad Songs Say So Much".\note [fo

Re: [NTG-context] Footnotes in footnotes

2016-10-16 Thread Otared Kavian
.}% \footnotetext[footB]{Or possibly even the other\note[footC].}% \footnotetext[footC]{It could be something entirely different.} is a sentence with nested footnotes. \stoptext end nested-footnotes.tex Best regards: OK > On 31 Aug 2016, at 22:39, Jose Luis Arellano wrote: > > Dear list,

Re: [NTG-context] Footnotes inside and outside a framed text

2016-10-04 Thread Jean-Pierre Delange
Thank you Massi for your help ! - Mail original - De: "mf" À: ntg-context@ntg.nl Envoyé: Lundi 3 Octobre 2016 00:47:56 Objet: Re: [NTG-context] Footnotes inside and outside a framed text You should set the footnote text before the frame, with \footnotetext[id]{text}. In case y

Re: [NTG-context] Footnotes inside and outside a framed text

2016-10-02 Thread mf
You should set the footnote text before the frame, with \footnotetext[id]{text}. In case you need to set more footnotes, set them in the order they will be called in your frame (or float, like tables or formulas). In case you define your own footnotes, use  \setnotetext[yourfootnote][id]{text

Re: [NTG-context] meaning of error message?

2015-11-29 Thread Alan Bowen
hall develop depends on this textual detail, > however.} > % > Γινώϲκομεν δὲ καὶ τῶν φθόγγων τοὺϲ μὲν ϲυμφώ{-} > νουϲ ὄνταϲ, τοὺϲ δὲ διαφώνουϲ, καὶ τοὺϲ μὲν ϲυμφώνουϲ > μίαν κρᾶϲιν τὴν ἐξ ἀμφοῖν ποιοῦνταϲ, τοὺϲ δὲ διαφώ{-} > <—LINE 62 > νουϲ οὔ. τούτων οὕτωϲ ἐχόντων εἰ

Re: [NTG-context] meaning of error message?

2015-11-28 Thread Wolfgang Schuster
, τοὺϲ δὲ διαφώνουϲ, καὶ τοὺϲ μὲν ϲυμφώνουϲ μίαν κρᾶϲιν τὴν ἐξ ἀμφοῖν ποιοῦνταϲ, τοὺϲ δὲ διαφώ{-} <—LINE 62 νουϲ οὔ. τούτων οὕτωϲ ἐχόντων εἰκὸϲ\note[03] τοὺϲ ϲυμφώνουϲ % \footnotetext[03]{εἰκόϲ: notice the determination of likelihood in a place where in the first paragraph one finds two occu

Re: [NTG-context] meaning of error message?

2015-11-25 Thread Alan Bowen
ίαν κρᾶϲιν τὴν ἐξ ἀμφοῖν ποιοῦνταϲ, τοὺϲ δὲ διαφώ{-} <— LINE 62 νουϲ οὔ. τούτων οὕτωϲ ἐχόντων εἰκὸϲ\note[03] τοὺϲ ϲυμφώνουϲ % \footnotetext[03]{εἰκόϲ: notice the determination of likelihood in a place where in the first paragraph one finds two occurrences of a determination of nec

[NTG-context] footnotes in floating tables

2015-07-19 Thread Henry House
% \bTR{}\bTD{}A\note[Footnote_mark_1] \eTD\bTD{}B\note[Footnote_mark_2]\eTD\eTR% \bTR{}\bTD{}1 \eTD\bTD{}2\eTD\eTR% \eTABLE% \footnotetext[Footnote_mark_1]{Footnote to column A. Footnote to column A. Footnote to column A. Footnote to

Re: [NTG-context] Multi-page (split) natural tables and footnotes

2015-06-07 Thread Otared Kavian
> > How can I get footnotes working with split tables? Is this not supported? > > The workaround with \note[...] \footnotetext[...]{...} can only be used to > place footnotes on the first or on the last page of the table. For a long > multi-page table this is not satisfact

[NTG-context] Multi-page (split) natural tables and footnotes

2015-06-06 Thread Christoph Reller
Hi, How can I get footnotes working with split tables? Is this not supported? The workaround with \note[...] \footnotetext[...]{...} can only be used to place footnotes on the first or on the last page of the table. For a long multi-page table this is not satisfactory. The wiki mentions using

Re: [NTG-context] numberconversion bug?

2014-12-22 Thread Alan Bowen
] %\setupnotation[footnote][interaction=start,numberconversion=romannumerals] \startBookTitle[ title={\em Some title\note[trans]}] \stopBookTitle % \footnotetext[trans]{a footnote} \setupnotation[footnote][numberconversion=numbers] \resetnumber[footnote] Loren ipsum\footnote{another footnote

Re: [NTG-context] numberconversion bug?

2014-12-18 Thread Alan Bowen
][title] \setuphead[BookTitle][style=\tfc, color=darkred] \starttext \setupnotation[footnote][interaction=start,numberconversion=set 3] %\setupnotation[footnote][interaction=start,numberconversion=romannumerals] \startBookTitle[ title={\em Some title\note[trans]}] \stopBookTitle % \footnotetext[trans

[NTG-context] numberconversion bug?

2014-12-12 Thread Alan Bowen
=romannumerals] \startBookTitle[ title={\em Some title\note[trans]}] \stopBookTitle % \footnotetext[trans]{a footnote} \setupnotation[footnote][numberconversion=numbers] \resetnumber[footnote] Loren ipsum\footnote{another footnote} \stoptext Now, whatever set I specify, the output is an arabic numeral

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

2012-08-03 Thread Alan Bowen
\unexpanded\def\setupfootnotes {\setupnote [\v!footnote]} 1707 \def\footnotetext {\setnotetext [\v!footnote]} 1708 \unexpanded\def\placefootnotes {\dodoubleempty\strc_notes_place_footnotes [\v!footnote]} 1709 \un

Re: [NTG-context] notes changes

2012-02-19 Thread Peter Park Nelson
Seems like an on/off option would be cleaner. On Sat, Feb 18, 2012 at 12:01 PM, Wolfgang Schuster wrote: > > Am 17.02.2012 um 16:40 schrieb Steffen Wolfrum: > >> Hi, >> >> with current beta I get an interesting symbol in cases when my footnotetext >> doesn

Re: [NTG-context] notes changes

2012-02-18 Thread Wolfgang Schuster
Am 17.02.2012 um 16:40 schrieb Steffen Wolfrum: > Hi, > > with current beta I get an interesting symbol in cases when my footnotetext > doesn't fit on the same page as its marker: > > > > Nice! But how can I switch it off? \setupnote[symbolcommand=

[NTG-context] notes changes

2012-02-17 Thread Steffen Wolfrum
Hi, with current beta I get an interesting symbol in cases when my footnotetext doesn't fit on the same page as its marker: PastedGraphic-2.pdf Description: Adobe PDF document Nice! But how can I switch i

Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Xan
Al 19/08/10 16:49, En/na Wolfgang Schuster ha escrit: Am 19.08.10 16:36, schrieb Hans Hagen: On 19-8-2010 3:33, Wolfgang Schuster wrote: Am 19.08.10 09:36, schrieb Xan: Sorry, but the reply does not work for me 8-| Add \fotenotetext after text, e.g. \midaligned{\bf Abstract}\footnotetext

Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Wolfgang Schuster
Am 19.08.10 16:36, schrieb Hans Hagen: On 19-8-2010 3:33, Wolfgang Schuster wrote: Am 19.08.10 09:36, schrieb Xan: Sorry, but the reply does not work for me 8-| Add \fotenotetext after text, e.g. \midaligned{\bf Abstract}\footnotetext[-]{Date: } @Hans: can \dosetnote (MkII) check for

Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Hans Hagen
On 19-8-2010 3:33, Wolfgang Schuster wrote: Am 19.08.10 09:36, schrieb Xan: Sorry, but the reply does not work for me 8-| Add \fotenotetext after text, e.g. \midaligned{\bf Abstract}\footnotetext[-]{Date: } @Hans: can \dosetnote (MkII) check for horizontal mode \def\dosetnote[#1][#2][#3

Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Wolfgang Schuster
Am 19.08.10 09:36, schrieb Xan: Sorry, but the reply does not work for me 8-| Add \fotenotetext after text, e.g. \midaligned{\bf Abstract}\footnotetext[-]{Date: } @Hans: can \dosetnote (MkII) check for horizontal mode \def\dosetnote[#1][#2][#3]% - {\unskip + {\ifhmode\unskip\fi \def

Re: [NTG-context] Fwd: Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Xan
Al 19/08/10 12:25, En/na Xan ha escrit: There is a conflict between abstract and footnotetext. If we comment abstract, all is fun. A \blank[big] also conflict: ! You can't use `\unskip' in vertical mode. \dosetnote [#1][#2][#3]->\unskip \def \cu

[NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Xan
perimetric function and $n2$ upper bounds on the minimal isodiametric function and the filling length function. \stopabstract \footnotetext[-]{Date: } Posar caixeta tipus footnote amb: \startitemize \item date (mirar nathanson) \item keywords \item llicència (CC-By-sa) \item al típic coment

Re: [NTG-context] Footnote text like layer?

2010-08-18 Thread Wolfgang Schuster
Am 18.08.10 18:14, schrieb Xan: Hi, Some time ago, Wolfgang answer me how to put a layer as footnote with footnotetext, but I did not work for me: Send a minimal example. Wolfgang ___ If your question is of

[NTG-context] Footnote text like layer?

2010-08-18 Thread Xan
Hi, Some time ago, Wolfgang answer me how to put a layer as footnote with footnotetext, but I did not work for me: All is perfect except footnotetext: ! You can't use `\unskip' in vertical mode. \dosetnote [#1][#2][#3]->\unskip \def \cu

Re: [NTG-context] \startnarrower as \abstract in LaTeX and bottom "layer" as footnote without markers

2010-08-12 Thread Wolfgang Schuster
that? \definedelimitedtext [abstract] [leftmargin=yes, spacebefore=line, before=\smallbodyfont] \setupheadertexts[\midaligned{Title}][][\midaligned{Ben Lee User}][] \starttext \footnotetext[-]{Date: \currentdate} \startabstract \WORD{Abstract:} \input ward \stopabstract \dorecurse{10

Re: [NTG-context] Problems with TeX Live 2010

2010-06-17 Thread Matija Šuklje
posters (photocopied)\NC 12.48 € \FR \NC 055990 \NC parking for cake transferal\NC 6.00 € \AR \NC 1548 \NC cake \NC 69.00 € \AR \NC 26008889 \NC snacks and drinks for the evening\note[frutiq] \NC 29.02 € \LR \HL \NC \NC \NC \Sigma\ = 116.50 € \SR \HL \stoptable \footnotetex

Re: [NTG-context] footnote in TABLE

2010-05-19 Thread Vladimir Lomov
preamble is part of document before \starttext I guess). Do I understand it correctly that TABLE is NOT a float? I played with \{start,stop}locafootnotes, \placelocafootnotes; \postponenotes; \automigrateinserts and \footnotetext -- \note: - \postponenotes: works as footnote in text;

Re: [NTG-context] right aligned footnote

2010-04-30 Thread Philipp Gesang
> >\starttext > > > >\setupfootnotes[location=page] > >\setupnotedefinition[footnote][location=right,align=flushright] > >a\footnotetext{blabla} > >b\footnotetext{bububu} > > > >\stoptext > Seems to be not possible for the moment. Here is ano

Re: [NTG-context] right aligned footnote

2010-04-30 Thread Wolfgang Schuster
Am 29.04.10 23:17, schrieb Honza Pohanka: Thanks for the answer, but it does not work. I tried MKII and MKIV. Text is still on the left. min example \setupoutput[pdftex] \starttext \setupfootnotes[location=page] \setupnotedefinition[footnote][location=right,align=flushright] a\footnotetext

Re: [NTG-context] right aligned footnote

2010-04-29 Thread Honza Pohanka
Thanks for the answer, but it does not work. I tried MKII and MKIV. Text is still on the left. min example \setupoutput[pdftex] \starttext \setupfootnotes[location=page] \setupnotedefinition[footnote][location=right,align=flushright] a\footnotetext{blabla} b\footnotetext{bububu} \stoptext

[NTG-context] footnote marker gone (MkIV)

2010-02-27 Thread Steffen Wolfrum
Hi, what happened with footnote number 3 and 5? In MkIV their marker are gone ... \starttext test\footnote[a]{text} test. test\note[b]\footnotetext[b]{text} test. test\footnote[x]{text} test. test\note[d]\footnotetext[d]{text} test. test\footnote[y]{text} test. \stoptext Steffen

[NTG-context] Fwd: local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
pc)|p(11.5pc)|] > \NC {1[4].341||345 [= F21.82||86]} \NC{6.29.3||4} \NC\SR > \NC Text A\note[a]\NC Text B\note[b]\NC\SR > \NC \input knuth\NC \NC\AR > \NC \NC \input knuth \NC\AR > \NC \input knuth

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
\stoptabulate \stopframedtext} {\footnotetext[a]{A local footnote.} \footnotetext[b]{Another local footnote.} \hskip2pc\mbox{\placelocalfootnotes} } \stoplocalfootnotes} \stop \stoptext On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote: > > Am 23.11.2009 um 08:49 schrieb Taco Hoe

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
dtext} {\footnotetext[a]{A local footnote.} \footnotetext[b]{Another local footnote.} \hskip2pc\mbox{\placelocalfootnotes}} \stoplocalfootnotes} \stop \stoptext On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote: > > Am 23.11.2009 um 08:49 schrieb Taco Hoekwater: > >> it s

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
\stoptabulate \stopframedtext} {\footnotetext[a]{A local footnote.} \footnotetext[b]{Another local footnote.} \hskip2pc\mbox{\placelocalfootnotes} } \stoplocalfootnotes} \stop \stoptext On Nov 23, 2009, at 02;51,46 , Wolfgang Schuster wrote: > > Am 23.11.2009 um 08:49 s

Re: [NTG-context] local footnote (Tables) problem

2009-11-21 Thread Bowen Alan C.
\NC\AR \NC \NC \input knuth \NC\AR \NC \input knuth\NC \NC\AR \stoptable \stopframedtext} {\footnotetext[a]{A local footnote.} \footnotetext[b]{Another local footnote.} \hskip2pc\mbox{\placelocalfoot

Re: [NTG-context] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
rttable[|p(11.5pc)|p(11.5pc)|] >> \NC \REF[c]{1[4].341||345 [= F21.82||86]} \NC\REF[c]{6.29.3||4} \NC\SR >> \NC Text A\note[a] \NC Text B\note[b]\NC\SR >>\NC \input knuth\NC \NC\AR >> \NC

Re: [NTG-context] local footnote (Tables) problem

2009-11-18 Thread Alan BRASLAU
C\REF[c]{6.29.3||4} \NC\SR > \NC Text A\note[a]\NC Text B\note[b]\NC\SR > \NC \input knuth\NC \NC\AR >\NC \NC \input knuth \NC\AR >\NC \input knuth \NC\NC

[NTG-context] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
\NC \input knuth\NC \NC\AR \NC \NC \input knuth \NC\AR \NC \input knuth\NC \NC\AR \stoptable \stopframedtext} {\footnotetext[a]{A local footnote.} \footnotetext[b]{Another local footnote

Re: [NTG-context] local footnote (Tables) problem

2009-11-16 Thread Bowen Alan C.
\NC Text A\note[a]\NC Text B\note[b]\NC\SR > \stoptable > \stopframedtext} > {\footnotetext[a]{A local footnote.} > \footnotetext[b]{Another local footnote.} > \hskip2pc\mbox{\placelocalfootnotes}} > \stoplocalfootnotes} >

Re: [NTG-context] local footnote (Tables) problem

2009-11-15 Thread Wolfgang Schuster
ext} {\footnotetext[a]{A local footnote.} \footnotetext[b]{Another local footnote.} \hskip2pc\mbox{\placelocalfootnotes}} \stoplocalfootnotes} \stop \stoptext Wolfgang ___ If your question is of interest

[NTG-context] footnote-number-alignment

2009-11-15 Thread Achim Jander
e the footnote-number aligned to the correct decimal place. The footnotes appear in an "numbered-list" style. To explain: page one has footnotes 1 to 8, numbers are left-aligned, everything is good - 1 footnotetext 2 footnotetext 3 footnottext 8 footnotetext page two has footnote

Re: [NTG-context] footnote-number alignment

2009-10-25 Thread Hans Hagen
notes, and want to have the footnote-number aligned to the correct decimal place. To explain: page one has footnotes 1 to 8, numbers are left-aligned, everything is good ----- 1 footnotetext 2 footnotetext 3 footnottext ..... 8 footnotetext page two has footnotes 9 to 12, so I want to hav

Re: [NTG-context] footnote-number alignment

2009-10-25 Thread Taco Hoekwater
I am typesetting documents with a large amount of footnotes, and want to have the footnote-number aligned to the correct decimal place. To explain: page one has footnotes 1 to 8, numbers are left-aligned, everything is good ----- 1 footnotetext 2 footnotetext 3 footnottext .... 8 footnotetext

Re: [NTG-context] footnote-number alignment

2009-10-25 Thread Thomas A. Schmitz
ments with a large amount of footnotes, and want to have the footnote-number aligned to the correct decimal place. To explain: page one has footnotes 1 to 8, numbers are left-aligned, everything is good ----- 1 footnotetext 2 footnotetext 3 footnottext .... 8 footnotetext page two has footnotes 9

[NTG-context] footnote-number alignment

2009-10-25 Thread achim
e the footnote-number aligned to the correct decimal place. To explain: page one has footnotes 1 to 8, numbers are left-aligned, everything is good ----- 1 footnotetext 2 footnotetext 3 footnottext .... 8 footnotetext page two has footnotes 9 to 12, so I want to have 9 footnotetext 10 footnot

[NTG-context] resetting localfootnote counter query

2009-06-11 Thread Bowen Alan C.
nga ]\dowritereference \fi \fi ... l.354 \footnotetext[a] {See \goto{Pingree 1977}[Pingree1977].} Is there a way to reset the localfootnote counter so that ConTeXt is happy and the footnotes marked by arabic numerals are undistur

Re: [NTG-context] Tables query (notes, MKII)

2009-06-09 Thread Bowen Alan C.
After some experimentation, it became clear that to place the local notes properly, one must use \note[...] and \footnotetext[...]{}, and put the series of \footnotetext entries just before \placelocalfootnotes. A. On Jun 9, 2009, at 11;43,46 , Bowen Alan C. wrote: I need a table that

Re: [NTG-context] bugs in beta (footnotes)

2009-05-12 Thread Henning Hraban Ramm
2009.05.12 17:37). Great, thanks! Only footnotes in section titles don't work - should they? \chapter{My chapter\footnote{Note: might be also a section or subsection}} Shows the note mark, but eats the footnote text. I can work around that like so: \footnotetext[chap]{blah} \subsecti

Re: [NTG-context] \footnotetext

2009-05-06 Thread Hans Hagen
Wolfgang Werners-Lucchini wrote: ! Undefined control sequence. l.3 \footnotetext [bla]{blub} i have to think a bit about this as foonotes now are implemented differently

Re: [NTG-context] \footnotetext

2009-05-06 Thread Wolfgang Werners-Lucchini
loading latin modern fonts bodyfont: 12pt rm is loaded language: language en is active systems : begin file tst at line 1 references : unknown reference [][bla] ! Undefined control sequence. l.3 \footnotetext

[NTG-context] \footnotetext

2009-05-04 Thread Wolfgang Werners-Lucchini
Hallo, in order to use footnotes in a table, I use \footnotetext and \note. But it is not workink. The following test \starttext Bla\note[bla]. \footnotetext[bla]{blub} \stoptext gives the following error: - >texmfstart texexec --auto

Re: [NTG-context] local footnotes

2009-02-23 Thread Albrecht Kauffmann
rtlocalfootnotes[n=0,conversion=characters] > \placetable[here][]{} > % \placelegend > { > \tfx > \setupTABLE [frame=off] > \bTABLE > \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR > > \bTR\bTD 2.\note[foot:a] \eTD\bTD 19.0 \eTD\eTR > > \bTR\bTD 3.\note[foot:b]

Re: [NTG-context] LM typsescript problem

2009-02-23 Thread Alan Bowen
commaitem ...commalevel \endcsname {#1} \expandafter \rawprocessco... punctuation,a lpha,extended ... l.34 \footnotetext[first] {An Italian version of this review is to be publish... If I comm

[NTG-context] LM typsescript problem

2009-02-22 Thread Alan Bowen
@fha@ #1\endcsname \fi \rawprocesscommaitem ...commalevel \endcsname {#1} \expandafter \rawprocessco... punctuation,a lpha,extended ... l.34 \footnotetext[first] {An Italian version of this review

[NTG-context] automatic footnote rule in MKIV

2009-02-22 Thread Ilda Khaki
{\fnpp_next_footnote \ifnum\autofootnote=1\leftfootnoterule\...@xfootnotemark[\the\c@footnote]}% } \newif...@romanfootnum \providerobustcmd{\Footnote}[1]{% \bgroup \footnotemarkLR% \renewcommand{\thefootnote}{...@romanfootnum\rmfamily{\@arabi...@footnote }\el...@arabic\c@footnote\fi}% \...@rtlfalse\footnotetext

Re: [NTG-context] local footnotes

2009-02-20 Thread Thomas Floeren
\startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} % \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\note[foot:a] \eTD\bTD 19.0 \eTD\eTR \bTR\bTD 3.\note[foot:b] \eTD\bTD 26.1 \eTD\eTR \eTABLE } \footnotetext[foot:a]{Bezogen auf

Re: [NTG-context] local footnotes

2009-02-13 Thread Thomas Floeren
=characters] \placetable[here][]{} % \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\note[foot:a] \eTD\bTD 19.0 \eTD\eTR \bTR\bTD 3.\note[foot:b] \eTD\bTD 26.1 \eTD\eTR \eTABLE } \footnotetext[foot:a]{Bezogen auf das Jahresmittel der Gesamtbevoelkerung

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
gs] \fillinrules[settings]{text}{text} \fillintext[settings]{text}{text} \fitfield[name] \fixedspaces # \FLOWchart # \flushcollector # \flushlayer # \flushXMLelement \followprofile{text}[text] \followprofileversion{text}[text][text] \followversion{text}[text] \footnote[reference]{text} \footnotetext[refere

Re: [NTG-context] doifmode[paging]

2006-08-10 Thread Peter Rolf
David Arnold wrote: > Hans et al, > > I have: > > > \def\startquestions{\exercises{Exercises}\doifmode{copyright} > {\footnotetext{Copyrighted material. See: http://msenux.redwoods.edu/ > IntAlgText/} > }\startcolumnset[exercises]} > > \def\stopquestions{\sto

[NTG-context] doifmode[paging]

2006-08-10 Thread David Arnold
Hans et al, I have: \def\startquestions{\exercises{Exercises}\doifmode{copyright} {\footnotetext{Copyrighted material. See: http://msenux.redwoods.edu/ IntAlgText/} }\startcolumnset[exercises]} \def\stopquestions{\stopcolumnset} Then in document, I have: \startquestions \doifmode[paging

Re: [NTG-context] Footnote not marked in narrative

2006-08-09 Thread Taco Hoekwater
David Arnold wrote: > All, > > How can I have a footnote that is not marked in the narrative? Use \footnotetext Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Some Footnote Questions (from the Wiki)

2005-09-12 Thread Hans Hagen
nce\footnote{With a note\note[footB].}.\nomarkfootnote[footB]{And > another.} \starttext A sentence\footnote{With a note.\note[footB]}\footnotetext[footB]{And another.} \stoptext works for me, assuming I interpreted your wish correctly. You did, indeed, interpret my wish correctly. Tha

Re: [NTG-context] Some Footnote Questions (from the Wiki)

2005-09-09 Thread Brooks Moses
te{With a note\note[footB].}.\nomarkfootnote[footB]{And > another.} \starttext A sentence\footnote{With a note.\note[footB]}\footnotetext[footB]{And another.} \stoptext works for me, assuming I interpreted your wish correctly. You did, indeed, interpret my wish correctly. Thanks! Unfortunately, this is

Re: [NTG-context] Some Footnote Questions (from the Wiki)

2005-09-09 Thread Christopher Creutzig
t; another.} \starttext A sentence\footnote{With a note.\note[footB]}\footnotetext[footB]{And another.} \stoptext works for me, assuming I interpreted your wish correctly. Christopher ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] \footnotetext

2005-02-14 Thread Peter Münster
Hello, here a problem with \note and \footnotetext in \starttables. Only one footnote is possible: \starttext \starttables[|p(13em)|p(13em)|] \VL SomeText \VL SomeText\note[n1] \VL \AR \footnotetext[n1]{1. note} \dorecurse{50}{\VL SomeText \VL SomeText \VL \AR} %\VL SomeText \VL SomeText\note[n2

Re: [NTG-context] columnset BUG - (urgent!)

2004-11-28 Thread Steffen Wolfrum
apter{Heading\notesymbol[x]} > > \definecolumnset[litera][n=2,distance=1cm] > > \startcolumnset[litera] > > \footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward} > > \stopcolumnset > \stoptext > > or > > \starttext > > \definecolum

Re: [NTG-context] columnset BUG - (urgent!)

2004-11-27 Thread h h extern
see is a mixture you may try: \starttext \chapter{Heading\notesymbol[x]} \definecolumnset[litera][n=2,distance=1cm] \startcolumnset[litera] \footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward} \stopcolumnset \stoptext or \starttext \definecolumnset[litera][n=2,distance=1cm

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-11 Thread Hans Hagen
rst column of text, as is the norm. Again, this is a minor issue, as a combination of \high, \footnotetext, and \resetnumber work just fine as a quick hack... \title{test \footnote{test}} \section{test \footnote{test}} tets \footnote{test} \framed{\postponefootnotes test \footnote{test}} should

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-11 Thread William D. Neumann
norm. Again, this is a minor issue, as a combination of \high, \footnotetext, and \resetnumber work just fine as a quick hack... > \setuplabeltext[en][section={{},{.}},subsection={{},{.}}] > > should do that; i don't know why it does not break in your case Ah...thank you; this do

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-11 Thread Hans Hagen
he title portion of an article (or book, etc.) -- the big problem I was having was that the footnote mark was appearing fine, but the footnote text was nowhere to be found -- this was solved once I found the essentially hiden \footnotetext command and used that to place the text where I wanted it. After

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-10 Thread William D. Neumann
ook, etc.) -- the big problem I was having was that the footnote mark was appearing fine, but the footnote text was nowhere to be found -- this was solved once I found the essentially hiden \footnotetext command and used that to place the text where I wanted it. After that, I needed to figure out how

Re: [NTG-context] Re: footnote marker

2003-12-08 Thread Hans Hagen
pfootnotes[textcommand=\high,textstyle=\ss\tx,textcolor=red] test \footnotetext{test} test test \note\ test test \footnotetext{test} test test \notesymbol[footnote]\ test \stoptext If I would do it with the conversion key like this... \setupbodyfont[4pt] \setupinterlinespace[line=45pt] \definefont [FN