[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 the way

[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 can see

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 body

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 as you

[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's what I'm using

[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 only

[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] \definenote

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

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

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
\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 layou

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
ontext 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 footnotes and endn

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
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 then u

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

2022-03-20 Thread Wolfgang Schuster via ntg-context
de 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 that

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) footnot

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

2022-02-19 Thread jbf via ntg-context
here 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 way thoug

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=\textwidth] seem

[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. Here

[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 much screen space

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

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

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

2021-10-12 Thread jbf via ntg-context
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 reduce

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 side

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

[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

Re: [NTG-context] footnote not appearing

2021-07-28 Thread jbf via ntg-context
. 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' and at some point

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

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

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

[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      \else

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] > \ifca

[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={Notas

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 balanced

[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

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

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

[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
is to 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
with the \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}} >\stopasc

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 %APP

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 >>>

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

2019-11-04 Thread Wolfgang Schuster
Aditya Mahajan schrieb am 04.11.2019 um 15:05: On Mon, 4 Nov 2019, Aditya Mahajan wrote: That should have been: As Hans' mentioned, use: \startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode In a longer document setting \asciimode at the begin can be the better solution

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

2019-11-04 Thread Aditya Mahajan
On Mon, 4 Nov 2019, Aditya Mahajan wrote: That should have been: As Hans' mentioned, use: \startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode Aditya ___ If your question is of interest to others

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

2019-11-04 Thread Aditya Mahajan
On Mon, 4 Nov 2019, cont...@vivaldi.net wrote: Hello Aditia, thanks for reaction. I simply want to write "%APPDATA%\file.txt" and the same into the footnote, with ability to use the text "%APPDATA%\file.txt" without any substitution (like "%" -> &quo

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

2019-11-04 Thread context
Hello Aditia, thanks for reaction. I simply want to write "%APPDATA%\file.txt" and the same into the footnote, with ability to use the text "%APPDATA%\file.txt" without any substitution (like "%" -> "\letterpercent") - if possible. My attepmts with

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

2019-11-02 Thread Aditya Mahajan
On Sat, 2 Nov 2019, cont...@vivaldi.net wrote: Hello, OK, thanks for reaction. One more example - \text instead of ascii mode: \starttext \type{%@$} A\footnote{\type{*\$% }} B\footnote{\type{*\$\% }} \stoptext gives: " *\$ *\$\% " in the footnote. IOW, I can

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

2019-11-02 Thread context
Hello, OK, thanks for reaction. One more example - \text instead of ascii mode: \starttext \type{%@$} A\footnote{\type{*\$% }} B\footnote{\type{*\$\% }} \stoptext gives: " *\$ *\$\% " in the footnote. IOW, I cannot simply print "%": "%&quo

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

2019-11-01 Thread Hans Hagen
On 11/1/2019 2:23 PM, cont...@vivaldi.net wrote: Hello, the following code doesn't compile: \starttext   \startasciimode %@$\stopasciimode   A   \footnote{\startasciimode %@$\stopasciimode} % <<<< Try to comment this \stoptext When the line with \footnote

[NTG-context] ASCII mode within \footnote

2019-11-01 Thread context
Hello, the following code doesn't compile: \starttext \startasciimode %@$\stopasciimode A \footnote{\startasciimode %@$\stopasciimode} % <<<< Try to comment this \stoptext When the line with \footnote is commented, compilation works fine. What's "e

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

2019-10-31 Thread context
agen wrote: On 10/22/2019 2:16 PM, cont...@vivaldi.net wrote: Hello, here is a minimal sample which doesn't compile: \starttext   \startitemize     \item   A\footnote{%     B     \startitemize   \item C     \stopitemize   }\crlf   D     \item E %

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

2019-10-22 Thread Hans Hagen
On 10/22/2019 2:16 PM, cont...@vivaldi.net wrote: Hello, here is a minimal sample which doesn't compile: \starttext   \startitemize     \item   A\footnote{%     B     \startitemize   \item C     \stopitemize   }\crlf   D     \item E

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

2019-10-22 Thread context
Hello, here is a minimal sample which doesn't compile: \starttext \startitemize \item A\footnote{% B \startitemize \item C \stopitemize }\crlf D \item E % <<<< This sample compiles when this line

Re: [NTG-context] (bug?) no destinations for footnote links in LMTX

2019-10-11 Thread Pablo Rodriguez
On 10/10/19 5:23 PM, Hans Hagen wrote: > On 10/9/2019 4:22 PM, Pablo Rodriguez wrote: >> Hi Hans, >> >> I have the following sample: >> >> \setupinteraction[state=start, focus=standard] >> \starttext >> a\footnote{b} >> \s

Re: [NTG-context] (bug?) no destinations for footnote links in LMTX

2019-10-10 Thread Hans Hagen
On 10/9/2019 4:22 PM, Pablo Rodriguez wrote: Hi Hans, I have the following sample: \setupinteraction[state=start, focus=standard] \starttext a\footnote{b} \stoptext I’m afraid that LMTX doesn’t generate a link to go back from footnote. All I can see is that MkIV generates

Re: [NTG-context] (bug?) no destinations for footnote links in LMTX

2019-10-10 Thread Hans Hagen
On 10/9/2019 4:22 PM, Pablo Rodriguez wrote: Hi Hans, I have the following sample: \setupinteraction[state=start, focus=standard] \starttext a\footnote{b} \stoptext I’m afraid that LMTX doesn’t generate a link to go back from footnote. All I can see is that MkIV generates

[NTG-context] (bug?) no destinations for footnote links in LMTX

2019-10-09 Thread Pablo Rodriguez
Hi Hans, I have the following sample: \setupinteraction[state=start, focus=standard] \starttext a\footnote{b} \stoptext I’m afraid that LMTX doesn’t generate a link to go back from footnote. All I can see is that MkIV generates two named destinations: << /D [

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

2019-10-08 Thread Pablo Rodriguez
On 10/8/19 4:49 PM, Jan U. Hasecke wrote: > Am 08.10.19 um 16:44 schrieb Jan U. Hasecke: > >>> Could anyone confirm this issue with links in footnotes for LMTX? >> >> Yes, no link with LMTX 2019.10.02 22:33 > > Sorry. I mixed up my versions somehow. Please forget my mail. The link back to the

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

2019-10-08 Thread Jan U. Hasecke
Am 08.10.19 um 16:44 schrieb Jan U. Hasecke: >> Could anyone confirm this issue with links in footnotes for LMTX? > > Yes, no link with LMTX 2019.10.02 22:33 Sorry. I mixed up my versions somehow. Please forget my mail. juh

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

2019-10-08 Thread Jan U. Hasecke
Am 08.10.19 um 15:11 schrieb Pablo Rodriguez: > Dear list, > > I have the following sample: > > \setupinteraction[state=start, focus=standard] > \starttext > a\footnote{b} > \stoptext > > Using latest beta from MkXL (2019.10.05 14:56), link for

[NTG-context] issue with footnote in LMTX

2019-10-08 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start, focus=standard] \starttext a\footnote{b} \stoptext Using latest beta from MkXL (2019.10.05 14:56), link form footnote to main text body doesn’t work. Latest beta from MkIV (2019.10.05 14:45) has no issue

[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

  1   2   3   4   5   6   7   8   9   >