[NTG-context] Re: Footnote style

2025-06-28 Thread John Was
; Am 24.06.2025 um 16:57 schrieb John Was: > > Hello. I haven't yet found options that would allow me to alter the > > style of footnote cues in the text (I would prefer slightly larger and > > slightly higher) or the positioning of the footnotes themselves: > > instead of t

[NTG-context] Re: Footnote style

2025-06-27 Thread Wolfgang Schuster
Am 24.06.2025 um 16:57 schrieb John Was: Hello.  I haven't yet found options that would allow me to alter the style of footnote cues in the text (I would prefer slightly larger and slightly higher) or the positioning of the footnotes themselves: instead of the note numberse standing o

[NTG-context] Re: Footnote style

2025-06-24 Thread Wolfgang Schuster
Am 24.06.2025 um 16:57 schrieb John Was: Hello.  I haven't yet found options that would allow me to alter the style of footnote cues in the text (I would prefer slightly larger and slightly higher) or the positioning of the footnotes themselves: instead of the note numberse standing o

[NTG-context] Footnote style

2025-06-24 Thread John Was
Hello. I haven't yet found options that would allow me to alter the style of footnote cues in the text (I would prefer slightly larger and slightly higher) or the positioning of the footnotes themselves: instead of the note numberse standing out to the left of the text area, my aim

[NTG-context] Re: changing the symbol used in \footnote{}

