[NTG-context] interlines space for local footnotes

2023-04-22 Thread jbf via ntg-context
=2.4ex] \stopsetups \setupnote[footnote][setups=footnote:interlinespace] but it doesn't. I had hoped there might be something like \setuplocalfootnotes but there is not.  I also tried placing the setups locally, either with \startlocalfootnotes[setups=footnote:interlinespac

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
On 6/16/2022 12:43 PM, Denis Maier via ntg-context wrote: Hi, another experiment with footnotes in captions, this time local footnotes : %%% \setupcaptions[location=top] \starttext     \startlocalfootnotes     \placetable

[NTG-context] local footnotes and captions

2022-06-16 Thread Denis Maier via ntg-context
Hi, another experiment with footnotes in captions, this time local footnotes : %%% \setupcaptions[location=top] \starttext \startlocalfootnotes \placetable % The caption {A breakfast table.\footnote{asdf}} % the table

[NTG-context] footnotes not aligned if tabulate cell is centered.

2021-12-31 Thread Ajith R via ntg-context
foot notes gets placed unevenly. If I remove the "c" from \starttabulate[|p(3cm)c|p|], then the footnotes are aligned. Is it a bug? If not, how can I correct it? \starttext \startlocalfootnotes \starttabulate[|p(10cm)c|p|] \NC [f]\footnote[f]{first foot note} first sentence\NC \NR \NC [s

Re: [NTG-context] Footnotes in xtables

2019-05-01 Thread Henning Hraban Ramm
Am 2019-04-30 um 09:45 schrieb Otared Kavian : > Hi Clyde, > > In order to use footnotes in tables, you can use localfootnotes as in the > following: > > \startlocalfootnotes > \startxtable > \startxrow > \

Re: [NTG-context] placetable and localfootnotes

2019-05-01 Thread Otared Kavian
will let you know. Best regards: OK > On 1 May 2019, at 01:12, Aditya Mahajan wrote: > > On Tue, 30 Apr 2019, Otared Kavian wrote: > >> Hi Hans, >> >> It seems that there is a conflict between \startplacetable and >> \startlocalfootnotes: in the following

Re: [NTG-context] placetable and localfootnotes

2019-05-01 Thread Otared Kavian
;> On 30Apr19, at 02:54, Otared Kavian wrote: >> >> Hi Hans, >> >> It seems that there is a conflict between \startplacetable and >> \startlocalfootnotes: in the following example when the latter command (and >> its \stop counterpart) is commented out the t

Re: [NTG-context] placetable and localfootnotes

2019-04-30 Thread Aditya Mahajan
On Tue, 30 Apr 2019, Otared Kavian wrote: Hi Hans, It seems that there is a conflict between \startplacetable and \startlocalfootnotes: in the following example when the latter command (and its \stop counterpart) is commented out the table is placed correctly in the middle, while otherwise

Re: [NTG-context] placetable and localfootnotes

2019-04-30 Thread Alan Braslau
> On 30Apr19, at 02:54, Otared Kavian wrote: > > Hi Hans, > > It seems that there is a conflict between \startplacetable and > \startlocalfootnotes: in the following example when the latter command (and > its \stop counterpart) is commented out the table is placed corre

[NTG-context] placetable and localfootnotes

2019-04-30 Thread Otared Kavian
Hi Hans, It seems that there is a conflict between \startplacetable and \startlocalfootnotes: in the following example when the latter command (and its \stop counterpart) is commented out the table is placed correctly in the middle, while otherwise the table is not centered. Best regards: OK

Re: [NTG-context] Footnotes in xtables

2019-04-30 Thread Clyde Johnston
, In order to use footnotes in tables, you can use localfootnotes as in the following: \startlocalfootnotes \startxtable \startxrow \startxcell Alpha \stopxcell \startxcell Beta\footnote{Footnote Here} \stopxcell

Re: [NTG-context] Footnotes in xtables

2019-04-30 Thread Otared Kavian
Hi Clyde, In order to use footnotes in tables, you can use localfootnotes as in the following: \startlocalfootnotes \startxtable \startxrow \startxcell Alpha \stopxcell \startxcell Beta\footnote{Footnote Here} \stopxcell

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

2018-08-13 Thread Pablo Rodriguez
n the chapter I have also used I wasn’t able to compile your source, but this works fine: \starttext \dorecurse{30}{a\footnote{Zapf.} } \startlocalfootnotes[n=0,conversion=characters,location=none] \bTABLE \bTR \bTD 1 \footnote{\dorecurse{10}{abcd }} \eTD \bTD 2 \eTD \eTR

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] How to setup the footnote number in local footnotes

