Re: [NTG-context] [***SPAM***] RE: Footnote line position

2014-02-08 Thread Jan Tosovsky
On 2013-12-01 Jan Tosovsky wrote: > On 2013-11-22 Jan Tosovsky wrote: > > > > when a single line footnote is used, the footnote divider is > > rendered in larger distance than for footnotes with two or > > more lines (I mean a gap between the line and the footnote text

[NTG-context] [***SPAM***] RE: Footnote line position

2013-12-01 Thread Jan Tosovsky
On 2013-11-22 Jan Tosovsky wrote: > > when a single line footnote is used, the footnote divider is > rendered in larger distance than for footnotes with two or > more lines (I mean a gap between the line and the footnote text). > > It can be tested easily: > > \chapter{

[NTG-context] Footnote line position

2013-11-22 Thread Jan Tosovsky
Dear All, when a single line footnote is used, the footnote divider is rendered in larger distance than for footnotes with two or more lines (I mean a gap between the line and the footnote text). Initially I though there must be an 'empty' paragraph in my footnote but looking into the

[NTG-context] Footnote number in different font?

2013-09-04 Thread J. R. Schmid
Hello List, this is a nitpick, but it's an itch that's been itching me for a couple of days now. When you put a footnote to Arabic text, the little number (like this one: ²) appears in the font the Arabic text is in, which makes it look distinct from the other footnote numbers in th

Re: [NTG-context] Multiple footnote-numbers referring only to one footnote

2013-06-05 Thread H. Özoguz
\starttext First note.\footnote[fnt:one]{First footnote} Second note.\footnote[fnt:two]{Second footnote} Third note.\note[fnt:one] \stoptext Wolfgang Perfect, thanks again Wolfgang! ___ If your question is of

Re: [NTG-context] Multiple footnote-numbers referring only to one footnote

2013-06-05 Thread Wolfgang Schuster
Am 05.06.2013 um 17:47 schrieb "H. Özoguz" : > No way? I am sure, there is some :) > > Another solution, which would work equally would be to have two > footnote-numbers with the same number, which refer to the same footnote. This > way: > > Text [Footnote nu

Re: [NTG-context] Multiple footnote-numbers referring only to one footnote

2013-06-05 Thread Mica Semrick
lly would be to have two > footnote-numbers with the same number, which refer to the same footnote. > This way: > > Text [Footnote number 1] text [Footnote number 1] > > Footer: 1 Some Footnote.

Re: [NTG-context] Multiple footnote-numbers referring only to one footnote

2013-06-05 Thread H. Özoguz
No way? I am sure, there is some :) Another solution, which would work equally would be to have two footnote-numbers with the same number, which refer to the same footnote. This way: Text [Footnote number 1] text [Footnote number 1] Footer: 1 Some Footnote. Is that possible? Thanks Huseyin

[NTG-context] Multiple footnote-numbers referring only to one footnote

2013-06-04 Thread H. Özoguz
Hello, how to achieve this: I want more than one footenote-number, which refer to the very same footnote. The footnote should than enumerate the numbers like: Text (Footnote 1) Text (Footnote 2) - 1,2 Very explenating information. Thanks for help. Huseyin

Re: [NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-19 Thread Alan Bowen
Thanks, Hans. Sounds good. I will experiment with this! A. On Wed, May 15, 2013 at 10:37 AM, Hans Hagen wrote: > On 5/15/2013 4:13 PM, Alan Bowen wrote: > >> Yes, two-way coupling for footnotes works (though as you say, it goes >> unnoticed if everything is no the same page. But what of other

Re: [NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-15 Thread Hans Hagen
On 5/15/2013 4:13 PM, Alan Bowen wrote: Yes, two-way coupling for footnotes works (though as you say, it goes unnoticed if everything is no the same page. But what of other hyperlink links, say, a reference to a chapter or a section? when setting up a section head you can say interaction=list

Re: [NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-15 Thread Alan Bowen
Yes, two-way coupling for footnotes works (though as you say, it goes unnoticed if everything is no the same page. But what of other hyperlink links, say, a reference to a chapter or a section? On Wed, May 15, 2013 at 9:14 AM, Hans Hagen wrote: > On 5/15/2013 2:20 PM, Alan Bowen wrote: > >> Tha

Re: [NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-15 Thread Hans Hagen
On 5/15/2013 2:20 PM, Alan Bowen wrote: Thanks, Hans. I expect that there will be more interest from publishers now as ebooks become more common, move to diverse platforms, and cease from being digital shadows of printed volumes. Also of interest would be support that would allow one to recover

Re: [NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-15 Thread Alan Bowen
me with very small screens. So, in the case of footnotes at >> least, I was wondering if there was a way to produce PDFs such that >> when the cursor passes over the footnote call, the popup message >> includes the entire footnote and not just “Go to page xx”. >> > > i

Re: [NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-14 Thread Hans Hagen
On 5/14/2013 1:46 PM, Alan Bowen wrote: The PDFs that I produce are now being read on a number different platforms, some with very small screens. So, in the case of footnotes at least, I was wondering if there was a way to produce PDFs such that when the cursor passes over the footnote call

[NTG-context] footnote rollover message in PDFs (with interaction)

2013-05-14 Thread Alan Bowen
The PDFs that I produce are now being read on a number different platforms, some with very small screens. So, in the case of footnotes at least, I was wondering if there was a way to produce PDFs such that when the cursor passes over the footnote call, the popup message includes the entire

Re: [NTG-context] Can't use \type{\} in a footnote

2013-05-07 Thread Wolfgang Schuster
Am 07.05.2013 um 12:35 schrieb Tim Li : > Thanks, Huseyin. My codes in context is reasonable, so I want to know why > this is wrong. Catcodes can’t be changed in footnotes which is necessary to make \ a normal character for the \type command. For TeX command you can use \tex{mycommand} which

Re: [NTG-context] Can't use \type{\} in a footnote

2013-05-07 Thread Tim Li
Thanks, Huseyin. My codes in context is reasonable, so I want to know why this is wrong. Tim > Date: Tue, 7 May 2013 09:13:58 +0200 > From: h.oezo...@mmnetz.de > To: ntg-context@ntg.nl > Subject: Re: [NTG-context] Can't use \type{\} in a footnote > > You could use thi

Re: [NTG-context] Can't use \type{\} in a footnote

2013-05-07 Thread H. Özoguz
You could use this: \starttext aa\footnote{I can get a backslash\textbackslash in footnote!} \stoptext Huseyin ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

[NTG-context] Can't use \type{\} in a footnote

2013-05-06 Thread Tim Li
Hi, I think these codes is normal in context, \starttext aa\footnote{I can't get a backslash \type{\} in footnote!} \stoptext Since I have changed the catcode of `\` using `\type`, why can I not still use \type{\} in a footnote?

Re: [NTG-context] Footnote disappear in "placeongrid"

2013-05-02 Thread Wolfgang Schuster
grid] to automatically call > \automigrateinserts, or > are there situations when > (a) one typesets on a grid, and > (b) one does not want \automigrateinserts in the document? The whole thing has nothing to do with the grid, you need the command when a footnote appear and a \hbox or a \vbox which is u

Re: [NTG-context] Footnote disappear in "placeongrid"

2013-05-02 Thread Sietse Brouwer
Wolfgang wrote: > Add the \automigrateinserts command to your > document, it is necessary when you have > footnotes in a box, e.g. \framed or \placeongrid. Would it make sense for \setupalign[grid] to automatically call \automigrateinserts, or are there situations when (a) one typesets on a grid,

Re: [NTG-context] Footnote disappear in "placeongrid"

2013-05-02 Thread Wolfgang Schuster
Am 02.05.2013 um 10:01 schrieb Alan BRASLAU : > On Thu, 2 May 2013 08:20:54 +0200 > Wolfgang Schuster wrote: > >> Add the \atomigrateinserts command to your document, it is necessary when >> you have >> footnotes in a box, e.g. \framed or \placeongrid. > > Added to > http://wiki.contextgarden

Re: [NTG-context] Footnote disappear in "placeongrid"

2013-05-02 Thread Alan BRASLAU
On Thu, 2 May 2013 08:20:54 +0200 Wolfgang Schuster wrote: > Add the \atomigrateinserts command to your document, it is necessary when you > have > footnotes in a box, e.g. \framed or \placeongrid. Added to http://wiki.contextgarden.net/Footnotes although further explanation would eventually be

Re: [NTG-context] Footnote disappear in "placeongrid"

2013-05-01 Thread Wolfgang Schuster
ext First\footnote{One} note. \placeongrid{Second note.\footnote{Two}} Third\footnote{Three} note. \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maill

Re: [NTG-context] Footnote disappear in "placeongrid"

2013-05-01 Thread H. Özoguz
Is this a bug, or has anybody an idea for a workaround? Huseyin ___ 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/listi

[NTG-context] [***SPAM***] Footnote disappear in "placeongrid"

2013-04-30 Thread H. Özoguz
Hi there, in the interior of "placeongrid" footnotes disappear (not shown at the buttom). I think this is a bug? \setuplayout[grid=yes] \starttext A footnote.\footnote{Foo.} \placeongrid[bottom]{Footnote in placeongrid.\footnote{Foo.}} \stoptex

Re: [NTG-context] How to change the color of numbers just before the footnote text?

2013-04-15 Thread Wolfgang Schuster
Am 15.04.2013 um 10:44 schrieb Tim Li : > Now I have to change the color of numbers just before the footnote text so > that it can match the color of text area. I try to do it like this: > > \def\myfootnotecolor#1{% > \startcolor[red]#1\stopcolor} >

[NTG-context] How to change the color of numbers just before the footnote text?

2013-04-15 Thread Tim Li
Now I have to change the color of numbers just before the footnote text so that it can match the color of text area. I try to do it like this: \def\myfootnotecolor#1{%\startcolor[red]#1\stopcolor} \setupfootnotes [numbercommand={\myfootnotecolor}] or \setupfootnotes [foregroundcolor

Re: [NTG-context] Footnote rule colour

2013-02-15 Thread Kumar Appaiah
naged to set up the frame I want, and > > the footnote appears in white, but the line rule above the footnotes > > still appears black. Could you please let me know how I can make that > > line white as well? > > On the flip side, I can't get the footnote colour right

Re: [NTG-context] Footnote rule colour

2013-02-15 Thread Kumar Appaiah
On Fri, Feb 15, 2013 at 04:31:37PM -0600, Kumar Appaiah wrote: > Dear ConTeXt list, > > I am trying to use footnotes in a presentation, and the text colour I > am using is white. Now, I've managed to set up the frame I want, and > the footnote appears in white, but the

[NTG-context] Footnote rule colour

2013-02-15 Thread Kumar Appaiah
Dear ConTeXt list, I am trying to use footnotes in a presentation, and the text colour I am using is white. Now, I've managed to set up the frame I want, and the footnote appears in white, but the line rule above the footnotes still appears black. Could you please let me know how I can make

Re: [NTG-context] Broken footnote-numbering in the latest beta

2012-12-19 Thread Jannik Voges
Hello, as you might have noticed (thanks Robert), I misspelled footnote in \setupnotation[footnote]…, so my example works perfectly fine. But I found the real bug in my document. I use natural tables with footnotes and \automigrateinserts in my document. Everything works fine, when the first

[NTG-context] Broken footnote-numbering in the latest beta

2012-12-19 Thread Jannik Voges
Hello, When I use \setupnotation[footnote][way=bypage] in the latest beta to reset the footnote counter on each page, that doesn't work anymore. Minimal example: \setupnotation[foonote][way=bypage] \starttext Text\footnote{a footnote}, Text\footnote{another footnote} \page Text\foo

Re: [NTG-context] no footnote printed

2012-11-14 Thread Wolfgang Schuster
Am 14.11.2012 um 12:26 schrieb Philipp Gesang : > · > >> Am 13.11.12 13:36, schrieb Hans Hagen: >>> On 11/13/2012 11:05 AM, Bernd Militzer wrote: >>>> Hello, >>>> >>>> using midaligned no footnote is printed. >>>>

Re: [NTG-context] no footnote printed

2012-11-14 Thread Herbert Voss
Am 14.11.2012 12:18, schrieb Bernd Militzer: Am 13.11.12 13:36, schrieb Hans Hagen: On 11/13/2012 11:05 AM, Bernd Militzer wrote: Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank

Re: [NTG-context] no footnote printed

2012-11-14 Thread Philipp Gesang
· > Am 13.11.12 13:36, schrieb Hans Hagen: > >On 11/13/2012 11:05 AM, Bernd Militzer wrote: > >>Hello, > >> > >>using midaligned no footnote is printed. > >> > >>\starttext > >>% > >>\midaligned{§. 180.\footnote

Re: [NTG-context] no footnote printed

2012-11-14 Thread Bernd Militzer
Am 13.11.12 13:36, schrieb Hans Hagen: On 11/13/2012 11:05 AM, Bernd Militzer wrote: Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank \midaligned{§. 354.\footnote{Franz Joseph

Re: [NTG-context] no footnote printed

2012-11-13 Thread Hans Hagen
On 11/13/2012 11:05 AM, Bernd Militzer wrote: Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank \midaligned{§. 354.\footnote{Franz Joseph Schopf II.: a.a.O., S. 245}} \crlf Text bla

[NTG-context] no footnote printed

2012-11-13 Thread Bernd Militzer
Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank \midaligned{§. 354.\footnote{Franz Joseph Schopf II.: a.a.O., S. 245}} \crlf Text bla bla bla % \stoptext tested with: ConTeXt ver

[NTG-context] no footnote printed

2012-11-12 Thread Bernd Militzer
Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank \midaligned{§. 354.\footnote{Franz Joseph Schopf II.: a.a.O., S. 245}} \crlf Text bla bla bla % \stoptext tested with: ConTeXt ver

[NTG-context] no footnote printed

2012-11-12 Thread Bernd Militzer
Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank \midaligned{§. 354.\footnote{Franz Joseph Schopf II.: a.a.O., S. 245}} \crlf Text bla bla bla % \stoptext tested with: ConTeXt ver

Re: [NTG-context] Bug in footnote conversion?

2012-11-01 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Wed, 31 Oct 2012 17:17:06 +0100, Aditya Mahajan wrote: On Wed, 31 Oct 2012, Wolfgang Schuster wrote: You can look if you find something in the manuals or the wiki. If not, then add the information to the wiki. Aditya I added some snippets to existing wiki-pages: http://wiki.contextgar

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Aditya Mahajan
On Wed, 31 Oct 2012, Wolfgang Schuster wrote: You can look if you find something in the manuals or the wiki. If not, then add the information to the wiki. Aditya ___ If your question is of interest to others as wel

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Wolfgang Schuster
Am 31.10.2012 um 16:43 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > On Wed, 31 Oct 2012 16:19:53 +0100, Wolfgang Schuster > wrote: > >> \setupnotation[footnote][numberconversion=set 1] >> >> Wolfgang > > Thanks, it works. > > Question:

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Wed, 31 Oct 2012 16:19:53 +0100, Wolfgang Schuster wrote: \setupnotation[footnote][numberconversion=set 1] Wolfgang Thanks, it works. Question: "set 1" is a built-in number conversion? - If so, what are other built-in [number] conversion sets? - - Are they documented anywhe

Re: [NTG-context] Bug in footnote conversion?

2012-10-31 Thread Wolfgang Schuster
case#1\or*\or**\or***\fi} > > \setupfootnotes[conversion=starred,color=blue,frame=on] > > \starttext > Charles IV\footnote{Best Czech king (14th cent.) and the winner of a > \quote{best Czech person} poll.} > > \it > Charles IV\footnote{Best Czech king (14th cent.) and the winner

[NTG-context] Bug in footnote conversion?

2012-10-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, the following example is copied from http://wiki.contextgarden.net/Command/setupfootnotes: \defineconversion[starred][\starredconv] \def\starredconv#1{\ifcase#1\or*\or**\or***\fi} \setupfootnotes[conversion=starred,color=blue,frame=on] \starttext Charles IV\footnote{Best Czech

Re: [NTG-context] Bug with setupinteraction and footnote

2012-08-05 Thread Sietse Brouwer
Hi Otared, This is the same error as in the "Luatex error in latest beta (standalone)" thread. In line 317 of strc-not.lua, change this: function notes.deltapage(tag,n) into this: local function getdeltapage(tag,n) Cheers, Sietse

[NTG-context] Bug with setupinteraction and footnote

2012-08-04 Thread Otared Kavian
Hi Hans, With the latest beta (ConTeXt ver: 2012.08.04 14:00 MKIV fmt: 2012.8.5) the following use of \setupinteraction[state=start] and \footnote causes a luatex error: %% \setupinteraction[state=start] \starttext While testing footnotes\footnote{This is a footnote.} we encounter a bug

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Martin Althoff
=start,   color=darkblue,   contrastcolor=green] only changed the footnote at the bottom of the page to green, not in the text body. That remained black. This cross dependence had confused me. Is that the intent contrastcolor as given on? http://wiki.contextgarden.net/Command/setupinteraction

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Marco Patzer
On 2012-07-31 Martin Althoff wrote: > With the definition, as you give it, the footnote numbers at the > bottom of the page turn green, but the ones in the text remain > black. Not here with 2012.07.27 16:41. Which context version are you running

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Martin Althoff
Hi Marco, Thanks for that. Though it seems that is only part of the situation. With the definition, as you give it, the footnote numbers at the bottom of the page turn green, but the ones in the text remain black. I deleted all generated files just to be sure. Martin >> The footnote n

Re: [NTG-context] footnote numbers turn red

2012-07-31 Thread Marco Patzer
On 2012-07-31 Martin wrote: Hi Martin, > The footnote numbers turn red(ish) as soon as \setupinteraction is present. > > Is that intended? Yes, it is. There is a special setting, when the link appears on the same page, it's contrastcolor. \setupinteraction [state=start,

[NTG-context] footnote numbers turn red

2012-07-31 Thread Martin
The footnote numbers turn red(ish) as soon as \setupinteraction is present. Is that intended? thanks for replies! Martin with ConTeXt ver: 2012.07.21 16:50 MKIV fmt: 2012.7.21 example: \setupinteraction[state=start,color=darkblue,style=\tf] \starttext some text\footnote{a footnote

Re: [NTG-context] ancient greek module and footnote fontsize problem

2012-07-16 Thread Alan Bowen
emodule[ancientgreek] >> [font=GreekOldStandard,scale=**1.00,altfont=GreekLibertine,**scale=0.95] >> >> \def\grk{\localgreek} >> >> \setupnote[footnote][way=**bypage,conversion=numbers] >> >> \setupnote[footnote][location=**page, >> rule=on, >> bodyfont=9

Re: [NTG-context] ancient greek module and footnote fontsize problem

2012-07-16 Thread Thomas A. Schmitz
On 07/16/2012 03:05 PM, Alan Bowen wrote: The following code fails to produce greek in the footnote. \usemodule[ancientgreek] [font=GreekOldStandard,scale=1.00,altfont=GreekLibertine,scale=0.95] \def\grk{\localgreek} \setupnote[footnote][way=bypage,conversion=numbers] \setupnote[footnote

[NTG-context] ancient greek module and footnote fontsize problem

2012-07-16 Thread Alan Bowen
The following code fails to produce greek in the footnote. \usemodule[ancientgreek] [font=GreekOldStandard,scale=1.00,altfont=GreekLibertine,scale=0.95] \def\grk{\localgreek} \setupnote[footnote][way=bypage,conversion=numbers] \setupnote[footnote][location=page, rule=on, bodyfont=9.5pt, style

Re: [NTG-context] how to change footnote body number

2012-06-22 Thread Pablo Rodríguez
On 21/06/12 22:46, Wolfgang Schuster wrote: > Am 21.06.2012 um 21:00 schrieb Pablo Rodríguez: >> Hi there, >> >> I'm trying to change the format of the footnote numbers in the body (not >> in the lower area for footnotes) and I don't know how to do this

Re: [NTG-context] how to change footnote body number

2012-06-21 Thread Wolfgang Schuster
Am 21.06.2012 um 21:00 schrieb Pablo Rodríguez: > Hi there, > > I'm trying to change the format of the footnote numbers in the body (not > in the lower area for footnotes) and I don't know how to do this. > > Here you have a sample: > > \definefontfeature[o

Re: [NTG-context] how to change footnote body number

2012-06-21 Thread Marco
On 2012-06-21 Pablo Rodríguez wrote: > I'm trying to change the format of the footnote numbers in the body (not > in the lower area for footnotes) and I don't know how to do this. \setupfootnotes [textcommand=\high] There you can hook in your font feature

[NTG-context] how to change footnote body number

2012-06-21 Thread Pablo Rodríguez
Hi there, I'm trying to change the format of the footnote numbers in the body (not in the lower area for footnotes) and I don't know how to do this. Here you have a sample: \definefontfeature[oldnumb][onum=yes] \setupnotation[footnote][numberstyle=\tf,numbercommand=\addfs{oldnumb}]

Re: [NTG-context] \footnote numbering starting with 3

2012-05-28 Thread Marco Pessotto
Wolfgang Schuster writes: > Am 28.05.2012 um 19:36 schrieb Marco Pessotto: > >> >> Ok, here we are: >> >> \starttext >> >> \placelist[chapter,section] >> >> hello\footnote{ciao} >> >> \chapter{Hello\footnote{weird!}} >

Re: [NTG-context] \footnote numbering starting with 3 [Was: ConTeXt MKIV 2012.05.22 and \footnote]

2012-05-28 Thread Wolfgang Schuster
Am 28.05.2012 um 19:36 schrieb Marco Pessotto: > > Ok, here we are: > > \starttext > > \placelist[chapter,section] > > hello\footnote{ciao} > > \chapter{Hello\footnote{weird!}} > > \section{Hello\footnote{another fn}} > > hello\footnote{ciao} &

[NTG-context] \footnote numbering starting with 3 [Was: ConTeXt MKIV 2012.05.22 and \footnote]

2012-05-28 Thread Marco Pessotto
Ok, here we are: \starttext \placelist[chapter,section] hello\footnote{ciao} \chapter{Hello\footnote{weird!}} \section{Hello\footnote{another fn}} hello\footnote{ciao} \stoptext The first footnote will start at 3 by itself. There is some weird interference between the placelist and the

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-28 Thread Marco Pessotto
Wolfgang Schuster writes: > Am 28.05.2012 um 19:05 schrieb Marco Pessotto: > >> >> Hello there >> >> Some further testing shows problems with footnotes: >> >> %% start minimal >> \setupfootnotes[way=bychapter] > > \setupnotation[footnote][

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-28 Thread Wolfgang Schuster
Am 28.05.2012 um 19:05 schrieb Marco Pessotto: > > Hello there > > Some further testing shows problems with footnotes: > > %% start minimal > \setupfootnotes[way=bychapter] \setupnotation[footnote][way=bychapt

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-28 Thread Marco Pessotto
Hello there Some further testing shows problems with footnotes: %% start minimal \setupfootnotes[way=bychapter] \starttext \chapter{chap} hello\footnote{ciao} \chapter{chap} hello\footnote{ciao} \stoptext %%% stop The numbering is not by chapter any more. (from TeXlive pretest) mtx

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-23 Thread Mojca Miklavec
On Wed, May 23, 2012 at 11:59 AM, Marco Pessotto wrote: > > In the beta seems fixed. I'll do some further testing once it's > propagated to the TeXlive pretest (tomorrow, I think). I imported the latest beta into TL and also defined this_is_texlive (but maybe there will be more changes related to

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-23 Thread Marco Pessotto
Hans Hagen writes: > On 23-5-2012 09:12, Marco Pessotto wrote: >> Alan Bowen writes: >> >>> The latest ConTeXt MKIV (standalone) does not produce footnotes. >>> >>> \startcomponent >>> Stuff\footnote{a note.} >>> \stopcom

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-23 Thread Hans Hagen
On 23-5-2012 09:12, Marco Pessotto wrote: Alan Bowen writes: The latest ConTeXt MKIV (standalone) does not produce footnotes. \startcomponent Stuff\footnote{a note.} \stopcomponent Confirmed on the latest pretest TeXlive too. \starttext \input knuth \footnote{a note} \stoptext new beta

Re: [NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-23 Thread Marco Pessotto
Alan Bowen writes: > The latest ConTeXt MKIV (standalone) does not produce footnotes. > > \startcomponent > Stuff\footnote{a note.} > \stopcomponent > Confirmed on the latest pretest TeXlive too. \starttext \input knuth \footnote{a note} \stoptext Best

[NTG-context] ConTeXt MKIV 2012.05.22 and \footnote

2012-05-22 Thread Alan Bowen
The latest ConTeXt MKIV (standalone) does not produce footnotes. \startcomponent Stuff\footnote{a note.} \stopcomponent This will show “Stuff” with a footnote call but no footnote appears at the bottom of the page. All is as it should be with MKII. Alan

Re: [NTG-context] wrong footnote number in beta from today

2012-05-09 Thread Pablo Rodríguez
On 08/05/12 23:03, Hans Hagen wrote: > On 8-5-2012 16:25, Pablo Rodríguez wrote: >> Hi there, >> >> I'm afraid that footnote numbering in body text is wrong in latest beta >> (the bug was also in the two previous betas). >> >> Here you have a sam

Re: [NTG-context] wrong footnote number in beta from today

2012-05-08 Thread Hans Hagen
On 8-5-2012 16:25, Pablo Rodríguez wrote: Hi there, I'm afraid that footnote numbering in body text is wrong in latest beta (the bug was also in the two previous betas). Here you have a sample that shows the bug: \setupnotation[footnote][number=no] \setuphead[chapter][number=no] \star

[NTG-context] wrong footnote number in beta from today

2012-05-08 Thread Pablo Rodríguez
Hi there, I'm afraid that footnote numbering in body text is wrong in latest beta (the bug was also in the two previous betas). Here you have a sample that shows the bug: \setupnotation[footnote][number=no] \setuphead[chapter][number=no] \starttext \chapter{First chapter} one\footnot

Re: [NTG-context] \footnote in \startlines[space=on] overflows

2012-04-22 Thread Marco Pessotto
Philipp Gesang writes: > On 2012-04-22 19:38, Marco Pessotto wrote: >> Thanks! Still there is the problem of the footnote. I can live with some >> random space (expecially if there is the workaround!), but the footnotes >> are quite an issue. > > Took some code diggi

Re: [NTG-context] \footnote in \startlines[space=on] overflows

2012-04-22 Thread Philipp Gesang
ial options). > > Thanks! Still there is the problem of the footnote. I can live with some > random space (expecially if there is the workaround!), but the footnotes > are quite an issue. Took some code digging but finally: ·

Re: [NTG-context] \footnote in \startlines[space=on] overflows

2012-04-22 Thread Marco Pessotto
nt”; or by using a single-argument wrapper > instead of a font switch; or by using an active character for > termination of the macro name; refer to spac-lin.mkiv, lines > 18--31, for the official options). Thanks! Still there is the problem of the footnote. I can live with some random sp

Re: [NTG-context] \footnote in \startlines[space=on] overflows

2012-04-22 Thread Philipp Gesang
= cut here = % > \starttext > > this is normal text. > > \startlines[space=on] > > this is a {\em test} with a long long long long line\footnote{this is >a test with a long long long long line this is a test with a long >long long long line this is

[NTG-context] \footnote in \startlines[space=on] overflows

2012-04-22 Thread Marco Pessotto
is a {\em test} with a long long long long line\footnote{this is a test with a long long long long line this is a test with a long long long long line this is a test with a long long long long line this is a test with a long long long long line} \stoplines Normal text again. \stoptext

[NTG-context] xml export with footnote

2012-04-03 Thread Matthew Claus
Greetings all, The document element exported by this small example appears to be prematurely closed. Removing either the footnote or the second chapter will hide the problem. Do I have something wrong here? Thanks, Matt \setupbackend[export=yes] \starttext \startchapter \startsection

Re: [NTG-context] how to \setnumber[footnote]

2012-03-20 Thread Steffen Wolfrum
Am 20.03.2012 um 17:01 schrieb Wolfgang Schuster: > > Am 20.03.2012 um 09:16 schrieb Steffen Wolfrum: > >> >> ... and what is the new syntax for \setnumber[footnote]? >> >> (the old notation \setnumber[footnote]{123} now results in printing the >> fi

Re: [NTG-context] how to \setnumber[footnote]

2012-03-20 Thread Wolfgang Schuster
Am 20.03.2012 um 09:16 schrieb Steffen Wolfrum: > > ... and what is the new syntax for \setnumber[footnote]? > > (the old notation \setnumber[footnote]{123} now results in printing the > figures "123") You need brackets for both arguments (i.e. \setnumber[footnote]

[NTG-context] how to \setnumber[footnote]

2012-03-20 Thread Steffen Wolfrum
... and what is the new syntax for \setnumber[footnote]? (the old notation \setnumber[footnote]{123} now results in printing the figures "123") Steffen ___ If your question is of interest to others as we

Re: [NTG-context] wrong footnote number with latest beta

2012-02-10 Thread Pablo Rodríguez
On 02/10/2012 08:10 PM, Wolfgang Schuster wrote: > Am 10.02.2012 um 20:06 schrieb Pablo Rodríguez: >> On 02/10/2012 07:50 PM, Wolfgang Schuster wrote: >>> [...] >>> You have to set the numbercommand value with the \setupnotation command. >> >> Many thanks for your help, Wolfgang. >> >> Is there a d

Re: [NTG-context] wrong footnote number with latest beta

2012-02-10 Thread Wolfgang Schuster
Am 10.02.2012 um 20:06 schrieb Pablo Rodríguez: > On 02/10/2012 07:50 PM, Wolfgang Schuster wrote: >> >> Am 10.02.2012 um 18:55 schrieb Pablo Rodríguez: >> >>> Hi there, >>> >>> I like to have footnote numbers with normal text (no superscript)

Re: [NTG-context] wrong footnote number with latest beta

2012-02-10 Thread Pablo Rodríguez
On 02/10/2012 07:50 PM, Wolfgang Schuster wrote: > > Am 10.02.2012 um 18:55 schrieb Pablo Rodríguez: > >> Hi there, >> >> I like to have footnote numbers with normal text (no superscript) in the >> footnote itself. >> >> \setupnote[footnote][rule=off,

Re: [NTG-context] wrong footnote number with latest beta

2012-02-10 Thread Wolfgang Schuster
Am 10.02.2012 um 18:55 schrieb Pablo Rodríguez: > Hi there, > > I like to have footnote numbers with normal text (no superscript) in the > footnote itself. > > \setupnote[footnote][rule=off,numberstyle=\tf,numbercommand=] > \starttext > a\footnote{b} > \stoptext

[NTG-context] wrong footnote number with latest beta

2012-02-10 Thread Pablo Rodríguez
Hi there, I like to have footnote numbers with normal text (no superscript) in the footnote itself. \setupnote[footnote][rule=off,numberstyle=\tf,numbercommand=] \starttext a\footnote{b} \stoptext The sample above works right with ConTeXt stable, but not with latest beta. Am I doing something

[NTG-context] \footnote and \chapter

2012-02-08 Thread Otared Kavian
Hi Hans, For your information, I just tested the latest beta (ConTeXt ver: 2012.02.08 21:58 MKIV fmt: 2012.2.8) with my usual test suite and found that the following gives an error message: % begin \starttext \chapter{Testing a chapter\footnote{Actually for testing footnotes in a

Re: [NTG-context] Footnote marker inside custom list environment - font problem

2012-01-23 Thread Peter Park Nelson
igure >> this one out. > > It was \setupnote and this problem is fixed. > >> I have a custom enumeration environment to display the names of >> journal authors in a paragraph format, with local footnotes for their >> affiliations. Since updating, it no longer works as exp

Re: [NTG-context] Footnote marker inside custom list environment - font problem

2012-01-23 Thread Wolfgang Schuster
custom enumeration environment to display the names of > journal authors in a paragraph format, with local footnotes for their > affiliations. Since updating, it no longer works as expected; the > footnote markers after author names use the document roman font > instead of the sans font. You

[NTG-context] Footnote marker inside custom list environment - font problem

2012-01-23 Thread Peter Park Nelson
affiliations. Since updating, it no longer works as expected; the footnote markers after author names use the document roman font instead of the sans font. Also, if I use this inside a \startnarrower...\stopnarrower block, the environment extends past where it should stop, which didn't happen b

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

2012-01-14 Thread Wolfgang Schuster
Am 13.01.2012 um 12:17 schrieb Steffen Wolfrum: > > Am 13.01.2012 um 11:38 schrieb luigi scarso: > >> On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum >> wrote: >> >> This one is even more disturbing: >> >> Just by setting the note'

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

2012-01-13 Thread Wolfgang Schuster
Am 13.01.2012 um 11:01 schrieb Steffen Wolfrum: > > This one is even more disturbing: > > Just by setting the note's color to green, each footnote is set on a single > page!!! It doesn't what value you change, the problem is the \setupnote call. > \setupno

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

2012-01-13 Thread luigi scarso
gt; > > > Just by setting the note's color to green, each footnote is set on a > single page!!! > > > > > > \setupnote[footnote][textcolor=green]% <- without this line the notes > are set right > > > > \starttext > > \dorecurse{10}{\input war

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

2012-01-13 Thread Steffen Wolfrum
Am 13.01.2012 um 11:38 schrieb luigi scarso: > > > On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum > wrote: > > This one is even more disturbing: > > Just by setting the note's color to green, each footnote is set on a single > page!!! > >

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

2012-01-13 Thread luigi scarso
On Fri, Jan 13, 2012 at 11:01 AM, Steffen Wolfrum wrote: > > This one is even more disturbing: > > Just by setting the note's color to green, each footnote is set on a > single page!!! > > > \setupnote[footnote][textcolor=green]% <- without this line the note

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

2012-01-13 Thread luigi scarso
{#1}} % <- gives big number > > > \setupnote > [footnote] > [textcommand=\MyNote] > > \starttext > Hi there!\footnote{I’m a footnote.} > \stoptext > > > > Please run it with 12pt and also with 13pt: > The difference in the number's size is huge, not only 1pt!! >

<    1   2   3   4   5   6   7   8   9   >