2024-10-20 Thread David Roderick
Many thanks. The following meets my needs: \defineconversion [TitleCS] [†,{\color[red]{‽}}] \definecounter[TitleFnCount] [way=bypage] \definenotation [TitleFn] [footnote] \setupnotation[TitleFn] [numberconversion=TitleCS

[NTG-context] Re: changing the symbol used in \footnote{}

2024-10-20 Thread Rik Kabel
On 2024-10-20 19:29, David Roderick wrote: I want to use the crucifix symbol as a footnote symbol on the title page of a book. I don't want this to increment the footnote counter. The best I can do is: \setupnotation[footnote][way=bypage, state=stop, number=†] but this does not pr

[NTG-context] changing the symbol used in \footnote{}

2024-10-20 Thread David Roderick
I want to use the crucifix symbol as a footnote symbol on the title page of a book. I don't want this to increment the footnote counter. The best I can do is: \setupnotation[footnote][way=bypage, state=stop, number=†] but this does not produce any symbol at all. If I do: \setupnot

[NTG-context] Footnote in a cell inside a row into a table !

2024-10-11 Thread Jean-Pierre Delange
Dear users, I'm struggling with a bibliographic reference that I want to integrate after a name that happens to be in a cell, itself located in a table. All my code works, except for the bibliographic reference given by the footnote and the \cite command. Here's the line as it app

[NTG-context] Re: different type in footnote

2024-10-05 Thread Pablo Rodriguez via ntg-context
On 10/4/24 23:55, Aditya Mahajan wrote: > You can also use: > [...} > \footnote{\typebuffer} Many thanks for your reply, Aditya. Your message helped me to realize that verbatim in footnotes needs buffers. Many thanks for your hel

[NTG-context] Re: different type in footnote

2024-10-05 Thread Pablo Rodriguez via ntg-context
really rare that its contains verbatim (especially inside footnotes). Both \xmlprettyprinttext and \xmlinlineprettyprinttext use buffers. This avoids having issues when deployed inside a footnote. As always, many thanks for your insightful exp

[NTG-context] Re: different type in footnote

2024-10-04 Thread Aditya Mahajan
On Fri, 4 Oct 2024, Pablo Rodriguez via ntg-context wrote: > On 10/4/24 18:06, Wolfgang Schuster wrote: > > Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 17:28: > >> [...] > >>\type{\a.bc}\footnote{\type{\a.bc}} > > > > \type{\a.bc}\footnote

[NTG-context] Re: different type in footnote

2024-10-04 Thread Wolfgang Schuster
Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 18:44: On 10/4/24 18:06, Wolfgang Schuster wrote: Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 17:28: [...] \type{\a.bc}\footnote{\type{\a.bc}} \type{\a.bc}\footnote{\type[compact=absolute]{\a.bc}} Many thanks for

[NTG-context] Re: different type in footnote

2024-10-04 Thread Pablo Rodriguez via ntg-context
On 10/4/24 18:06, Wolfgang Schuster wrote: > Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 17:28: >> [...] >> \type{\a.bc}\footnote{\type{\a.bc}} > > \type{\a.bc}\footnote{\type[compact=absolute]{\a.bc}} Many thanks for your help, Wolfgang. I wonder why I ha

[NTG-context] Re: different type in footnote

2024-10-04 Thread Wolfgang Schuster
Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 17:28: Dear list, I have the following sample: \setuppapersize[A9] \starttext \type{\a.bc}\footnote{\type{\a.bc}} \type{\a.bc}\footnote{\type[compact=absolute]{\a.bc}} Wolfgang

[NTG-context] Re: different type in footnote

2024-10-04 Thread Rik Kabel
Same here with ConTeXt  ver: 2024.09.25 11:53 LMTX  fmt: 2024.9.25 On 2024-10-04 11:28, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \setuppapersize[A9] \starttext \type{\a.bc}\footnote{\type{\a.bc}} \stoptext Using current latest from 2024.09.25

[NTG-context] different type in footnote

2024-10-04 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \setuppapersize[A9] \starttext \type{\a.bc}\footnote{\type{\a.bc}} \stoptext Using current latest from 2024.09.25 11:53, I get an extra space after \a in the footnote. This happens both with LMTX and LuaTeX. Could anyone confirm this? (A patch

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

2024-07-29 Thread Hans Hagen via ntg-context
On 7/27/2024 3:35 PM, ai2472206...@yeah.net wrote: Hi, I have a document that contains a lot of footnotes. Therefore, I used to separate the footnote number from the footnote text, which would make the source file look more readable. Therefore, I used a similar approach to 'CASE 1'

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

2024-07-29 Thread Pablo Rodriguez via ntg-context
On 7/27/24 15:35, ai2472206...@yeah.net wrote: > Hi, > > I have a document that contains a lot of footnotes. > Therefore, I used to separate the footnote number from the footnote text, > which would make the source file look more readable. Hi Muyik, how about two files? The

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

2024-07-27 Thread ai2472206007
Hi, I have a document that contains a lot of footnotes. Therefore, I used to separate the footnote number from the footnote text, which would make the source file look more readable. Therefore, I used a similar approach to 'CASE 1', but not 'CASE 2' , placing footnotes rel

[NTG-context] Re: URL in footnote citation

2024-06-20 Thread Kip Warner
On Thu, 2024-06-20 at 15:20 +0200, Alan Braslau wrote: > Putting the URL as a hyperlink on the cite title is possible. Note > that > is is not what APA specifies. > > To do this, you need to modify the rendering definitions. Thanks Alan. I've tried in the past but I really struggle with the ConT

[NTG-context] Re: URL in footnote citation

2024-06-20 Thread Alan Braslau via ntg-context
pagestate=start, continue=yes, numbering=yes] % Macro to put the citations as footnotes... \unexpanded\def\footnotecite{\dodoubleempty\domycite} \def\domycite[#1][#2]% {\ifsecondargument \footnote{\alwayscite[altern

[NTG-context] URL in footnote citation

2024-06-19 Thread Kip Warner
secondargument \footnote{\alwayscite[alternative=entry,#1][main::#2]}% \else \footnote{\alwayscite[alternative=entry][main::#1]}% \fi} \starttext Some footnote.\footnotecite[wikipedia2024_depeche_mode_sounds_of_the_universe] \stoptext The footnote r

[NTG-context] Re: How to make superscript text match footnote mark formatting?

2024-04-27 Thread Joel via ntg-context
Thank you! --Joel On Saturday, April 27, 2024 at 12:08:13 PM MDT, Wolfgang Schuster wrote: Joel via ntg-context schrieb am 27.04.2024 um 19:16: > \starttext >  test\high{1}test\footnote{some text} > \stoptext > > How can I create a superscript number that has e

[NTG-context] Re: How to make superscript text match footnote mark formatting?

2024-04-27 Thread Wolfgang Schuster
Joel via ntg-context schrieb am 27.04.2024 um 19:16: \starttext test\high{1}test\footnote{some text} \stoptext How can I create a superscript number that has exactly the same formatting as a footnote, but which won't create a footnote. I tried \high{}, which I believe should be th

[NTG-context] How to make superscript text match footnote mark formatting?

2024-04-27 Thread Joel via ntg-context
\starttext test\high{1}test\footnote{some text} \stoptext How can I create a superscript number that has exactly the same formatting as a footnote, but which won't create a footnote. I tried \high{}, which I believe should be the way to superscript text, but if you compile this, you ca

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

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

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

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

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

2023-03-15 Thread Joaquín Ataz López via ntg-context
Good Morning to all list members. I am writing a document with very long footnotes, and in order not to break (in the source file) the flow of the main text, instead of using the \footnote macro, I introduce the footnotes using \note[label] at the point where the call to the footnote should

Re: [NTG-context] Disappearing footnote in figure / tabulate

2023-03-02 Thread Hans Hagen via ntg-context
=page, the footnote will also appear. That’s what I’m using now, so there’s no urgency for me now. (But does that maybe already indicate the source of the issue ?) Anyway, I still find the behaviour somewhat weird. I’ll try to come up with a MWE. Any hints how to best proceed are still highly

Re: [NTG-context] Disappearing footnote in figure / tabulate

2023-03-02 Thread Denis Maier via ntg-context
Ok, I've somehow managed to isolate the issue in my real document. There, the issue happens only when a new paragraph starts after the tabulate. If there's nothing after the tabulate, the footnotes appears... Also, if I'm using location=page, the footnote will also appear. That&#

[NTG-context] Disappearing footnote in figure / tabulate

2023-03-02 Thread Denis Maier via ntg-context
Hi, I have a strange case where a footnote in a tabulate disappears. Strangely, I *cannot* reproduce the behaviour in the MWE below. At first, I thought it must have something to do with \startpostponingnotes, but it seems that this currently isnt't necessary anymore, or at least onl

[NTG-context] Question to footnote settings

2022-08-25 Thread Tomáš Hála via ntg-context
Hi all, I am struggling with the width of a footnote number area. I would like to ask how can I set it dynamically based on the width of the largest number on a given page. Without width I get two different footnote texts widths (compare #9+10). With width there is a redundant space on the left

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

2022-05-18 Thread Ross via ntg-context
I found a way to wrap everything before \startdocument, so I think this looks like a template more or less: In case anyone is interested, here's the MWE: \definenote[address] \setupnote[address][rule=off,location=text] \setupnotation[footnote][numberconversion=numerals] \defin

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

2022-05-18 Thread Ross via ntg-context
point now: >> >> ... >> \startcolumns >> >> \the\titlefootnotes >> >> \kern-\rawcountervalue[address]\lineheight % dirty trick >> >> test\footnote{test} >> >> \input knuth >> >> \stopcolumns >> ... >>

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

2022-05-18 Thread Ross via ntg-context
Hi Massi, You are a champion! On Wed, May 18, 2022 at 4:41 PM mf wrote: > I hope I got the point now: > > ... > \startcolumns > > \the\titlefootnotes > > \kern-\rawcountervalue[address]\lineheight % dirty trick > > test\footnote{test} > > \input knuth > &

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

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

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

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

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

2022-05-17 Thread Zhichu Chen via ntg-context
Hi everybody, After some attempts to put footnotes in a mixed 1&2 columns layout, I decide to put marks in the one-column environment and flush them when entering the two-column environment. The code is ugly but the result is acceptable. Except that the invisible footnote mark

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-21 Thread Bruce Horrocks via ntg-context
via ntg-context wrote: >>> [...] >>> \setupnote[footnote][textcommand=] >>> [...] >> You might want to define a separate set of notes, for example, >> linknotes, defined as Wolfgang suggests, so >> [...] >> You can define multiple streams of footnote

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-21 Thread Pablo Rodriguez via ntg-context
On 3/20/22 22:18, Rik Kabel via ntg-context wrote: > On 2022-03-20 17:07, Wolfgang Schuster via ntg-context wrote: >> [...] >> \setupnote[footnote][textcommand=] >> [...] > You might want to define a separate set of notes, for example, > linknotes, defined as Wolfgang

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-20 Thread Rik Kabel via ntg-context
t will make the main text cleaner if I use endnotes rather than include the URL in-line in the text or as a (distracting) footnote. So when the author writes "See my video at URL>" I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I t

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-20 Thread Wolfgang Schuster via ntg-context
include the URL in-line in the text or as a (distracting) footnote. So when the author writes "See my video at " I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I then use \placenotes to display a table of the actual URLs for any readers

Re: [NTG-context] Make footnote/endnote number not superscript?

2022-03-20 Thread jbf via ntg-context
Bruce, I suppose one way to achieve your aim, if there is no easy way to prevent superscript, would be to put your reference in parentheses: (See my video at link 1), followed by the normal superscript number for footnote anchors. You can still go with the endnotes. The other thing, and I

[NTG-context] Make footnote/endnote number not superscript?

2022-03-20 Thread Bruce Horrocks via ntg-context
I'm editing a book that will be printed, however the authors have included URLs which will no doubt suffer from "bit rot" in no time at all. I think it will make the main text cleaner if I use endnotes rather than include the URL in-line in the text or as a (distracting) footno

Re: [NTG-context] footnote width in specific paragraph instance

2022-02-19 Thread jbf via ntg-context
a way I can get the footnote not to break after 'overleaf' and be normal textarea width instead? I did try \setupfootnotes[width=broad] but that did not help. \setupnote[footnote][width=\textwidth] seems to work. [Not sure if that is the right

Re: [NTG-context] footnote width in specific paragraph instance

2022-02-19 Thread śrīrāma via ntg-context
On Sunday, February 20, 2022 5:57 AM jbf via ntg-context wrote: > Is there a way I can get the footnote not to break after 'overleaf' and > be normal textarea width instead? I did try \setupfootnotes[width=broad] > but that did not help. \setupnote[footnote][width=\textw

[NTG-context] footnote width in specific paragraph instance

2022-02-19 Thread jbf via ntg-context
I need to typeset a document that contains many poetry/verse examples, and am using \defineparagraphs[mypar][n=2] for the purpose. In one specific case a footnote is required. All good except that the footnote is the width of one of those two 'columns', not the usual textarea width.

[NTG-context] How to get \placenotes to place footnote-style citations at the end of my content?

2022-01-24 Thread Joel via ntg-context
I'm spinning this question off another post, as my previous  question was very specific, but it was possibly discovered a more general bug exists? I'm creating some lecture slides that have footnote citations throughout. The problem is, the slides themselves already don't have mu

Re: [NTG-context] Malayalam character overlapping with footnote number

2022-01-01 Thread Ajith R via ntg-context
On Sat, 1 Jan 2022 11:06:01 +0100 Hans Hagen wrote: > it makes sense to have styles like s-malayalam (or so) that set up > some parameters to suit practice (often widths and margins) for some > languages but it is somethign that should be 'organized' and > 'coordinated' > > Hans Hi, I am will

Re: [NTG-context] Malayalam character overlapping with footnote number

2022-01-01 Thread Hans Hagen via ntg-context
used in \footnote[഼ ]{the foot note}, overlaps with the footnote number. How can I ask Context to provide extra space between the character and the footnote number? it makes sense to have styles like s-malayalam (or so) that set up some parameters to suit practice (often widths and margins) for some

Re: [NTG-context] Malayalam character overlapping with footnote number

2021-12-31 Thread kauśika via ntg-context
On Friday, December 31, 2021 6:28:30 PM IST Ajith R via ntg-context wrote: > One character, ഼ U+0D3C, when used in \footnote[഼ ]{the foot note}, > overlaps with the footnote number. How can I ask Context to provide > extra space between the character and the footnote number? The

[NTG-context] Malayalam character overlapping with footnote number

2021-12-31 Thread Ajith R via ntg-context
Hi, I am trying to prepare a moderate sized document in Malayalam using Context. Overall I have been successful. However, there are a few rough edges for which I need help. This is the fourth problem I face. One character, ഼ U+0D3C, when used in \footnote[഼ ]{the foot note}, overlaps with the

Re: [NTG-context] body text and footnote space

2021-10-12 Thread jbf via ntg-context
ading footnote space (as late as last year). As I am currently typesetting a 400 plus page academic text with hundreds of footnotes, and do not have the option of making them endnotes, I am facing this issue page after page. The only solution I have for now is to make per page layout adjustments to r

Re: [NTG-context] body text and footnote space

2021-10-12 Thread Henning Hraban Ramm via ntg-context
> Am 12.10.2021 um 13:25 schrieb Hans Hagen via ntg-context > : > > On 10/12/2021 3:09 AM, jbf via ntg-context wrote: >> Dear list, >> I note previous discussions on the matter of body text invading footnote >> space (as late as last year). As I am current

Re: [NTG-context] body text and footnote space

2021-10-12 Thread Hans Hagen via ntg-context
On 10/12/2021 3:09 AM, jbf via ntg-context wrote: Dear list, I note previous discussions on the matter of body text invading footnote space (as late as last year). As I am currently typesetting a 400 plus page academic text with hundreds of footnotes, and do not have the option of making

[NTG-context] body text and footnote space

2021-10-11 Thread jbf via ntg-context
Dear list, I note previous discussions on the matter of body text invading footnote space (as late as last year). As I am currently typesetting a 400 plus page academic text with hundreds of footnotes, and do not have the option of making them endnotes, I am facing this issue page after page

[NTG-context] footnote interaction in titles

2021-08-09 Thread Adam Reviczky via ntg-context
Hi, I probably shouldn't use footnotes within titles, but I am misusing the title elements for a quick interview style document (I use them in the ToC). One thing I have noticed is that interaction style (color and styles) are not applied in the footnote and footnote numbering. Is that a

Re: [NTG-context] issue with footnote in TOC

2021-08-05 Thread Pablo Rodriguez via ntg-context
On 8/5/21 11:58 PM, Hans Hagen via ntg-context wrote: > On 8/5/2021 4:34 PM, Pablo Rodriguez via ntg-context wrote: >> \starttext >>\completecontent >>\chapter{Chapter Title\footnote{With footnote}} >>\stoptext > > fixed in next beta (different escapi

Re: [NTG-context] issue with footnote in TOC

2021-08-05 Thread Hans Hagen via ntg-context
On 8/5/2021 4:34 PM, Pablo Rodriguez via ntg-context wrote: \starttext \completecontent \chapter{Chapter Title\footnote{With footnote}} \stoptext fixed in next beta (different escaping

Re: [NTG-context] \note[xx] gives unknown reference for \startfootnote, ok for \footnote

2021-08-05 Thread Hans Hagen via ntg-context
On 8/5/2021 5:07 AM, Rik Kabel via ntg-context wrote: The following example: \starttext abc\footnote[fn:abc]{footnote abc}\ abc def \startfootnote[fn:def]  footnote def \stopfootnote \ def No problem here: abc\note[fn:abc] Problem appears here: def\note

[NTG-context] issue with footnote in TOC

2021-08-05 Thread Pablo Rodriguez via ntg-context
Dear list, compiling the following sample with current latest (2021.08.04 17:51): \starttext \completecontent \chapter{Chapter Title\footnote{With footnote}} \stoptext The entry in the TOC for the chapter seems to have problems with the footnote command (backslash seems to be

[NTG-context] \note[xx] gives unknown reference for \startfootnote, ok for \footnote

2021-08-04 Thread Rik Kabel via ntg-context
The following example: \starttext abc\footnote[fn:abc]{footnote abc}\ abc def \startfootnote[fn:def]  footnote def \stopfootnote \ def No problem here: abc\note[fn:abc] Problem appears here: def\note[fn:def] \stoptext Generates a missing reference error for a

Re: [NTG-context] footnote not appearing

2021-07-28 Thread jbf via ntg-context
is needed. localfootnotes does work but places the footnote immediately below the framed text, and I wanted it to appear in the usual footnote location, which is achieved with startpostponingnotes I assume that you use(d) mkiv/luatex and not lmtx/luametatex. Footnotes are in tex speak 'inserts

Re: [NTG-context] footnote not appearing

2021-07-28 Thread Henning Hraban Ramm via ntg-context
> Am 27.07.2021 um 23:46 schrieb jbf via ntg-context : > > No, in fact I discovered that \startpostponingnotes is what is needed. > localfootnotes does work but places the footnote immediately below the framed > text, and I wanted it to appear in the usual footnote loc

Re: [NTG-context] footnote not appearing

2021-07-28 Thread Hans Hagen via ntg-context
On 7/27/2021 11:46 PM, jbf via ntg-context wrote: No, in fact I discovered that \startpostponingnotes is what is needed. localfootnotes does work but places the footnote immediately below the framed text, and I wanted it to appear in the usual footnote location, which is achieved with

Re: [NTG-context] footnote not appearing

2021-07-27 Thread jbf via ntg-context
No, in fact I discovered that \startpostponingnotes is what is needed. localfootnotes does work but places the footnote immediately below the framed text, and I wanted it to appear in the usual footnote location, which is achieved with startpostponingnotes Julian On 27/7/21 7:42 pm, Henning

Re: [NTG-context] footnote not appearing

2021-07-27 Thread Henning Hraban Ramm via ntg-context
> Am 27.07.2021 um 06:07 schrieb jbf via ntg-context : > > Is there any reason why the following MWE does not produce the footnote at > the bottom of the page? It seems like the use of framedtext is preventing it, > but am not sure why. Can I get around this problem and still h

[NTG-context] solved problem of footnote in framed text

2021-07-26 Thread jbf via ntg-context
I solved my own problem of the footnote not appearing. Discovered \startpostponingnotes! That solved the problem. Julian ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] footnote not appearing

2021-07-26 Thread jbf via ntg-context
Is there any reason why the following MWE does not produce the footnote at the bottom of the page? It seems like the use of framedtext is preventing it, but am not sure why. Can I get around this problem and still have framed text? Julian \setupframed[location=middle] \startframedtext[width

[NTG-context] footnote textseparator with interactions

2021-03-16 Thread Mohammad Hossein Bateni
Hello, See this MWE: \setupinteraction[state=start]%,focus=standard] \setupnote[footnote][textseparator=\textcomma] \starttext Sample \footnote{First} \footnote{Second} \stoptext With textseparator, the color of the two footnotes change. Why is that? Thanks, Hossein

Re: [NTG-context] adding url as a footnote in the caption of figure

2020-12-30 Thread Jeong Dal
Dear Pablo, Thank you for your reply. I just search wiki not the mailing list. I never used \setupnote before. > I would say that LMTX is causing an issue here (but for sure Hans knows > better). > > The issue with your MWE is solved by adding: > > \setupnote[footnote][wid

[NTG-context] adding url as a footnote in the caption of figure

2020-12-29 Thread Jeong Dal
Hi, I am trying to add a url as a footnote in the caption. There is no error, but it is written in two lines in the footnote. I also try \hyphenatedurl, \letterslash in the wiki, but it is no use. I am using "ConTeXt ver: 2020.12.22 22:14 LMTX”. Thank you for reading. Best regards, Dal

Re: [NTG-context] adding url as a footnote in the caption of figure

2020-12-29 Thread Pablo Rodriguez
On 12/29/20 8:23 PM, Jeong Dal wrote: > [...] > I am trying to add a url as a footnote in the caption. > There is no error, but it is written in two lines in the footnote. > I also try \hyphenatedurl, \letterslash in the wiki, but it is no use. > I am using "ConTeXt  ver: 2

[NTG-context] main text runs in the footnote area

2020-11-09 Thread Pablo Rodriguez
Hans, I have the following sample: \starttext \dorecurse{25}{This is a sentence\footnote{And this is a footnote}. } \startitemize[n, columns, three, packed] \dorecurse{25}{\item This is an item} \stopitemize \input{zapf}\footnote{This is a footnote} \startitemize[n, columns, two

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

2020-09-16 Thread Wolfgang Schuster
Jairo A. del Rio schrieb am 15.09.2020 um 04:38: Hi, list. I've adapted the following example from the mailing list. My aim is to use endnotes for each chapter: \mainlanguage[es] \definehead[footnotetitle][title] \startsetups[chapter:after] \ifcase\rawcountervalue[footnote]\relax      

Re: [NTG-context] Quotation with footnote

2020-09-16 Thread Henning Hraban Ramm
das klopft, schlechte Musik macht > und seinen Hund bellen läßt. Manchmal gibt er auch Ruhe, aber dann ist er tot. > \stopmyquote \footnote[f:9]{Kaspar Hauser (Kurt Tucholsky), Weltbühne 24, > 16.\,6.\,1931} The behaviour changed in current LMTX – I thought, but then I recognized I was

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

2020-09-16 Thread Henning Hraban Ramm
> Am 15.09.2020 um 04:38 schrieb Jairo A. del Rio : > > Hi, list. I've adapted the following example from the mailing list. My aim is > to use endnotes for each chapter: > > \mainlanguage[es] > \definehead[footnotetitle][title] > \startsetups[chapter:after] >

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

2020-09-14 Thread Jairo A. del Rio
Hi, list. I've adapted the following example from the mailing list. My aim is to use endnotes for each chapter: \mainlanguage[es] \definehead[footnotetitle][title] \startsetups[chapter:after] \ifcase\rawcountervalue[footnote]\relax \else \startfootnotetitle[title={

Re: [NTG-context] Column not Balancing, Footnote is Missing

2020-09-08 Thread Wolfgang Schuster
...] command. Also, the footnote *number* appears on the PDF, but the *text* of the footnote doesn't. However, when I use the online compiler (live.contextgarden.net, reported version 2020.06.30 17:30, older than mine), the footnote text *does* appear, though the columns are still not bal

[NTG-context] Column not Balancing, Footnote is Missing

2020-09-07 Thread Art Chimes
Greetings, list. My first post here. Please be gentle! The command \contextversion reports I am using 2020.09.03 20:03 on Windows 10. The MWE below produces a column and a half of text, not balanced (despite the \setupcolumns [...balance=yes...] command. Also, the footnote *number* appears on

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Henning Hraban Ramm
symbol[rightquotation] > \doifsomething{\userdataparameter{source}} > {\footnote[\userdataparameter{reference}]{\userdataparameter{source}}} > \stopnarrow > \stopsetups > > \defineuserdataalternative > [myquote] > [renderingsetup=userdata:myquote] >

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Henning Hraban Ramm
Im übrigen ist der Mensch ein Lebewesen, das klopft, schlechte Musik macht > und seinen Hund bellen läßt. Manchmal gibt er auch Ruhe, aber dann ist er tot. > \stopmyquote \footnote[f:9]{Kaspar Hauser (Kurt Tucholsky), Weltbühne 24, > 16.\,6.\,1931} > > But there may be smarter

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Wolfgang Schuster
=2em, rightmargin=1.5em, ] \startZitat A rose is a rose is a rose.\footnote{Marx brothers} \stopZitat Now, since the quotations are whole sentences or paragraphs, the footnote marker needs to be placed _after_ the closing quotation mark. (German typography, I learned it’s different at least in

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Taco Hoekwater
. Manchmal gibt er auch Ruhe, aber dann ist er tot. \stopmyquote \footnote[f:9]{Kaspar Hauser (Kurt Tucholsky), Weltbühne 24, 16.\,6.\,1931} But there may be smarter solutions. Best wishes, Taco > On 4 Sep 2020, at 13:25, Henning Hraban Ramm wrote: > > My current book contains a lot of q

Re: [NTG-context] Quotation with footnote

2020-09-04 Thread Henning Hraban Ramm
tmargin=2em, > rightmargin=1.5em, > ] > > \startZitat > A rose is a rose is a rose.\footnote{Marx brothers} > \stopZitat > > > Now, since the quotations are whole sentences or paragraphs, the footnote > marker needs to be placed _after_ the closing quotation mark. (German

[NTG-context] Quotation with footnote

2020-09-04 Thread Henning Hraban Ramm
My current book contains a lot of quotations with their sources marked as footnotes, e.g. \definedelimitedtext[Zitat][ %setups=Zitat, % doesn’t work!? left=», right=«, leftmargin=2em, rightmargin=1.5em, ] \startZitat A rose is a rose is a rose.\footnote{Marx brothers} \stopZitat

Re: [NTG-context] check if inside footnote

2020-08-04 Thread Hans Hagen
On 8/4/2020 1:47 PM, Henning Hraban Ramm wrote: Am 04.08.2020 um 13:20 schrieb Hans Hagen : On 8/4/2020 11:04 AM, Henning Hraban Ramm wrote: Hi, me again... Is there a check if a macro is called from inside of a footnote, like a system mode *footnote? (Same with captions?) In my current

Re: [NTG-context] check if inside footnote

2020-08-04 Thread Henning Hraban Ramm
> Am 04.08.2020 um 13:20 schrieb Hans Hagen : > > On 8/4/2020 11:04 AM, Henning Hraban Ramm wrote: >> Hi, me again... >> Is there a check if a macro is called from inside of a footnote, like a >> system mode *footnote? >> (Same with captions?) >> In my cu

Re: [NTG-context] check if inside footnote

2020-08-04 Thread Hans Hagen
On 8/4/2020 11:04 AM, Henning Hraban Ramm wrote: Hi, me again... Is there a check if a macro is called from inside of a footnote, like a system mode *footnote? (Same with captions?) In my current project, index entries should get italic page numbers if they occurr inside of a footnote (or a

[NTG-context] check if inside footnote

2020-08-04 Thread Henning Hraban Ramm
Hi, me again... Is there a check if a macro is called from inside of a footnote, like a system mode *footnote? (Same with captions?) In my current project, index entries should get italic page numbers if they occurr inside of a footnote (or a caption, but that is rare). I’m using different

[NTG-context] balance=yes eats up footnote in one-line column

2020-04-22 Thread Joey McCollum
I noticed some unexpected behavior while putting together a minimal working example for a different issue. In a multi-column layout with column balancing turned on, if the first column contains a single line and that line contains a footnote, then the footnote will not be typeset. A minimal

Re: [NTG-context] Symbol Footnote Command

2019-12-23 Thread Aykut Aykutt
Thank you very much! Hans Hagen , 23 Ara 2019 Pzt, 17:12 tarihinde şunu yazdı: > On 12/23/2019 2:21 PM, Aykut Aykutt wrote: > > Hi, > > > > I can change the mark of the second footnote from "2" to asterix by > > defining a conversion like so: > > > &

Re: [NTG-context] Symbol Footnote Command

2019-12-23 Thread Hans Hagen
On 12/23/2019 2:21 PM, Aykut Aykutt wrote: Hi, I can change the mark of the second footnote from "2" to asterix by defining a conversion like so: %-- Working example, but it is not what I need -- \setupindenting[yes,small] \defineconversion[mymix][1,\m{*},2] \set

[NTG-context] Symbol Footnote Command

2019-12-23 Thread Aykut Aykutt
Hi, I can change the mark of the second footnote from "2" to asterix by defining a conversion like so: %-- Working example, but it is not what I need -- \setupindenting[yes,small] \defineconversion[mymix][1,\m{*},2] \setupnotation[footnote][align={hz,hanging},indenting={yes,

Re: [NTG-context] ASCII mode within \footnote

2019-11-08 Thread context
use a slash a path separator instead of the backslash. Another way to get rid of it is to save the path a buffer and print the content of the buffer with the \typeinlinebuffer command. \starttext \startbuffer %APPDATA%\file.txt \stopbuffer \footnote{\typeinlinebuffer} \stoptext Another option

Re: [NTG-context] ASCII mode within \footnote

2019-11-08 Thread Hans Hagen
\typeinlinebuffer command. \starttext \startbuffer %APPDATA%\file.txt \stopbuffer \footnote{\typeinlinebuffer} \stoptext Another option, if you have many such files is to define a macro: \define[1]\APPDATA{\mono{\letterpercent APPDATA\letterpercent\letterbackslash#1}} And then use: \footnote

Re: [NTG-context] ASCII mode within \footnote

2019-11-07 Thread Aditya Mahajan
%APPDATA%\file.txt \stopbuffer \footnote{\typeinlinebuffer} \stoptext Another option, if you have many such files is to define a macro: \define[1]\APPDATA{\mono{\letterpercent APPDATA\letterpercent\letterbackslash#1}} And then use: \footnote{\APPDATA{file.txt}} Aditya

Re: [NTG-context] ASCII mode within \footnote

2019-11-07 Thread Wolfgang Schuster
> Hello, > > thanks Aditya and Wolfgang for "deep" explanation in several last > mails. > > We are approaching the goal... > > Aditya's ocde: > > ---- > \starttext >\startasciimode > \footnote{\type{%APPDATA%\file.txt}} >\st

Re: [NTG-context] ASCII mode within \footnote

2019-11-05 Thread context
Hello, thanks Aditya and Wolfgang for "deep" explanation in several last mails. We are approaching the goal... Aditya's ocde: \starttext \startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode \stoptext gives (in the footnote): " 1

Re: [NTG-context] Strange error with combination of itemization, footnote and \crlf

2019-11-04 Thread Pablo Rodriguez
ich doesn't compile: >>> >>> >>> \starttext >>>   \startitemize >>>     \item >>>   A\footnote{% >>>     B >>>     \startitemize >>>   \item C >>>     \stopitemize >>

  1   2   3   4   5   6   7   8   9   >