2018-03-26 Thread Idris Samawi Hamid ادريس سماوي حامد
e line % \startlocalfootnotes[n=2] doesn't work, although it is mentioned here: http://wiki.contextgarden.net/Command/startlocalfootnotes So that must be for MKII.. Check setup-en.pdf for valid arguments in MkIV. There are no options for \startlocalfootnotes and there is no command such as \setuploc

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Wolfgang Schuster
Idris Samawi Hamid ادريس سماوي حامد <mailto:idris.ha...@colostate.edu> 26. März 2018 um 00:24 2) Alternatively, would like to be able to define a conversion that sets the footnote numeral to 2. 3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work, although it is men

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 25 Mar 2018 09:29:01 -0600, Wolfgang Schuster wrote: Idris Samawi Hamid ادريس سماوي حامد <mailto:idris.ha...@colostate.edu> 25. März 2018 um 17:04 Dear gang, Consider the following: == \starttext \startframedtext[width=fit,frame=off,offset=0pt] % \startlocalfootnot

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Wolfgang Schuster
Idris Samawi Hamid ادريس سماوي حامد <mailto:idris.ha...@colostate.edu> 25. März 2018 um 17:04 Dear gang, Consider the following: == \starttext \startframedtext[width=fit,frame=off,offset=0pt] % \startlocalfootnotes[n=2] \startlocalfootnotes \input ward \startfootnote \inpu

[NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Consider the following: == \starttext \startframedtext[width=fit,frame=off,offset=0pt] % \startlocalfootnotes[n=2] \startlocalfootnotes \input ward \startfootnote \input ward \stopfootnote \placelocalfootnotes \stoplocalfootnotes \stopframedtext \stoptext

Re: [NTG-context] Setting the footnote symbol

2017-11-17 Thread Pablo Rodriguez
e=2in] \setupnotation[footnote][style={\PagellaRegularSmall}, numbercommand=\PagellaRegularSmall] \setupnote [footnote] [textcommand={\setupbodyfont[nonexisting]\high}] \noheaderandfooterlines \starttext \startframedtext[width=4.5in,offset=0pt

[NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
titlestyle={\PagellaRegularSmall}] % Why is this necessary? \setupnote[footnote][textcommand={\PagellaRegularSmall}] % symbol-font style in the main text \noheaderandfooterlines \starttext \PagellaRegular \startframedtext[width=4.5in,offset=0pt] \startlocalfootnotes

[NTG-context] definenote and localfootnotes

2017-11-03 Thread Stanislav Sokolenko
tnote] \setupnotation [noteone] [style=bold, headstyle=bold] \setupnote [noteone] [textstyle=bold] \starttext \startlocalfootnotes Testing footnote \footnote{this is a footnote} Testing noteone \noteone{this is noteone} \placelocalfootnotes \stoplocalfootnotes Testing footnote \footnote{this

[NTG-context] splitting a landscape table with local footnotes

2017-06-08 Thread Alan Bowen
. \starttext \dorecurse{5}{\input knuth} \setupnotation[footnote][numberconversion=characters] \startlocalfootnotes \setupTABLE[frame=off,split=yes] \setupTABLE[c][1,2,3,4,5,6][roffset=.3pc] \setupTABLE[c][2,3,4,5,6,7][loffset=.3pc] \startplacetable[title={Hellenistic calendars}, location={page,header,high

Re: [NTG-context] aligning a table alignment with local footnotes

2017-05-30 Thread Alan Bowen
local footnotes? >> >> I currently have: >> >> \starttext >> >> \startbuffer[Tab01] >> \startlocalfootnotes >> \bTABLE >> \bTR\bTD So\eTD\bTD what% >> \footnote{\input knuth} % <= >> \eTD\eTR >> \eTABLE >> {\placel

Re: [NTG-context] aligning a table alignment with local footnotes

2017-05-30 Thread Alan Bowen
>> the local footnotes? >> >> I currently have: >> >> \starttext >> >> \startbuffer[Tab01] >> \startlocalfootnotes >> \bTABLE >> \bTR\bTD So\eTD\bTD what% >> \footnote{\input knuth} % <= >> \eTD\eTR >> \eTABLE >> {\pla

Re: [NTG-context] aligning a table alignment with local footnotes

2017-05-29 Thread Aditya Mahajan
On Mon, 29 May 2017, Alan Bowen wrote: What is the best way to center a table and control/fix the textwidth of the local footnotes? I currently have: \starttext \startbuffer[Tab01] \startlocalfootnotes \bTABLE \bTR\bTD So\eTD\bTD what% \footnote{\input knuth} % <= \eTD\eTR \eTA

[NTG-context] Fwd: Re: aligning a table alignment with local footnotes

2017-05-29 Thread Hans Hagen
of the local footnotes? I currently have: \starttext \startbuffer[Tab01] \startlocalfootnotes \bTABLE \bTR\bTD So\eTD\bTD what% \footnote{\input knuth} % <= \eTD\eTR \eTABLE {\placelocalfootnotes} \stoplocalfootnotes \stopbuffer \startplacetable[title=Test, align=mid

[NTG-context] aligning a table alignment with local footnotes

2017-05-29 Thread Alan Bowen
What is the best way to center a table and control/fix the textwidth of the local footnotes? I currently have: \starttext \startbuffer[Tab01] \startlocalfootnotes \bTABLE \bTR\bTD So\eTD\bTD what% \footnote{\input knuth} % <= \eTD\eTR \eTABLE {\placelocalfootnotes} \stoplocalfootno

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Aditya Mahajan
r left-aligned with respect to the page (whatever is easier)? Cheers, Henri --- \starttext \startplacetable [title={some table}] \startlocalfootnotes \startTABLE \NC Content\footnote{Footnote} \NC\NR \stopTABLE \placelocalfootnotes % commenting out unbreaks alignment \stoplocalfoo

Re: [NTG-context] French hyphenation issue in tablepaired boxes

2016-08-15 Thread Jean-Pierre Delange
etupalign[hyphenated] \startplacetable[title={Manuels et Intellectuels}] \startlocalfootnotes \startplacepairedbox[footnote] \startcontent \startTABLE \NC « Dans la société présente, où le jeu de la spécialisation s’est outré automatiquement, les fonctions intellectuelles et les fonctions manuelles ne

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Jean-Pierre Delange
artplacetable[title={some table}] \startlocalfootnotes \startplacepairedbox[footnote] \startcontent \startTABLE \NC Content\footnote{Footnote} \NC\NR \stopTABLE \stopcontent \startcaption

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-15 Thread Wolfgang Schuster
easier)? Cheers, Henri --- \starttext \startplacetable [title={some table}] \startlocalfootnotes \startTABLE \NC Content\footnote{Footnote} \NC\NR \stopTABLE \placelocalfootnotes % commenting out unbreaks alignment \stoplocalfootnotes \stopplacetable \stoptext You can use the pairedbox mechan

Re: [NTG-context] placelocalfootnotes breaks center alignment

2016-08-14 Thread Henri Menke
to the page > (whatever is easier)? > > Cheers, Henri > > --- > > \starttext > > \startplacetable > [title={some table}] > \startlocalfootnotes > \startTABLE > \NC Content\footnote{Footnote} \NC\NR > \stopTABLE > \placelo

[NTG-context] placelocalfootnotes breaks center alignment

2016-07-29 Thread Henri Menke
={some table}] \startlocalfootnotes \startTABLE \NC Content\footnote{Footnote} \NC\NR \stopTABLE \placelocalfootnotes % commenting out unbreaks alignment \stoplocalfootnotes \stopplacetable \stoptext

[NTG-context] footnotes in floating tables

2015-07-19 Thread Henry House
% \eTABLE% } } { \setupfootnotes[conversion=tablefootnoteconversion] % MkII % \setupnotation[footnote][numberconversion=tablefootnoteconversion] % MkIV \startlocalfootnotes \setupTABLE[r][1][bottomframe=on,align=low

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

2015-06-07 Thread Christoph Reller
On Sun, Jun 7, 2015 at 12:00 PM wrote: > > Hi Christoph, > > There exists a local footnotes environment in floats, as in the following > example: I don’t know if it solves the problem you mention… > > > \starttext > \startlocalfootnotes > \placeta

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

2015-06-07 Thread Otared Kavian
Hi Christoph, There exists a local footnotes environment in floats, as in the following example: I don’t know if it solves the problem you mention… \starttext \startlocalfootnotes \placetable[align=middle]{A table with footnotes.} {\starttable[|l|r|] \HL \VL One

Re: [NTG-context] textbackground

2015-02-26 Thread Hans Hagen
={\startlocalfootnotes}, after={\placelocalfootnotes\stoplocalfootnotes}, although such a solution would postpone backgrounded footnotes to the end of the backgrounded text. Alan MWE: \definetextbackground [spanish] [location=paragraph, frame=off, before={\language[es

[NTG-context] textbackground

2015-02-26 Thread Alan BRASLAU
gets placed on a following page, then it may not get a background. (It is not clear to me whether it would be correct for footnotes to get the background or not.) Of course, a solution to this secondary problem might be before={\startlocalfootnotes}, after={\placelocalfootnotes

Re: [NTG-context] footnote in framedtext (Gerben Wierda)

2014-12-07 Thread Gerben Wierda
On 07 Dec 2014, at 12:33, Sytse Knypstra wrote: > Did you issue an \automigrateinserts in your setup? No. I'm using mkii, I get an unknown command so it's probably mkiv. I solved it partly using \startlocalfootnotes, \placelocalfootnotes, \stoplocalfootnotes in the frame. Tha

[NTG-context] [***SPAM***] Re: [***SPAM***] How to reduce vertical spacing after this table

2013-07-08 Thread d.henman
ym][\m{\dagger},\m{*},\m{**},\m{***}] % footnote > > header symbols > > > > \starttext > > \subject{Subject Name} > >\blank > > \startlocalfootnotes % [conversion=set fnsym] > > \setupnotation[footnote][numberconversion=fnsym,rule=off] % change

Re: [NTG-context] [***SPAM***] How to reduce vertical spacing after this table

2013-07-06 Thread Wolfgang Schuster
x27;t > show up right in the minimal, but it works. > > Help in solving this would be greatly appreciated. > > % > > \defineconversion[fnsym][\m{\dagger},\m{*},\m{**},\m{***}] % footnote header > symbols > > \starttext > \subject{Subject N

[NTG-context] [***SPAM***] How to reduce vertical spacing after this table

2013-07-06 Thread hwitloc
ppreciated. % \defineconversion[fnsym][\m{\dagger},\m{*},\m{**},\m{***}] % footnote header symbols \starttext \subject{Subject Name} \blank \startlocalfootnotes % [conversion=set fnsym] \setupnotation[footnote][numberconversion=fnsym,rule=off] % change footnot

Re: [NTG-context] [***SPAM***] Placement of a table's footnotes

2013-07-05 Thread Wolfgang Schuster
> \starttext > > \midaligned > { >\startlocalfootnotes % [conversion=set fnsym] >\setupnotation[footnote][rule=off] % change footnote symbols > >\starttable[|c|c|c|c|] > \HL > \VL col-1 \VL col-2 $\dagger$\footnote[myfootnote]{Re: X}

[NTG-context] [***SPAM***] Placement of a table's footnotes

2013-07-05 Thread d.henman
Here is a minimal example of my attempt to get a footnot(s) just below a table. As it is the footnote is dislayed to the right of the table. Minimal example: %--- \starttext \midaligned { \startlocalfootnotes % [conversion=set fnsym] \setupnotation

Re: [NTG-context] TEXpage and footnotes

2013-06-14 Thread Aditya Mahajan
turn, is a fancy \vbox). So, you cannot get the regular footnote mechanism inside TEXpage. If you do need footnotes, you can use localfootnotes: \starttext \startTEXpage[width=0.6\textwidth, offset=3mm] \startlocalfootnotes Knuth:\footnote{The creator of \TEX} \i

[NTG-context] localfootnotes and bodyfontsize in a placetable

2013-04-23 Thread Alan BRASLAU
gets incorrectly set (there is a break between "a" and "cell"). Probably there is a better way of achieving this correctly. Alan\setupbodyfont[10pt] \starttext 10pt \startplacetable [title=A title] \switchtobodyfont [6pt] \startlocalfootnotes \bTABLE \bTR

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

2012-08-03 Thread Alan Bowen
expanded\def\placelocalfootnotes {\dodoubleempty\strc_notes_place_local_footnotes[\v!footnote]} 1710 \unexpanded\def\startlocalfootnotes{\startlocalnotes [\v!footnote]} % alleen footnote 1711 \unexpanded\def\stoplocalfootnotes {\stoplocalnotes } \ctxcommand .

Re: [NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Wolfgang Schuster
13 > 23:46 and luatex version beta-0.70.2-2012052410 (TeX Live 2012)). > > Minimal example: > > \starttext > > \startlocalfootnotes > Test\footnote{test} > \placelocalfootnotes Use this for the moment: \placelo

[NTG-context] localfootnotes broken in latest beta?

2012-06-14 Thread Hongwen Qiu
)). Minimal example: \starttext \startlocalfootnotes Test\footnote{test} \placelocalfootnotes \stoplocalfootnotes \stoptext Error emitted by latest beta: ! Missing number, treated as zero. system > tex > error on line 7 in file test.tex: Missing number, treated as zero .

[NTG-context] \starttabulate inside a \placelegend is not working

2011-12-20 Thread Charles
Hi, I would like to put a table (\starttabulate ... \stoptabulate) inside a \placelegend in order to have local footnotes. The compilation is OK for \starttable but failing with \starttabulate. Some help please? Thanks Charles \starttext \startlocalfootnotes \placetable{A table with

Re: [NTG-context] Local footnotes

2011-11-10 Thread Andreas Harder
On 10.11.2011, at 14:27, Wolfgang Schuster wrote: > > Am 10.11.2011 um 10:47 schrieb Andreas Harder: > >> Hi Hans, >> >> here is the minimal example which shows the problem with local footnotes. >> >> \starttext >> \startlocalfootnotes >&g

Re: [NTG-context] Local footnotes

2011-11-10 Thread Wolfgang Schuster
Am 10.11.2011 um 10:47 schrieb Andreas Harder: > Hi Hans, > > here is the minimal example which shows the problem with local footnotes. > > \starttext > \startlocalfootnotes >\dorecurse{23}{footnote\footnote{footnote}\par} % error >% \dorecurse{22}{footnot

[NTG-context] Local footnotes

2011-11-10 Thread Andreas Harder
Hi Hans, here is the minimal example which shows the problem with local footnotes. \starttext \startlocalfootnotes \dorecurse{23}{footnote\footnote{footnote}\par} % error % \dorecurse{22}{footnote\footnote{footnote}\par} % OK \placelocalfootnotes \stoplocalfootnotes \stoptext

Re: [NTG-context] Footnote disappears (TABLE, itemize)

2011-03-20 Thread Wolfgang Schuster
econd\footnote{test1} hello > \item Third\footnote{test2} hello > \stopitemize \eTD \eTR > \eTABLEbody > \eTABLE} > \stoptext Add \automigrateinserts or use local footnotes, be aware that floats and footnotes don’t work well together. \starttext \placetable {My table} {\startlo

[NTG-context] startlocalfootnotes

2010-09-22 Thread Andreas Harder
Hi, it seems that it is not longer possible to set options for local footnotes. \starttext \startbuffer \bTABLE \bTR \bTD one \footnote{\dorecurse{10}{abcd }} \eTD \bTD two \eTD \eTR \bTR \bTD three fout five six seven eight nine \eTD \bTD ten \eTD \eTR \eTABLE \stopbuffer \startlocalfootnotes

Re: [NTG-context] footnotes again

2010-08-03 Thread Hans Hagen
setupnote [footnote][paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip.5em] \setupdescriptions[footnote][display=no,location=serried,distance=.5em] % before=,after= \starttext \startlocalfootnotes local 1a\footnote{local note 1a} local 1b\footnote{local note 1b}

Re: [NTG-context] footnote missing

2010-07-31 Thread Peter Münster
On Wed, Jul 28 2010, Peter Münster wrote: > > \starttext > \startlocalfootnotes > AAA\footnote{aaa} > \placelocalfootnotes > \stoplocalfootnotes > BBB\footnote{bbb} > \startlocalfootnotes > CCC\footnote{ccc} % footnote missing > \placelocalfootnotes >

Re: [NTG-context] Footnotes into a single paragraph (mkiv)

2010-07-30 Thread Hans Hagen
] % before=,after= \starttext \startlocalfootnotes local 1a\footnote{local note 1a} local 1b\footnote{local note 1b} \placelocalfootnotes \stoplocalfootnotes \blank global 1a\footnote{global note 1a} global 1b\footnote{global note 1b} \blank \startlocalfootnotes local 2a\footnote

[NTG-context] footnote missing

2010-07-28 Thread Peter Münster
Hello, Example: \starttext \startlocalfootnotes AAA\footnote{aaa} \placelocalfootnotes \stoplocalfootnotes BBB\footnote{bbb} \startlocalfootnotes CCC\footnote{ccc} % footnote missing \placelocalfootnotes \stoplocalfootnotes \stoptext Cheers, Peter -- Contact information: http

Re: [NTG-context] strc-not.lua:87: attempt to index field '?' (a nil value)

2010-07-26 Thread Hans Hagen
On 26-7-2010 11:33, Peter Münster wrote: Hello, Perhaps I don't use localfootnotes the right way? Example: \starttext blub\footnote{blub} bla \startlocalfootnotes blub\footnote{blub} \placelocalfootnotes \stoplocalfootnotes \stoptext fixed in next u

[NTG-context] indenting and localfootnotes

2010-07-26 Thread Peter Münster
Hello, Here an example with strange vertical alignment: \setupnotedefinition[footnote][location=left, text=Note~, distance=1em] \setupnote[footnote][numbercommand=, textcommand=, style=, textstyle=, bodyfont=] \starttext \startlocalfootnotes blub\footnote{blub} \placelocalfootnotes

[NTG-context] strc-not.lua:87: attempt to index field '?' (a nil value)

2010-07-26 Thread Peter Münster
Hello, Perhaps I don't use localfootnotes the right way? Example: \starttext blub\footnote{blub} bla \startlocalfootnotes blub\footnote{blub} \placelocalfootnotes \stoplocalfootnotes \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/co

Re: [NTG-context] Rotated footnotes?

2010-02-07 Thread Steffen Wolfrum
st can't be done? >>> Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and >>> \placelocalfootnotes at the end of the float body or in the caption >>> would work. Easier to test with an example ;) >> Well, here you are: A quick-and-dirty example :o) >

Re: [NTG-context] Rotated footnotes?

2010-02-07 Thread Taco Hoekwater
Steffen Wolfrum wrote: Am 07.02.2010 um 10:03 schrieb Taco Hoekwater: Steffen Wolfrum wrote: No answer at all ... Does that mean rotating a figure/label with its footnote just can't be done? Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and \placelocalfootnotes a

Re: [NTG-context] Rotated footnotes?

2010-02-07 Thread Steffen Wolfrum
Am 07.02.2010 um 10:03 schrieb Taco Hoekwater: > Steffen Wolfrum wrote: >> No answer at all ... Does that mean rotating a figure/label with its >> footnote just can't be done? > > Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and > \placeloc

Re: [NTG-context] Rotated footnotes?

2010-02-07 Thread Taco Hoekwater
Steffen Wolfrum wrote: No answer at all ... Does that mean rotating a figure/label with its footnote just can't be done? Maybe something like \startlocalfootnotes ... \stoplocalfootnotes and \placelocalfootnotes at the end of the float body or in the caption would work. Easier to test

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

2009-11-23 Thread Bowen Alan C.
showframe > > \starttext > > \dorecurse{3}{\input knuth\par} > > \start > > \setuptabulate > [bodyfont=9pt, > width=\textwidth, > rulethickness=0.03em, > distance=big, > split=yes > header=repeat] > > \placetable > [split, top,nonumber] > [tab:Table03]

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

2009-11-23 Thread Bowen Alan C .
,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit] \starttabulatehead \HL \NC {Column A} \NC {Column B} \NC\SR \HL \stoptabulatehead \starttabulate[|p(11.5pc)|p(11.5pc)|] \NC {1[4].341

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

2009-11-23 Thread Bowen Alan C .
ble 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit] \starttabulatehead \HL \NC {Column A} \NC {Column B} \NC\SR \HL \stoptabulatehead \starttabulate[|p(11.5pc)|p(11.5pc)|] \NC {1[4].341||345 [= F21.82||86]} \NC{6

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

2009-11-23 Thread Bowen Alan C.
,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit] \starttabulatehead \HL \NC {Column A} \NC {Column B} \NC\SR \HL \stoptabulatehead \starttabulate[|p(11.5pc)|p(11.5pc)|] \NC {1[4

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

2009-11-21 Thread Bowen Alan C.
width=\textwidth, rulethickness=0.03em, distance=big, split=repeat] \placetable [split,top,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit] \starttablehead \HL[3] \NC \REF[c]{C

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

2009-11-18 Thread Bowen Alan C.
gt;> \start >> >> \setuptables >> [bodyfont=9pt, >> width=\textwidth, >> rulethickness=0.03em, >> distance=big, >> split=yes] >> >> \placetable >> [top,nonumber] >> [tab:Table03] >> {Table 3} >> {\startlocalfoo

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

2009-11-18 Thread Alan BRASLAU
rt > > \setuptables > [bodyfont=9pt, > width=\textwidth, > rulethickness=0.03em, > distance=big, > split=yes] > > \placetable > [top,nonumber] > [tab:Table03] > {Table 3} > {\startlocalfootnotes[conversion=character,bodyfont=9pt] > \placelegend &g

[NTG-context] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
\setuptables [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes] \placetable [top,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit

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

2009-11-16 Thread Bowen Alan C.
3em, > distance=big, > split=yes] > > \placetable > [top,nonumber] > [tab:Table03] > {Table 3} > {\startlocalfootnotes[conversion=character,bodyfont=9pt] > \placelegend > {\startframedtext[frame=off,offset=none,width=fit] > \starttablehead > \

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

2009-11-15 Thread Wolfgang Schuster
yes] \placetable [top,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit] \starttablehead \HL[3] \NC \REF[c]{\switchtobodyfont[11pt]Column A} \NC \RE

[NTG-context] some (older) problems

2009-08-17 Thread Thomas Floeren
s proposed \in{equation}[eq:pythag]. > > > 2) References to footnotes appear as '??' inside > \startlocalfootnotes...\stoplocalfootnotes > > \startlocalfootnotes > This has a note.\footnote[fn]{Footnote.} > See note \note[fn]. > \stoplocalfootnotes > > 3) Refe

Re: [NTG-context] Lots of problems in mkiv

2009-06-18 Thread Thomas Floeren
:pythag] > \startformula > a^2 = b^2 + c^2 > \stopformula > Pythagoras proposed \in{equation}[eq:pythag]. > > > 2) References to footnotes appear as '??' inside > \startlocalfootnotes...\stoplocalfootnotes > > \startlocalfootnotes > This has a note.\footnote[

[NTG-context] Lots of problems in mkiv

2009-06-18 Thread richard . stephens
) References to footnotes appear as '??' inside \startlocalfootnotes...\stoplocalfootnotes \startlocalfootnotes This has a note.\footnote[fn]{Footnote.} See note \note[fn]. \stoplocalfootnotes 3) References to sections are repeated (e.g. reference to section 1 appears as '11' or re

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

2009-06-11 Thread Bowen Alan C.
following reduced example? \starttext \startlocalfootnotes[conversion=character] \placetable[][] {} \placelegend {\starttables[|p|p|p|p|p|p|] \NC numbers \NC (*) \footnote{This is the first footnote.} \NC stuff \footnote{This is the second footnote.} \NC stuff

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

2009-06-11 Thread Willi Egger
left margin of the table) or the the proper length ( extending full length of table if needed). What am I missing in the following reduced example? \starttext \startlocalfootnotes[conversion=character] \placetable[][] {} \placelegend {\starttables[|p|p|p|p|p|p|] \NC numbers \NC

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

2009-06-09 Thread Bowen Alan C.
has local notes, but have not been able to get them into the proper position (at the left margin of the table) or the the proper length ( extending full length of table if needed). What am I missing in the following reduced example? \starttext \startlocalfootnotes[conversion=character

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

2009-06-09 Thread Bowen Alan C.
I need a table that has local notes, but have not been able to get them into the proper position (at the left margin of the table) or the the proper length ( extending full length of table if needed). What am I missing in the following reduced example? \starttext \startlocalfootnotes

[NTG-context] beta (2009-06-01): footnote marker not moved

2009-06-02 Thread Peter Rolf
set 2}, % distance=-2em, margindistance=-2em, numbercommand=\NoteNumber] \def\MyFootnote#1{\footnote{\hskip3em #1}} \starttext \startlocalfootnotes \vbox\bgroup\hsize=78mm\dontcomplain \startitemize[4] \item die Ausgabe erfolgt als PDF/X-4p\MyFootnote{ISO 15930-7:2008} \stopit

[NTG-context] beta (12.05.2009, 22:36): footnote marker and overprinting

2009-05-13 Thread Peter Rolf
print}} %\def\MyFootnote#1{\footnote{\hskip3em #1}} \starttext \startlocalfootnotes \vbox\bgroup\hsize=78mm\dontcomplain \startitemize[4] \item die Ausgabe erfolgt als PDF/X-4p\MyFootnote{ISO 15930-7:2008} \stopitemize \egroup \stoplocalfootnotes % footnote marker is not moved! \moverigh

[NTG-context] MKIV: Problem with localfootnotes

2009-05-11 Thread jm
table with linenumbering in the background. \setupcaptions[location=top] \startlocalfootnotes \placetable[here]{Segregation pattern for pollen fertility restoration involving IR73328A and IR73330-83-1-2R.} \placelegend {\starttable[|c|c|c|c|c|] \HL \NC \Lower(0.5\lineheight){\bf{CROSS}} \NC \Use

Re: [NTG-context] beta

2009-05-11 Thread Wei-Wei Guo
ote.}}\nextbox \else \docompletefloat {ta... ... l.12 {\placelocalfootnotes} Example: \starttext \startlocalfootnotes \placetable{Test table\footnote{Test footnote.}} \placelegend{ \starttable[|l|l|] \HL \NC East \NC No

[NTG-context] beta (2009-05-11)

2009-05-11 Thread Peter Rolf
conversion={set 1}, % distance=-2em, margindistance=-2em, numbercommand=\NoteNumber] %\def\MyFootnote#1{\footnote{\hskip3em \dostartoverprint#1\dostopoverprint}} \def\MyFootnote#1{\footnote{\hskip3em #1}} \starttext \startlocalfootnotes \vbox\bgroup\hsize=78mm\dontcomplain \starti

Re: [NTG-context] beta

2009-04-28 Thread Wei-Wei Guo
},\c!bookmark =][] \globallet \currentfloatnu... ...\footnote {Test footnote.}}\nextbox \else \docompletefloat {ta... ... l.13 {\placelocalfootnotes} Minimal example: \starttext \startlocalfootnotes

Re: [NTG-context] new beta

2009-04-18 Thread Wei-Wei Guo
;s tutorial too.} \placetable {Complex Table\footnote{An test table.}} {\startlocalfootnotes \placelegend {\starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC\NC \Use{2}[c]{First Half} \NC \Use{2}[c]{Second Half} \NC \FR \DC\DL[4] \DR \NC

Re: [NTG-context] new beta

2009-04-18 Thread Hans Hagen
e title of Yanrui Li's tutorial.} is painful. \input knuth \section{Second} But \ConTeXt is amazing.\footnote{Yanrui Li's tutorial too.} \input knuth \startlocalfootnotes \placetable{Complex Table\footnote{An test table.}} \placelegend{ \starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC

Re: [NTG-context] new beta

2009-04-17 Thread Wei-Wei Guo
s tutorial.} is painful. \input knuth \section{Second} But \ConTeXt is amazing.\footnote{Yanrui Li's tutorial too.} \input knuth \startlocalfootnotes \placetable{Complex Table\footnote{An test table.}} \placelegend{ \starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC\NC \Use{2

Re: [NTG-context] beta: problem with footnote

2009-04-12 Thread Peter Rolf
1}, % distance=-2em, margindistance=-2em, numbercommand=\NoteNumber] %\def\MyFootnote#1{\footnote{\hskip3em \dostartoverprint#1\dostopoverprint}} \def\MyFootnote#1{\footnote{\hskip3em #1}} \starttext \startlocalfootnotes \vbox\bgroup\hsize=78mm\dontcomplain \startitemize[4] \item die Ausgabe erf

Re: [NTG-context] beta: problem with footnote

2009-04-12 Thread Wolfgang Schuster
] %\def\MyFootnote#1{\footnote{\hskip3em \dostartoverprint#1\dostopoverprint}} \def\MyFootnote#1{\footnote{\hskip3em #1}} \starttext \startlocalfootnotes \vbox\bgroup\hsize=78mm\dontcomplain \startitemize[4] \item die Ausgabe erfolgt als PDF/X-4p\MyFootnote{ISO 15930-7:2008} \stopitemize \egroup

Re: [NTG-context] local footnotes

2009-02-23 Thread Albrecht Kauffmann
rom 13.2.08? > (http://archive.contextgarden.net/message/20090213.144419.432c095e.en.html) > > Maybe there is a better solution (?) but with my context installation and > mkII it just works fine this way. > > Greetings > Thomas > > > > > \setupoutput[pdftex] > \starttext > \sta

[NTG-context] local footnotes

2009-02-20 Thread Albrecht Kauffmann
Hi all, please have a look to the following small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote

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
small table with its own footnotes: \setupoutput[pdftex] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[here][]{} \placelegend { \tfx \setupTABLE [frame=off] \bTABLE \bTR\bTD 1990 \eTD\bTD 1991 \eTD\eTR \bTR\bTD 2.\footnote[foot:a]{Bezogen auf das Jahresmittel der

  1   2   >