[NTG-context] Indentation in multiline footnote

2019-10-05 Thread Javier Villate
Hello, This is my first post. I want to get indented paragraphs in the footnotes that contain several paragraphs. I now have indented paragraphs with this setting: \setupnotation [footnote] [alternative=left, hang=1, indentnext=yes] Thanks. Javier

Re: [NTG-context] Place footnote after reference

2019-07-23 Thread Huseyin Özoguz
Thank Taco, that worked in the example, of course the general problem stays (thanks to Rik Kabel, too). But with your suggestion I dicovered a interesting behaviour, see this example: \showgrid \setupnote[footnote][before=] \starttext \input tufte \input tufte \footnote{Footnote 1} \input

Re: [NTG-context] Place footnote after reference

2019-07-23 Thread Taco Hoekwater
Hi, > On 22 Jul 2019, at 18:34, Huseyin Özoguz wrote: > > > The problem is, that Context (or Tex) skips lines, which is poor typesetting, > too many even than necessary in some cases, and that is not suitable. ConTeXt does not skip too much in this example, it the second foo

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Huseyin Özoguz
with several lines. With your solution I would waste 50%+ of the area or - as an alternative - I had to split the long footnotes across several pages and their footnote-areas. Actually that might be an interesting workaround ... I will try it, but it would cost still a lot of space and pages

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Wolfgang Schuster
Alan Braslau schrieb am 22.07.2019 um 16:37: I do not know the details, but take a look at the following keywords (which do the *opposite* of what you are seeking): \setupnote [footnote] [split=verystrict,scope=page] The scope setting isn't used in the current beta and the code

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Rik Kabel
On 7/22/2019 12:34, Huseyin Özoguz wrote: Hi, But I admit that I do not understand the problem all that well. I have never run into a situation where I want the footnote to explicitly *not* appear with its reference (except in endnotes). If my grid settings were that specific, I would

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Alan Braslau
tion to have reference and footnote not on the same page > seems the least bad workaround, if possible at all. So why not place footnotes in a (sufficiently large) reserved bottom space? The typeset text area would then be uniform across all pages and notes would appear wher

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Huseyin Özoguz
Hi, But I admit that I do not understand the problem all that well. I have never run into a situation where I want the footnote to explicitly *not* appear with its reference (except in endnotes). If my grid settings were that specific, I would be using endnotes anyway. I have this problem

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Taco Hoekwater
hat I do not understand the problem all that well. I have never run into a situation where I want the footnote to explicitly *not* appear with its reference (except in endnotes). If my grid settings were that

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Alan Braslau
hipoutNext{\footnotetext{Text.}} > ``` > > This only works for individual footnotes, but it's already quite > useful. Is there something similar for ConTeXt? > I can think of at least three situations: > > 1. Put footnote text to the next page for a single footnote. > 2. Al

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Denis Maier
quite useful. Is there something similar for ConTeXt? I can think of at least three situations: 1. Put footnote text to the next page for a single footnote. 2. Allow footnote text on next page for all footnotes. 3. Allow footnote text on next page of a double page spread for all footnotes. Best

[NTG-context] Place footnote after reference

2019-07-22 Thread Huseyin Özoguz
Hello, ConText seems to try to place the footnote on the same page as the footenotereference. See this example: \showgrid \starttext \input tufte \input tufte \footnote{Footnote 1} \input tufte \input tufte \dorecurse{35}{Blub or what }\footnote{Footnote 2} \input tufte \stoptext

Re: [NTG-context] Wrong breaks in footnote for column texts

2019-06-20 Thread Wolfgang Schuster
Am Do., 20. Juni 2019 um 17:00 Uhr schrieb Wolfgang Schuster < wolfgang.schuster.li...@gmail.com>: > Hi Hans, > > as mentioned a few times by others long footnote entries have problems > with line breaks. > > In mixed columns you get a single line for each entry and in

[NTG-context] Wrong breaks in footnote for column texts

2019-06-20 Thread Wolfgang Schuster
Hi Hans, as mentioned a few times by others long footnote entries have problems with line breaks. In mixed columns you get a single line for each entry and in page columns the width for the entries is wrong. \starttext \dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer

[NTG-context] joinedup not working within footnote within itemize

2019-05-08 Thread Procházka Lukáš Ing .
Hello, I need to have itemize with "joinedup" option inside footnote which comes within itemize: \starttext A% \startitemize[][] \item ItemA% \footnote{% Some text \startitemize[joinedup][] % <<< "joinedup" doesn't work h

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Wolfgang Schuster
Huseyin Özoguz schrieb am 24.03.19 um 16:23: Thank you both, that was my mistake: Instead of copy I wrote: "setupnotation" (which I used already), not setupnote. Btw: The default setup seems to be two lines distance, is that a correct understanding? It’s only a single line but the rule itself

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz
On 3/24/19 3:50 PM, Huseyin Özoguz wrote: >/[...] />/Thanks, but that does not work. It only changes the distance between the />/footnote-line and the footnote-text. But I want to manipulate the />/distance above the footnote-line: between the (standard) text and the />/foot

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz
etz.de Am 24.03.2019 um 16:02 schrieb Wolfgang Schuster: Huseyin Özoguz schrieb am 24.03.19 um 15:50: Hello, one way could be \setupnote[footnote][before={\blank[10*big]}] Best wishes, Tomáš Thanks, but that does not work. It only changes the distance between the footnote-line and the footnote-t

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Pablo Rodriguez
On 3/24/19 3:50 PM, Huseyin Özoguz wrote: > [...] > Thanks, but that does not work. It only changes the distance between the > footnote-line and the footnote-text. But I want to manipulate the > distance above the footnote-line: between the (standard) text and the > footnote-li

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Wolfgang Schuster
Huseyin Özoguz schrieb am 24.03.19 um 15:50: Hello, one way could be \setupnote[footnote][before={\blank[10*big]}] Best wishes, Tomáš Thanks, but that does not work. It only changes the distance between the footnote-line and the footnote-text. But I want to manipulate the distance above

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz
Hello, one way could be \setupnote[footnote][before={\blank[10*big]}] Best wishes, Tomáš Thanks, but that does not work. It only changes the distance between the footnote-line and the footnote-text. But I want to manipulate the distance above the footnote-line: between the (standard) text

Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Tomas Hala
Hello, one way could be \setupnote[footnote][before={\blank[10*big]}] Best wishes, Tomáš Sun, Mar 24, 2019 ve 02:22:34PM +0100 Huseyin Özoguz napsal(a): # Hello, # # how an I change the distance between the text and the line of the # footnotes? See this min-example: # # \setuplayout[grid

[NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz
Hello, how an I change the distance between the text and the line of the footnotes? See this min-example: \setuplayout[grid=yes] \showgrid \starttext First sentence.\footnote{Test.} \dorecurse{5}{\input knuth} \stoptext That produces two lines distance between the footnote-line and the last

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

2018-08-13 Thread Pablo Rodriguez
ter 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 \bTR \bT

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

2018-08-12 Thread Robert Zydenbos
> On 12. Aug 2018, at 17:38, Pablo Rodriguez wrote: > > Hi Robert, > > the reference command in notes is \in (for both MkII and MkIV), such as in: > >\starttext >\dorecurse{30}{\footnote{Footnote}} >\footnote[uvu-avu]{These two suffixes […]} >\do

Re: [NTG-context] referencing a footnote

2018-08-12 Thread Robert Zydenbos
> On 12. Aug 2018, at 17:52, Pablo Rodriguez wrote: > > Sorry, Robert, I almost forgot it. > > If you reset the footnote numbers in each chapter, I’d rather suggest > something similar to: > > \footnote{See n.~\in[uvu-avu] on p.~\at[uvu-avu].} > > Since

Re: [NTG-context] referencing a footnote

2018-08-12 Thread Pablo Rodriguez
On 08/12/2018 05:38 PM, Pablo Rodriguez wrote: >> On 08/12/2018 04:34 PM, Robert Zydenbos wrote: >> [..] >> … >> \footnote[uvu-avu]{These two suffixes […]} >> … >> \footnote{See n.~\note[uvu-avu].} >> … > > Hi Robert, > > the ref

Re: [NTG-context] referencing a footnote

2018-08-12 Thread Pablo Rodriguez
On 08/12/2018 04:34 PM, Robert Zydenbos wrote: > Another footnote question for the experts. I want to refer to a note > from within another, later note. I thought I could do this in > the following way: > > … > \footnote[uvu-avu]{These two suffixes […]} > … > \footn

[NTG-context] referencing a footnote

2018-08-12 Thread Robert Zydenbos
Another footnote question for the experts. I want to refer to a note from within another, later note. I thought I could do this in the following way: … \footnote[uvu-avu]{These two suffixes […] … \footnote{See n.~\note[uvu-avu].} … But I get this result: There are two things wrong: (1) I

Re: [NTG-context] resetting footnote counter

2018-08-09 Thread Robert Zydenbos
installed. The 'footnotes' will be placed at the end of the chapters (i.e., they will be endnotes). If you run sample.tex through ConTeXt and XeTeX (i.e., MkII) and look at the final page, you will see that the footnote / endnote marker has not been reset. Robert > On 9. Aug 2018, at 16

Re: [NTG-context] resetting footnote counter

2018-08-09 Thread Wolfgang Schuster
You disable the chapter counter with \setuphead [chapter] [incrementnumber=no] which prevents the reset of the footnote counter. Wolfgang Robert Zydenbos schrieb am 09.08.18 um 17:21: What I've done is the following: I've made a zip archive (see attachment) with a few relevant files

Re: [NTG-context] resetting footnote counter

2018-08-09 Thread Wolfgang Schuster
Have you tried to use mkiv for your document. Wolfgang Robert Zydenbos schrieb am 09.08.18 um 14:49: tex.stackexchange.com has page titled “How to manually reset the footnote numbering in ConTeXt?” (https://tex.stackexchange.com/questions/359702/how-to-manually-reset-the-footnote-numbering

[NTG-context] resetting footnote counter

2018-08-09 Thread Robert Zydenbos
installed. The 'footnotes' will be placed at the end of the chapters (i.e., they will be endnotes). If you run sample.tex through ConTeXt and XeTeX (i.e., MkII) and look at the final page, you will see that the footnote / endnote marker has not been reset. Robert > On 9. Aug 2018, at 16

Re: [NTG-context] resetting footnote counter

2018-08-09 Thread Aditya Mahajan
On Thu, 9 Aug 2018, Robert Zydenbos wrote: I have tried ‘\resetcounter [footnote]’ (a suggested solution on that web page), but it does not work (at least not in MkII+XeTeX). ‘\setupcounter [footnote] [0]’ (also suggested on that web page) is rejected as an error. Can you post a minimal

Re: [NTG-context] resetting footnote counter

2018-08-09 Thread Robert Zydenbos
tex.stackexchange.com has page titled “How to manually reset the footnote numbering in ConTeXt?” (https://tex.stackexchange.com/questions/359702/how-to-manually-reset-the-footnote-numbering-in-context), where exactly the same question was asked: ---begin quote--- “I have a document with many

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Robert Zydenbos
Pablo's example works well on my machine. So there must be a disturbance at a different level in my complex text – perhaps in my settings: \setupnotedefinition [footnote] [location=serried, distance=1em, hang=1em] or \setupfootnotes[bodyfont={Mainfont,8pt}, width=\textwidth, frameoffset=1em

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Hans Hagen
On 8/8/2018 5:48 PM, Aditya Mahajan wrote: On Wed, 8 Aug 2018, Robert Zydenbos wrote: A simple footnote question this time. I would like to print endnotes at the end of every chapter in my book, and then reset the footnote counter so that in the next chapter the first note will be ‘1’ again

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Aditya Mahajan
On Wed, 8 Aug 2018, Robert Zydenbos wrote: A simple footnote question this time. I would like to print endnotes at the end of every chapter in my book, and then reset the footnote counter so that in the next chapter the first note will be ‘1’ again. I suppose this should be done by means

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Pablo Rodriguez
On 08/08/2018 05:03 PM, Robert Zydenbos wrote: > Sorry, neither of these work (MkII with XeTeX). I get no error > messages with Pablo's suggestion, but not the desired result either. Weird, this works for me (with and without XeTeX): \setuppapersize[A8] \setupnote[footnote][way=byc

Re: [NTG-context] resetting footnote counter

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

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Robert Zydenbos
ote: > > On 08/08/2018 03:55 PM, Taco Hoekwater wrote: >>> On 8 Aug 2018, at 15:33, Robert Zydenbos wrote: >>> >>> A simple footnote question this time. I would like to print >>> endnotes at the end of every chapter in my book, and then reset the >>> foot

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Pablo Rodriguez
On 08/08/2018 03:55 PM, Taco Hoekwater wrote: >> On 8 Aug 2018, at 15:33, Robert Zydenbos wrote: >> >> A simple footnote question this time. I would like to print >> endnotes at the end of every chapter in my book, and then reset the >> footnote ounter so that in t

Re: [NTG-context] resetting footnote counter

2018-08-08 Thread Taco Hoekwater
> On 8 Aug 2018, at 15:33, Robert Zydenbos wrote: > > A simple footnote question this time. I would like to print endnotes at the > end of every chapter in my book, and then reset the footnote counter so that > in the next chapter the first note will be ‘1’ again. I supp

[NTG-context] resetting footnote counter

2018-08-08 Thread Robert Zydenbos
A simple footnote question this time. I would like to print endnotes at the end of every chapter in my book, and then reset the footnote counter so that in the next chapter the first note will be ‘1’ again. I suppose this should be done by means of \setupfootnotes – but with which parameter

Re: [NTG-context] general suggestion for ConTeXt documentation (was: footnote and endnote markers...)

2018-08-08 Thread Robert Zydenbos
On 8. Aug 2018, at 00:54, Alan Braslau wrote: > > tex/context/interface/mkiv/i-context.pdf Thank you! I didn’t know I already had this updated version of a document I’ve already been using. But however useful this document already is, it does illustrate some of my problems. For instance, in

Re: [NTG-context] general suggestion for ConTeXt documentation (was: footnote and endnote markers...)

2018-08-07 Thread Alan Braslau
tex/context/interface/mkiv/i-context.pdf On Wed, 8 Aug 2018 00:40:37 +0200 Robert Zydenbos wrote: > > On 7. Aug 2018, at 17:54, Pablo Rodriguez wrote: > > > > On 08/06/2018 11:59 PM, Robert Zydenbos wrote: > >> Sorry for all these footnote question

Re: [NTG-context] general suggestion for ConTeXt documentation (was: footnote and endnote markers...)

2018-08-07 Thread Robert Zydenbos
> On 7. Aug 2018, at 17:54, Pablo Rodriguez wrote: > > On 08/06/2018 11:59 PM, Robert Zydenbos wrote: >> Sorry for all these footnote questions, […] > > Hi Robert, > > […] > > I hope it helps, > > Pablo That is it. I have no idea why – but that is the

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

2018-08-07 Thread Pablo Rodriguez
On 08/06/2018 11:59 PM, Robert Zydenbos wrote: > Sorry for all these footnote questions, but here's another one. I > want to print the notes without the footnote marker jutting out into > the margin, but flushed with the left margin of the main text. > > Any help will be highly a

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

2018-08-06 Thread Robert Zydenbos
Sorry for all these footnote questions, but here's another one. I want to print the notes without the footnote marker jutting out into the margin, but flushed with the left margin of the main text. Any help will be highly appreciated. Robert

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Hans Hagen
On 4/9/2018 12:18 PM, Robert Zydenbos wrote: On 09.04.2018 09:45, Hans Hagen wrote: On 4/9/2018 12:33 AM, Robert Zydenbos wrote: […] (I need to use Mk II because I need the functionality of XeTeX.) just curious: what do you mis in mkiv / luatex Support for Indic scripts / fonts. (I think

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Robert Zydenbos
On 09.04.2018 09:45, Hans Hagen wrote: On 4/9/2018 12:33 AM, Robert Zydenbos wrote: […] (I need to use Mk II because I need the functionality of XeTeX.) just curious: what do you mis in mkiv / luatex Support for Indic scripts / fonts. (I think we had a little bit of correspondence on this

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Robert Zydenbos
On 09.04.2018 00:49, Wolfgang Schuster wrote: Mk II does not have setupnotation[footnote] yet, and when I 'translated' it to setupfootnotes (which ordinarily ought to work in Mk II), it unfortunately did not work. (I need to use Mk II because I need the functionality of XeTeX.) 1

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Hans Hagen
On 4/9/2018 12:33 AM, Robert Zydenbos wrote: Greetings, Tomáš, On 08.04.2018 17:41, Tomas Hala wrote: Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this: defmycmd#1{startcolor[kleur]#1stopcolor} setupnotation[footnote

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Wolfgang Schuster
[kleur]#1stopcolor} setupnotation[footnote][numbercommand=mycmd] (But I don't know whether it will work witk MkII.) Thank you for the proffered help – but I found a very similar snippet of code in a message to this list from 2015 and tried it. Mk II does not have \setupnotation[footnote] yet, and

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Wolfgang Schuster
Robert Zydenbos <mailto:cont...@zydenbos.net> 9. April 2018 um 00:40 Greetings, Wolfgang, On 08.04.2018 17:46, Wolfgang Schuster wrote: definecolor[kleur][blue] setupcolors[state=start,textcolor=kleur] setupnotedefinition[footnote][color=kleur] setupnote [footnote][rulecolor=kleur]

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Robert Zydenbos
Greetings, Wolfgang, On 08.04.2018 17:46, Wolfgang Schuster wrote: definecolor[kleur][blue] setupcolors[state=start,textcolor=kleur] setupnotedefinition[footnote][color=kleur] setupnote [footnote][rulecolor=kleur] …etc… It works! Thank you for the solution. One thing that puzzles me

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Robert Zydenbos
Greetings, Tomáš, On 08.04.2018 17:41, Tomas Hala wrote: Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this: defmycmd#1{startcolor[kleur]#1stopcolor} setupnotation[footnote][numbercommand=mycmd] (But I don't know

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Tomas Hala
Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this: \def\mycmd#1{\startcolor[\kleur]#1\stopcolor} \setupnotation[footnote][numbercommand=\mycmd] (But I don't know whether it will work witk MkII.) The best, Tomáš Sun

[NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Robert Zydenbos
Today I wanted to print an entire document not in standard black, but in blue. I added (Mk II) – \setupcolors [state=start] \define\kleur{blue} % so I can change the colour uniformly everywhere through this variable \startcolor [\kleur] \setupnote[footnote][before={\color[\kleur

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

2018-03-26 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 25 Mar 2018 16:34:08 -0600, Wolfgang Schuster <schuster.wolfg...@gmail.com> wrote: 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 num

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 mentione

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

2018-03-25 Thread Idris Samawi Hamid ادريس سماوي حامد
f,offset=0pt] % \startlocalfootnotes[n=2] \startlocalfootnotes \input ward \startfootnote \input ward \stopfootnote \placelocalfootnotes \stoplocalfootnotes \stopframedtext \stoptext == See attached: 1) Would like the footnote-number counter to start at 2, not 1. Add \setcoun

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

2018-03-25 Thread Wolfgang Schuster
t ward \stopfootnote \placelocalfootnotes \stoplocalfootnotes \stopframedtext \stoptext == See attached: 1) Would like the footnote-number counter to start at 2, not 1. Add \setcounter[footnote][1] after \startlocalfootnotes. 2) Alternatively, would like to be able to

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

2018-03-25 Thread Idris Samawi Hamid ادريس سماوي حامد
== See attached: 1) Would like the footnote-number counter to start at 2, not 1. 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 mentioned here: http

Re: [NTG-context] \startitemize[columns] and footnote

2017-12-05 Thread Christoph Reller
On Fri, 1 Dec 2017 12:49:33 +0100 luigi scarso <luigi.sca...@gmail.com> wrote: > On Fri, Dec 1, 2017 at 10:14 AM, Christoph Reller > <christoph.rel...@gmail.com> wrote: > > \starttext > > Text \footnote{Bla} > > \startitemize[columns] > >

Re: [NTG-context] \startitemize[columns] and footnote

2017-12-01 Thread luigi scarso
On Fri, Dec 1, 2017 at 10:14 AM, Christoph Reller <christoph.rel...@gmail.com> wrote: > Hi, > > Consider the following MWE: > > \starttext > Text \footnote{Bla} > \startitemize[columns] > \item Item > \stopitemize > \stoptext > > In the rendered output

[NTG-context] \startitemize[columns] and footnote

2017-12-01 Thread Christoph Reller
Hi, Consider the following MWE: \starttext Text \footnote{Bla} \startitemize[columns] \item Item \stopitemize \stoptext In the rendered output, the footnote is drawn on top of the item (see attached output.png). I am afraid this looks like a bug. Please consider fixing this or tell me how

Re: [NTG-context] Setting the footnote symbol

2017-11-17 Thread Idris Samawi Hamid ادريس سماوي حامد
On Fri, 17 Nov 2017 13:06:02 -0700, Pablo Rodriguez wrote: With average user, I mean I don’t fully understand the code that I read (and I cannot write code for ConTeXt [either TeX or Lua]). Otherwise, I would be contributing code to ConTeXt. But what you contribute by answering

Re: [NTG-context] Setting the footnote symbol

2017-11-17 Thread Pablo Rodriguez
nefont[PagellaRegular] [texgyrepagella-regular.otf at 14pt] \definefont[PagellaRegularSmall][texgyrepagella-regular.otf at 12pt] \definefontfamily[nonexisting][rm][TeX Gyre Cursor] \setupbodyfont[helvetica] \setupwhitespace[big] \setuplayout[width=4.5in,height=5.5in,backspac

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
using a font that has no associated typescript. Put another way: We want to set up full control over font-style of each element of a footnote using only \definefont. If that's impossible, it would be good to know that as well as why. I must confess that this is far beyond my knowledge. I neve

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
another way: We want to set up full control over font-style of each > element of a footnote using only \definefont. If that's impossible, it > would be good to know that as well as why. I must confess that this is far beyond my knowledge. I never used \definefont. If you don’t mind us

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
ollowing way: \setupnote[footnote][textcommand={\PagellaRegularSmall\high}] Many thanks. This fixes the height, but we lose the styling of the reference symbol in the main text - see attached. I see. One of these commands should work: \setupnote[footnote][textcommand={\switchtobodyfont[pagella

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
On 11/16/2017 06:57 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > On Thu, 16 Nov 2017 10:47:13 -0700, Pablo Rodriguez <oi...@gmx.es> wrote: >> [...] >> You should rewrite your \setupnote command in the following way: >> >> \setupnote[footnote][textc

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Pablo, On Thu, 16 Nov 2017 10:47:13 -0700, Pablo Rodriguez <oi...@gmx.es> wrote: On 11/16/2017 06:11 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: What do we need to do to get a raised footnote symbol in the main text (line 6 of the pdf)? Thanks in advance. BTW, I mixed the

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
On 11/16/2017 06:11 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > What do we need to do to get a raised footnote symbol in the main text > (line 6 of the pdf)? Thanks in advance. BTW, I mixed the number which had to be raised. By default, the textcommand option has a value of

Re: [NTG-context] Setting the footnote symbol

2017-11-16 Thread Pablo Rodriguez
On 11/16/2017 06:11 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > Der gang, > > For the following \definefont scenario, the footnote symbol in the main > text is not raised: > > === > \setuppapersize[letter][letter] Dear Idris, which is the difference betwe

[NTG-context] Setting the footnote symbol

2017-11-16 Thread Idris Samawi Hamid ادريس سماوي حامد
Der gang, For the following \definefont scenario, the footnote symbol in the main text is not raised: === \setuppapersize[letter][letter] % \setupbodyfont[schola,12pt] \definefont[PagellaRegular] [texgyrepagella-regular.otf at 14pt] \definefont[PagellaRegularSmall][texgyrepagella

Re: [NTG-context] size of footnote numbers

2017-09-30 Thread Otared Kavian
Hi Hraban, If you want to change the way the footnote number in the text is shown something like a variation of the following might help you (copying this from a solution given by Wolfgang S. a few years ago…): \define[1]\MyFootnotenoteCommand{\high{\bf{(#1)}}} \setupnote[textcommand

Re: [NTG-context] size of footnote numbers

2017-09-30 Thread Pablo Rodriguez
On 09/29/2017 01:34 PM, Henning Hraban Ramm wrote: > Ahoi, > > in my current book there are some quotations typeset in a smaller > type (via \switchtobodyfont in a defined startstop). > > Now the author insists that their footnote numbers should have the > same size as in t

[NTG-context] size of footnote numbers

2017-09-29 Thread Henning Hraban Ramm
Ahoi, in my current book there are some quotations typeset in a smaller type (via \switchtobodyfont in a defined startstop). Now the author insists that their footnote numbers should have the same size as in the body text. Since the footnotes are mostly source annotations at the end, it makes

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

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

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

2017-08-22 Thread Brian Ballsun-Stanton
rendering > > to work here? And are there any other examples from this thread that > > should be added? > > Hi Brian, > > footnotes in the wiki are tricky: > > \starttext > \startbuffer > \bTABLE[split=repeat,align=normal] >\bTR\bTD S

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

2017-08-21 Thread Pablo Rodriguez
different solution this problem, and/or proposing it > as a solution to the "not rendering inside the wiki ConTeXt version? Hi Brian, I wonder how you may define fuzziness, but your question proposes three well-defined options ;-). As far as I understand it, Alan was simply proposing a way

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

2017-08-21 Thread Pablo Rodriguez
] \bTR\bTD Something\postponenotes\footnote[x]{bla bla}\eTD\eTR \bTR\bTD Foo\note[x] \eTD\eTR \eTABLE \flushnotes \stopbuffer \getbuffer \startTEXpage[offset=1em] \getbuffer \stopTEXpage \stoptext The second page is similar to the problem with the wiki.

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

2017-08-20 Thread Brian Ballsun-Stanton
; > > Hello, > > > > > > > > in the current ConTeXt Minimals (ver: 2017.06.30 19:45 MKIV beta > > > > fmt: 2017.7.3) the following example doesn't show any footnotes: > > > > > > > > > > > > \starttext > > > > \bTABLE[split=repeat,align=no

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

2017-08-20 Thread Alan Braslau
Xt Minimals (ver: 2017.06.30 19:45 MKIV beta > > > fmt: 2017.7.3) the following example doesn't show any footnotes: > > > > > > ~~~~ > > > \starttext > > > \bTABLE[split=repeat,align=n

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

2017-08-20 Thread Brian Ballsun-Stanton
> in the current ConTeXt Minimals (ver: 2017.06.30 19:45 MKIV beta fmt: > > 2017.7.3) the following example doesn't show any footnotes: > > > > > > \starttext > > \bTABLE[split=repeat,align=normal] > >

Re: [NTG-context] footnote placement

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

Re: [NTG-context] footnote placement

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

Re: [NTG-context] footnote placement

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

Re: [NTG-context] footnote placement

2017-07-20 Thread Hans Hagen
On 7/20/2017 9:14 PM, Meer, Hans van der wrote: Pablo, [scope=page] does not help. I did a few experiments with the following result. If the footnote is close to the previous page, than obviously the float mechanism may decide to put the footnote on the previous page. This happens even when

Re: [NTG-context] footnote placement

2017-07-20 Thread Meer, Hans van der
Pablo, [scope=page] does not help. I did a few experiments with the following result. If the footnote is close to the previous page, than obviously the float mechanism may decide to put the footnote on the previous page. This happens even when the footnote is in the second paragraph

Re: [NTG-context] footnote placement

2017-07-20 Thread Pablo Rodriguez
On 07/20/2017 11:16 AM, Meer, Hans van der wrote: > It happens that a footnote generated on a certain page is typeset on > the page preceding it. Rather than that, I would like to force a > footnote to appear either on the page where it is defined or on the > following page. Can su

[NTG-context] footnote placement

2017-07-20 Thread Meer, Hans van der
It happens that a footnote generated on a certain page is typeset on the page preceding it. Rather than that, I would like to force a footnote to appear either on the page where it is defined or on the following page. Can such behaviour be enforced? Currently this is my footnote setup

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

2017-07-16 Thread Mathias Schickel
rttext >>> >>> \starttextbackground >>> \dorecurse{10}{test\footnote{tufte}: \input tufte\par} >>> \stoptextbackground >>> >>> \stoptext >>> >> I have found the following to be necessary when using textbackground, >> especially

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

2017-07-15 Thread Hans Hagen
On 7/15/2017 9:11 PM, Alan Braslau wrote: On Wed, 12 Jul 2017 19:05:26 +0200 Hans Hagen <pra...@wxs.nl> wrote: best play with textbackgrounds \starttext \starttextbackground \dorecurse{10}{test\footnote{tufte}: \input tufte\par} \stoptextbackground \stoptext I have found the fol

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

2017-07-15 Thread Alan Braslau
On Wed, 12 Jul 2017 19:05:26 +0200 Hans Hagen <pra...@wxs.nl> wrote: > best play with textbackgrounds > > \starttext > > \starttextbackground > \dorecurse{10}{test\footnote{tufte}: \input tufte\par} > \stoptextbackground > > \stoptext > I have found the

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

2017-07-15 Thread Pablo Rodriguez
> >>\automigrateinserts >>\setuptextbackground[location=paragraph] >>\starttext >>\dorecurse{10}{\starttextbackground >>test\footnote{tufte}: \input knuth\hfill >>\stoptextbackground\blank} >>\stoptext > > What can be done that th

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

2017-07-15 Thread Mathias Schickel
l example showing this effect of >> textbackgrounds. >> >> However, I have met some issues using your solution, Aditya, with >> \automigrateinserts. I got one text in background containing a footnote >> that has been rendered onto the footnote. Of course this can only happen &g

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

2017-07-15 Thread Pablo Rodriguez
using your solution, Aditya, with > \automigrateinserts. I got one text in background containing a footnote > that has been rendered onto the footnote. Of course this can only happen > if the backgrounded text appears at the bottom of a page. It is a little > hard to get a minimal example showing this. But I t

<    1   2   3   4   5   6   7   8   9   >