[NTG-context] Footnotes on the bottom of the column's current page, instead of the columns' end

2023-10-25 Thread Juliano David Hilario
t the end of the column. (like an endnote, except, it shows as a small footnote at the beginning) How should I make it shown on the bottom of the page of the current footnote instead of the end of the column command? My MWE: \definenote[question][textcommand=\gobbleoneargument, numbercommand=\gobbleon

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

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

2022-05-18 Thread Ross via ntg-context
entering the two-column environment. > > > > > > > > > The code is ugly but the result is acceptable. Except that the > > invisible > > > footnote marks do generate something in the main text, so there's > a > > > blank line for each footn

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

2022-05-18 Thread Ross via ntg-context
ate something in the main text, so there's a > > blank line for each footnote. > > > > > > Here's an MWE: > > > > > > = > > > > \definenote[address] > > \setupnote[address][rule=off,location=text] > > > > &g

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

2022-05-18 Thread mf via ntg-context
MWE: = \definenote[address] \setupnote[address][rule=off,location=text] \definenote[putjustmark] \setupnote[putjustmark][location=none] \setupnotation[putjustmark][numberconversion=set 2] \definenote[putjustnote]%[footnote] % if footnotes need to be grouped, uncomment the second argu

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

2022-05-17 Thread Zhichu Chen via ntg-context
s do generate something in the main text, so there's a blank line for each footnote. Here's an MWE: = \definenote[address] \setupnote[address][rule=off,location=text] \definenote[putjustmark] \setupnote[putjustmark][location=none] \setupnotation[putjust

[NTG-context] \placenotes ends up in wrong place when mixing one- and two- column layouts.

2022-05-10 Thread Zhichu Chen via ntg-context
but in wrong position. I hope there's another magic switch, or I have to put the marks in the title head and put "real" but invisible notes in the two-column texts. Thanks again, Hans. Yours, Zhichu MWE (not that minimal): === \defineno

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

2022-03-21 Thread Bruce Horrocks via ntg-context
otes. > Hi Bruce, > > following the conversation, this might be a sample of what I think you > intend to achieve: > > \definenote[linknote] > \setupnote[linknote] > [textcommand={\ }, textstyle=, location=text] > \setupnotation[linknote] > [alternati

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

2022-03-21 Thread Pablo Rodriguez via ntg-context
suggests, so > [...] > You can define multiple streams of footnotes and endnotes. Hi Bruce, following the conversation, this might be a sample of what I think you intend to achieve: \definenote[linknote] \setupnote[linknote] [textcommand={\ }, textstyle=, location=text] \setupnota

Re: [NTG-context] Changed behavior from \convertnumber{arabicdecimals}{..} as a textcommand for note

2022-01-16 Thread musa furber via ntg-context
\stoptypescriptcollection \define\setarabic{ \setupalign[r2l] \righttoleft \switchtobodyfont[amiri] } \define\setlatin{ \setupalign[l2r] \lefttoright \switchtobodyfont[dejavu] } \setupnotes[footnote][] \setupnotes[arfootnote][] \definenote[arfootnote][footnote] \setupnotation

Re: [NTG-context] Changed behavior from \convertnumber{arabicdecimals}{..} as a textcommand for note

2022-01-15 Thread Hans Hagen via ntg-context
. Next time give a complete MWE with useable fonts \setupnotation [arfootnote] [numberconversion=arabicdecimals] as in: \setupbodyfont[dejavu] \definenote [arfootnote] \setupnotation [arfootnote] [numberconversion=arabicdecimals] \setupnote [arfootnote] [headstyle

Re: [NTG-context] Critical Editions?

2022-01-05 Thread Jean-Pierre Delange via ntg-context
793.html> (I gave the LaTeX code). For the question asked by Jürgen, as far as I know, you have to deal (and play) with setupnote, definenote AND setupline commands. Discussion is here : https://www.mail-archive.com/search?l=ntg-context@ntg.nl=subject:%22Re%5C%3A+%5C%5BNTG%5C-context

Re: [NTG-context] Critical Editions?

2022-01-04 Thread Pablo Rodriguez via ntg-context
erstand a word from the language you may be using). BTW, I could only make your sample work in the following form: \starttext \setupnotation[linenote] [alternative=serried,width=broad,distance=.5em,display=no] \setupnote[linenote][way=bypage,paragraph=yes,rule=off] \definenote [var

Re: [NTG-context] local notes, "serried" (paragraph) or column style.

2022-01-03 Thread Youssef Cherem via ntg-context
Hi again, As a follow-up, I just found some weird behavior when typesetting local/text notes using columns. The code below describes the issue. (As the notes are counted by page I really didn't need to use localnotes, so the problem of footnotes disappearing is solved.) \definenote[afiliação

Re: [NTG-context] \thanks inside author in section

2022-01-01 Thread Youssef Cherem via ntg-context
;[section] >[ after=\directsetup{section}, > align=center, > number=no, > style=bold] > > \startsetups [section] > \blank > \midaligned{\it\structureuservariable{author}} > \blank > \stopsetups > > \setuphead >[subject] >[align=flushleft

Re: [NTG-context] \thanks inside author in section

2022-01-01 Thread Wolfgang Schuster via ntg-context
[section] \blank \midaligned{\it\structureuservariable{author}} \blank \stopsetups \setuphead [subject] [align=flushleft, style=\bfb] \definenote[someothername] \setupnote [someothername] [rule=off] \setupnotation [someothername] [numberconversion=set 2] \setupnotation

[NTG-context] \thanks inside author in section

2022-01-01 Thread Youssef Cherem via ntg-context
title}}} \setuphead[section][ after=\setup{section}, align=center, number=no, style=\bold ] \startsetups section \blank \midaligned{\it \structureuservariable{author}} \blank \stopsetups %\foonote{\structureuservariable{affiliation}} %only "thanks" seems to work. \definenote[t

[NTG-context] local notes, "serried" (paragraph) or column style.

2021-12-29 Thread Youssef Cherem via ntg-context
. \definenote[afiliação]%[numberconversion=set 2] \setupnote[afiliação][ %paragraph=yes, rule=off, location=text, ] \setupnotation[afiliação][numberconversion=a, way=bypage, %location=text, %alternative=serried, % no effect alternative=hanging, width=fit, % broad %distance=.5em

[NTG-context] \thanks inside author in section

2021-12-29 Thread Youssef Cherem via ntg-context
ructurelistuservariable{subtitle}}} \setuphead[section][ after=\setup{section}, align=center, number=no, style=\bold ] \startsetups section \blank \midaligned{\it \structureuservariable{author}} \blank\stopsetups %\foonote{\structureuservariable{affiliation}} \definenote[thanks]%[n

Re: [NTG-context] Critical Editions?

2021-12-21 Thread Denis Maier via ntg-context
gt; [alternative=serried,width=broad,distance=.5em,display=no] > \setupnote[linenote][way=bypage,paragraph=yes,rule=off] > > % \variant as a footnote without reference number \definenote [variant] > [footnote] \setupnotation[variant][number=no] > \setupnote[variant][way=bypage,paragraph=yes,rul

[NTG-context] Critical Editions?

2021-12-21 Thread hanneder--- via ntg-context
ly. The main problem for me was to find the command \linenote :) % Setup of \linenote \setupnotation[linenote] [alternative=serried,width=broad,distance=.5em,display=no] \setupnote[linenote][way=bypage,paragraph=yes,rule=off] % \variant as a footnote without reference number \definenote

Re: [NTG-context] LTR footnotes from RTL paragraph

2021-12-17 Thread Denis Maier via ntg-context
w about defining a new command? Thanks for pointing me in that direction. That looks good. > > \definedelimitedtext[rtlblockquote][before={\righttoleft}] > \definenote[otnote][footnote] > \setupnote[otnote][align=l2r] > \starttext > \input zapf > \startblockquote > \

Re: [NTG-context] LTR footnotes from RTL paragraph

2021-12-16 Thread Pablo Rodriguez via ntg-context
the text direction for single notes? It doesn’t seem an option for \startfootnote. How about defining a new command? \definedelimitedtext[rtlblockquote][before={\righttoleft}] \definenote[otnote][footnote] \setupnote[otnote][align=l2r] \starttext \input zapf \startblockquote \input zapf\fo

[NTG-context] Local custom notes affect regular footnotes

2020-10-09 Thread Henning Hraban Ramm
If I use local notes, regular footnotes disappear in the following example: \definenote[testnote] \starttext \startlocalnotes[testnote] Test\testnote{Custom note} Other text inbetween with normal footnotes.\footnote{Footnote} Test\testnote{Another custom note} Other text afterwards

Re: [NTG-context] lmtx update

2020-08-03 Thread Pablo Rodriguez
an occasional challenge). If you are open for suggestions, I would ask for a footnotes that behave as a page index, such as in: \setuplanguage[en][patterns={en,agr}] \setuppapersize[A6] \setupbodyfont[dejavu] \definenote[dict] \setupnote[dict][n=2,rule=off, split=strict, inbetween=

[NTG-context] mix two-column and single-column footnotes

2019-02-16 Thread Mohammad Hossein Bateni
page. I'd like to typeset them in 2 or 3 columns. But then the "long" footnotes had better stay in one column. See below for desired input and output. Thanks, ~MHB Sample input: \definenote[shortfootnote][...,n=3] \definenote[longfootnote][...,n=1] \definenotation[shortfootnote][

Re: [NTG-context] Footnotes and endnotes

2018-11-18 Thread Axel Kielhorn
and right arent’t options in \setupnote. The page mentioned above offers the following solution: \definenote[commentnote][endnote] \setupnotation[commentnote] [color=red,left={(},right={)}] \setupnote [commentnote] [textcommand=\mycommentcommand] \de

[NTG-context] Footnotes and endnotes

2018-11-17 Thread Axel Kielhorn
or - print both notes with the same placenotes command, in the right order? Greetings Axel \starttext \definenote[authornote][footnote] \setupnotation[authornote] [style=bold] \definenote[translaternote][rule=off] \setupnotation[translaternote] [headstyle=bold, numberconversion

Re: [NTG-context] Labels and Enumerations

2018-01-15 Thread Rik Kabel
} \defineenumeration   [Enu]   [alternative=mylabel,    display=no,    before=,    after=] \definelabel   [Lab]   [alternative=mylabel,    before=,    after=] \definenote   [endnote] \setupnotation   [endnote]   [way=bytext,    location=none

Re: [NTG-context] Labels and Enumerations

2018-01-14 Thread Rik Kabel
[constructionrenderings:mylabel]   \dontleavehmode   \inright{\flushconstructionheadbox} \stopsetups \defineenumeration   [one]   [alternative=mylabel,    display=no,    before=,    after=] \definenote   [endnote] \setupnotation   [endnote]    [way=bytext,     location

Re: [NTG-context] Problem with definelabel and footnotes

2018-01-12 Thread Rik Kabel
, but I cannot get a comparable result to what I have with definelabel. Is this a bug in the footnote typesetting, or a problem with my expectations? \setuppapersize[A6] \definelabel   [Qi][text=,alternative=inright,headcolor=red] \definenote    [pagenote] \setupnotation

Re: [NTG-context] \cite not working with notes in xtables

2017-12-12 Thread Alan Braslau
\usebtxdataset [bib][bib.buffer] > \definebtxrendering[bib][dataset=bib] > > \setuplayout[backspace=80mm,width=120mm] > > \setupnote[footnote] > [location={none}] > > \definenote [caption] > [location={none}] > > \automi

Re: [NTG-context] \cite not working with notes in xtables

2017-12-05 Thread Alan Braslau
\definebtxrendering[bib][dataset=bib] > > \setuplayout[backspace=80mm,width=120mm] > > \setupnote[footnote] > [location={none}] > > \definenote [caption] > [location={none}] > > \automigrateinserts > > \setuptexttexts > [mar

[NTG-context] \cite not working with notes in xtables

2017-12-05 Thread Michael Eidenbenz
={none}] \definenote [caption] [location={none}] \automigrateinserts \setuptexttexts [margin] [{{\vbox to\textheight% {\placenotes[caption]% \null\vfilll% \placenotes[footnote]}}}] [] \starttext \input tufte \footnote{\cite[bib::tufte]} \par

Re: [NTG-context] definenote and localfootnotes

2017-11-03 Thread Stanislav Sokolenko
Hi Stanislav, footnotes are only one kind of notes. Not all notes are footnotes. If you ask for footnotes, you will only get footnotes Thanks Pablo, I had a feeling that was the case, but all the examples I ran across seemed to have the two conflated. Your example is perfect! BTW, I wonder

Re: [NTG-context] definenote and localfootnotes

2017-11-03 Thread Pablo Rodriguez
On 11/03/2017 08:39 PM, Stanislav Sokolenko wrote: > Hi, > > I'm not sure if this is a bug or feature, but I noticed that custom > footnotes defined through \definenote do not appear when using > \placelocalfootnotes as per the following example: Hi Stanislav, footnotes ar

[NTG-context] definenote and localfootnotes

2017-11-03 Thread Stanislav Sokolenko
Hi, I'm not sure if this is a bug or feature, but I noticed that custom footnotes defined through \definenote do not appear when using \placelocalfootnotes as per the following example: % \setuppapersize [A5] \definenote [noteone] [footnote

[NTG-context] Footnotes in paragraph form + annotating them in margin

2017-06-20 Thread Michelle Rodzis
{Text.\margintext[scope=local]{Annotation.}} but since I have \definenote[myCustomNote][paragraph=yes], no text in the margin is displayed unless I delete this parameter (which unfortunately is no option for my document layout). Do you have any ideas how to solve this? Thanks in advance and best

[NTG-context] a special kind of notes in each page

2017-06-01 Thread Pablo Rodriguez
and words alphabetically sorted, which is essential in a vocabulary. I guess that \definenote[NAME][alternative=register] and \setupregister[NAME][indicator=no, before=, after=] could be a good way to invoke these page-related vocabularies. Would it be possible to have such a feature? This would the way to

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-23 Thread Jean-Pierre Delange
note categories. In mixed columns this is supported. In single column mode only with luatex experimental (so patience is needed, but no one asked for this feature anyway). \setupnotes[spacebefore=4*line] \setupnotes[spaceinbetween=line] \starttext \setupnote [footnote][before=,after=]

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-22 Thread Hans Hagen
\setupnote [footnote][before=,after=] \definenote[toofnote][before=,after=] \dorecurse{100}{ test #1.a\footnote{note #1} test #1.b\toofnote{eton #1} \par} \page \setuplanguage[agr][patterns={agr,la}] \mainlanguage[agr] % Greek as mai

Re: [NTG-context] Problem with \inouter and text justification

2016-01-22 Thread josephcanedo
}] \definenote [marginnote][criterium=page] \setupnotation[marginnote][number=no] \starttext \dorecurse{100}{\input ward\expanded{\marginnote{This is note \recurselevel}} } \stoptext Wolfgang___ If your question

Re: [NTG-context] Footnote rules for bidi document

2016-01-09 Thread Hans Hagen
However, I'd like to have the power to control how the numbers are typeset in the text and at the bottom, as well as determine the fonts, etc. of \Afootnote and \Bfootnote separately. \definenote[handnote][footnote] \setupnotation[handnote][style=bold] \definenote[earnote] [footnote] \setupnotation

Re: [NTG-context] Footnote rules for bidi document

2016-01-09 Thread Mohammad Hossein Bateni
to control how the numbers are >> typeset in the text and at the bottom, as well as determine the fonts, >> etc. of \Afootnote and \Bfootnote separately. >> > > \definenote[handnote][footnote] \setupnotation[handnote][style=bold] > \definenote[earnote] [footnote] \setupnotation

Re: [NTG-context] Footnote rules for bidi document

2016-01-04 Thread Hans Hagen
to:pra...@wxs.nl>> wrote: On 1/3/2016 8:58 PM, Mohammad Hossein Bateni wrote: I just found out that \definenote[afootnote][rule={on,right}] instead of \definenote[afootnote][rule=right] works and places the footnote rule on the right-han

Re: [NTG-context] Footnote rules for bidi document

2016-01-03 Thread Hans Hagen
On 1/3/2016 8:58 PM, Mohammad Hossein Bateni wrote: I just found out that \definenote[afootnote][rule={on,right}] instead of \definenote[afootnote][rule=right] works and places the footnote rule on the right-hand side. Still wondering about how to get automatic right/left rules. what do

Re: [NTG-context] Footnote rules for bidi document

2016-01-03 Thread Mohammad Hossein Bateni
on some previous page. --MHB On Jan 3, 2016 5:26 PM, "Hans Hagen" <pra...@wxs.nl> wrote: > On 1/3/2016 8:58 PM, Mohammad Hossein Bateni wrote: > >> I just found out that >>\definenote[afootnote][rule={on,right}] >> instead of >>\definenote[afootnote

[NTG-context] Footnote rules for bidi document

2016-01-03 Thread Mohammad Hossein Bateni
left & right rules do not seem to work, or I misunderstand their point. When used (either left or right), the footnote rule disappears. \starttext \definenote[afootnote][paragraph=no,rule=right] \startalignment[r2l] righttoleft text\afootnote{\input ward } \input tufte \stopalignment \startalign

Re: [NTG-context] Footnote rules for bidi document

2016-01-03 Thread Mohammad Hossein Bateni
I just found out that \definenote[afootnote][rule={on,right}] instead of \definenote[afootnote][rule=right] works and places the footnote rule on the right-hand side. Still wondering about how to get automatic right/left rules. On Sun, Jan 3, 2016 at 1:22 PM, Mohammad Hossein Bateni <

Re: [NTG-context] Problem with \inouter and text justification

2015-12-15 Thread josephcanedo
a alternative for you? \startsetups[marginnotes] \startframed[width=max,height=max,align=high,strut=no] \placenotes[marginnote][before=,after=,rule=off] \stopframed \stopsetups \setuptexttexts[margin][][\directsetup{marginnotes}] \definenote [marginnote][criterium=page] \setupnotation

Re: [NTG-context] Problem with \inouter and text justification

2015-12-11 Thread Wolfgang Schuster
,strut=no] \placenotes[marginnote][before=,after=,rule=off] \stopframed \stopsetups \setuptexttexts[margin][][\directsetup{marginnotes}] \definenote [marginnote][criterium=page] \setupnotation[marginnote][number=no] \starttext \dorecurse{100}{\input ward\expanded{\marginnote{This is note \recurs

Re: [NTG-context] Problem with \inouter and text justification

2015-12-11 Thread josephcanedo
\stopsetups \setuptexttexts[margin][][\directsetup{marginnotes}] \definenote [marginnote][criterium=page] \setupnotation[marginnote][number=no] \starttext \dorecurse{100}{\input ward\expanded{\marginnote{This is note \recurselevel}} } \stoptext

Re: [NTG-context] r2l alignment and linenumbering conflict?

2015-08-03 Thread tala...@fastmail.fm
] \setupbodyfont[mainface,11pt] \setupdirections[bidi=global,method=two,fences=no] \setupalign[r2l] %% HEADINGS \setuppagenumber[numberconversion=arabicdecimals] %%% NOTES \definenote[footnote][% Used for my comments in English. setups=note:footnote, align=righttoleft

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread tala...@fastmail.fm
I wonder whether anyone might have any thoughts about the below? Many thanks. On 21 Jul 2015, at 20:56, tala...@fastmail.fm wrote: I’m reviving this old thread, as the problem appears to still exist. Consider the following: \starttext \showframe \definenote[afootnote][rule={on,right

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread tala...@fastmail.fm
, but the notes paragraph is built l2r: \setuppapersize[A6] \starttext \showframe \definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation[afootnote][align=r2l] \startalignment[r2l] Testing.\afootnote{This is footnote one.} Testing testing.\afootnote

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread Pablo Rodriguez
the below? Many thanks. I wonder whether there is a bug somewhere in notes, because you may have r2l notations, but the notes paragraph is built l2r: \setuppapersize[A6] \starttext \showframe \definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation[afootnote][align=r2l

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread Pablo Rodriguez
\showframe \definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation[afootnote][align=r2l] \startalignment[r2l] Testing.\afootnote{This is footnote one.} Testing testing.\afootnote{This is footnote two.} Testing testing testing.\afootnote{This is footnote three

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread Idris Samawi Hamid ادريس سماوي حامد
: \setuppapersize[A6] \starttext \showframe \definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation[afootnote][align=r2l] \startalignment[r2l] Testing.\afootnote{This is footnote one.} Testing testing.\afootnote{This is footnote two.} Testing testing testing.\afootnote{This is footnote

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread tala...@fastmail.fm
, but the notes paragraph is built l2r: \setuppapersize[A6] \starttext \showframe \definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation[afootnote][align=r2l] \startalignment[r2l] Testing.\afootnote{This is footnote one.} Testing testing.\afootnote{This is footnote two.} Testing

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread tala...@fastmail.fm
\definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation[afootnote][align=r2l] \startalignment[r2l] Testing.\afootnote{This is footnote one.} Testing testing.\afootnote{This is footnote two.} Testing testing testing.\afootnote{This is footnote three.} \stopalignment \stoptext Can

Re: [NTG-context] footnotes when using RtL (Arabic)

2015-07-30 Thread Wolfgang Schuster
Pablo Rodriguez mailto:oi...@gmx.es 30. Juli 2015 16:26 I wonder whether there is a bug somewhere in notes, because you may have r2l notations, but the notes paragraph is built l2r: \setuppapersize[A6] \starttext \showframe \definenote[afootnote][rule={on,right}, paragraph=yes] \definenotation

[NTG-context] Problem with definelabel and footnotes

2015-07-27 Thread Rik Kabel
to what I have with definelabel. Is this a bug in the footnote typesetting, or a problem with my expectations? \setuppapersize[A6] \definelabel [Qi][text=,alternative=inright,headcolor=red] \definenote[pagenote] \setupnotation [pagenote][way=bypage,numberconversion=set 2

Re: [NTG-context] alphabetically ordered notes

2015-04-08 Thread Hans Hagen
On 4/5/2015 8:32 PM, Pablo Rodriguez wrote: Hans, as you told me to remind you latter, here you have the proposal for alphabetically ordered footnotes: \setuplanguage[en][patterns={en,agr}] \setuppapersize[A7] \setupbodyfont[dejavu, 12pt] \definenote[dict] \setupnote

[NTG-context] alphabetically ordered notes

2015-04-05 Thread Pablo Rodriguez
Hans, as you told me to remind you latter, here you have the proposal for alphabetically ordered footnotes: \setuplanguage[en][patterns={en,agr}] \setuppapersize[A7] \setupbodyfont[dejavu, 12pt] \definenote[dict] \setupnote[dict][n=2,rule=off, split=strict, inbetween

Re: [NTG-context] line break between number and footnote text in paragraph footnotes

2015-04-02 Thread mf
: ... [main text] ... -- 1. text of the first footnote --- 2. text of the second one --- 3. text of the third one Is there a way to force ConTeXt to keep the 3. with text of the third one? Thanks in advance, Massi ... \definenote[footnote] \setupnotation

Re: [NTG-context] line break between number and footnote text in paragraph footnotes

2015-04-02 Thread Hans Hagen
. text of the second one --- 3. text of the third one Is there a way to force ConTeXt to keep the 3. with text of the third one? Thanks in advance, Massi ... \definenote[footnote] \setupnotation[footnote][ alternative=serried, numberstopper=, numbercommand={\high}, numberconversion

Re: [NTG-context] line break between number and footnote text in paragraph footnotes

2015-04-02 Thread mf
--- 3. text of the third one Is there a way to force ConTeXt to keep the 3. with text of the third one? Thanks in advance, Massi ... \definenote[footnote] \setupnotation[footnote][ alternative=serried, numberstopper=, numbercommand={\high}, numberconversion

Re: [NTG-context] line break between number and footnote text in paragraph footnotes

2015-04-01 Thread massifr
ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl - Here it is: \definenote

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

2015-03-28 Thread Pablo Rodriguez
] \setupbodyfont[dejavu] \definenote[dict] \setupnote[dict][n=2,rule=off, split=strict, inbetween=\hskip1.5em] \setupnotation[dict][number=no] \starttext Πρῶτον δεῖ θέσθαι τί ὄνομα\dict{ὄνομα, -ατος, τό: noun} καὶ τί ῥῆμα\dict{ῥῆμα, -ατος, τό: verb}, ἔπειτα τί ἐστιν ἀπόφασις\dict

Re: [NTG-context] Footnotes and Marginal texts

2015-02-15 Thread Hans Hagen
are footnotes that occur in footnotes of class 2. \definenote[NoteA] \definenote[NoteB] \definenote[NoteC] \starttext Text for the \NoteA{A\margintext[scope=local]{Where am I?} footnote A.} main\inleft{I am here.} body. Text for the \NoteB{B\margintext[scope=local]{Where am I?} footnote B

Re: [NTG-context] Footnotes and Marginal texts

2015-02-15 Thread Robert Krug
This is definite progress. Thanks. But I don’t see footnotes of type NoteC when used inside a NoteB. Example: == \definenote[NoteA] \definenote[NoteB] \definenote[NoteC] \setupnotation[NoteB][numberconversion=characters] \setupnotation[NoteC][numberconversion=Romannumerals

[NTG-context] interline space in final notes?

2014-12-08 Thread Pablo Rodriguez
Dear list, I have the following sample: \startsetups[setups:footnote] \setupinterlinespace[line=5ex] \stopsetups \definenote[specialnote] \setupnote[specialnote][setups=setups:footnote] \setupnote[footnote][way=bytext, location=text, setups=setups:footnote

[NTG-context] issues with footnotes

2014-08-25 Thread Pablo Rodriguez
Dear list, using beta from 2014-08-21 09:59, I’m trying to generate a document that has two bodies of notes: footnotes and linenotes. Since the document isn’t minimal, I include only the notes definitions: \definenote[dict] \setupnote[dict][setups=setups:linenote, n=2, rule=off, split

Re: [NTG-context] another issue with PDF bookmarks

2014-04-15 Thread Hans Hagen
On 4/9/2014 9:33 PM, Aditya Mahajan wrote: On Wed, 9 Apr 2014, Aditya Mahajan wrote: One possibility is to add: \appendtoks \let\footnote \gobbleoneargument \to \everysimplifycommands to your style. Perhaps this should be added to the definition of definenote. Hmm... simplifycommands

Re: [NTG-context] another issue with PDF bookmarks

2014-04-10 Thread Pablo Rodriguez
On 04/09/2014 09:33 PM, Aditya Mahajan wrote: On Wed, 9 Apr 2014, Aditya Mahajan wrote: One possibility is to add: \appendtoks \let\footnote \gobbleoneargument \to \everysimplifycommands to your style. Perhaps this should be added to the definition of definenote. Hmm

Re: [NTG-context] another issue with PDF bookmarks

2014-04-09 Thread Aditya Mahajan
. It makes the same sense as in headers and ToC. One possibility is to add: \appendtoks \let\footnote \gobbleoneargument \to \everysimplifycommands to your style. Perhaps this should be added to the definition of definenote

Re: [NTG-context] another issue with PDF bookmarks

2014-04-09 Thread Aditya Mahajan
On Wed, 9 Apr 2014, Aditya Mahajan wrote: One possibility is to add: \appendtoks \let\footnote \gobbleoneargument \to \everysimplifycommands to your style. Perhaps this should be added to the definition of definenote. Hmm... simplifycommands needs an overhaul: From typo-del.mkiv

[NTG-context] (critical edition) notes alphabetically sorted

2013-12-22 Thread Pablo Rodriguez
Serif] \definenote[dict] \setupnote[dict][n=2,rule=off, split=strict, inbetween=\hskip1.5em] \setupnotation[dict][number=no] \starttext Πρῶτον δεῖ θέσθαι τί ὄνομα\dict{ὄνομα, -ατος, τό: noun} καὶ τί ῥῆμα\dict{ῥῆμα, -ατος, τό: verb}, ἔπειτα τί ἐστιν ἀπόφασις\dict{ἀπόφασις, -εως, ἡ: negation} καὶ

Re: [NTG-context] Indented footnotes in ConTeXt

2012-11-21 Thread Wolfgang Schuster
is to indent the entire footnote?marker and text?0.5in. In ConTeXt (Mark II) on XeTeX, I can move the footnote marker with this set-up: \definenote[critical][conversion=characters, way=bychapter, location=text, bodyfont=12pt

[NTG-context] Indented footnotes in ConTeXt

2012-11-20 Thread Adam Khan
with this set-up: \definenote[critical][conversion=characters, way=bychapter, location=text, bodyfont=12pt, margindistance=-.5in, align=flushleft] Then I move the text by adding the unsightly

[NTG-context] Indented footnotes in ConTeXt

2012-11-20 Thread H. Özoguz
) on XeTeX, I can move the footnote marker with this set-up: \definenote[critical][conversion=characters, way=bychapter, location=text, bodyfont=12pt, margindistance=-.5in, align=flushleft

[NTG-context] linenotes space for compress

2012-08-15 Thread Pablo Rodríguez
Hi there, I have tried to add the compress option for linenotes to a commented edition that I'm trying to typeset (http://geoffreysteadman.com/). Sample is attached. And the relevant code for both apparatuses are: \definenote[dict] \setupnote[dict][n=2,rule=off, split=strict, inbetween

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

2012-08-03 Thread Alan Bowen
Thanks, Sietse, but local function getdeltapage(tag,n) seems to mess up \definenote (the error appears when running context --make). And if one plows ahead anyway, the original error remains. Alan On Fri, Aug 3, 2012 at 11:01 AM, Sietse Brouwer sbbrou...@gmail.com wrote: Alan wrote

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

2012-08-03 Thread Sietse Brouwer
Sietse wrote (at 17:00): so I suggest turning L317 into local function getdeltapage(tag,n) Alan Bowen bowenala...@gmail.com wrote (at 17:42): local function getdeltapage(tag,n) seems to mess up \definenote (the error appears when running context --make). And if one plows ahead anyway

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

2012-08-03 Thread Alan Bowen
a small line. 1699 1700 \definenote [\v!footnote] 1701 \definenote [\v!endnote ] [\c!location=\v!none] % else no break 1702 1703 %D Compatibility macros: 1704 1705 \unexpanded\def\setupfootnotedefinition{\setupnotedefinition [\v!footnote]} 1706 \unexpanded\def

[NTG-context] inheritance of footnotes

2012-07-30 Thread Daniel Schopper
upon. -- In the following minimal example none of the notes get printed when the first series of notes are not placed; on the other hand their respective \placenotes-commands are completely ignored. Thanks in advance! Daniel \definenote[first] \setupnote[first][location=text] \setupnotation

[NTG-context] footnotes location=text

2012-06-11 Thread HermannSchopper
). Following http://wiki.contextgarden.net/Footnotes#Special_Needs I tried the location key in \setupnotation but this doesn't seem to do anything. \showframe \definenote [myFoot] \setupnote [myFoot] [location=text] \definenote[myOtherFoot] \setupnotation[myOtherFoot][location=left] \starttext \input

Re: [NTG-context] footnotes location=text

2012-06-11 Thread HermannSchopper
Thanks, I missed that change! And what is the parameter to prevent the footnotes being placed twice? \definenote [myFoot] \setupnote [myFoot] [location=text] \starttext \input knuth\myFoot{a footnote (which should not be placed on the page)} \page \placeno tes[myFoot] \stoptext

Re: [NTG-context] space between footnotes

2012-06-02 Thread Pablo Rodríguez
intended, but it has an undesired effect, it adds some space after the last note in page (which, I'd like to avoid). Here is a sample: \definenote[showafter] \definenote[showbefore] \definenote[showbetween] \definenote[shownt] \setupnotation[footnote][numbercommand=] \setupnotation[showafter

Re: [NTG-context] space between footnotes

2012-06-02 Thread Wolfgang Schuster
thanks for your reply and your help. This is what I intended, but it has an undesired effect, it adds some space after the last note in page (which, I'd like to avoid). Here is a sample: \definenote[showafter] \definenote[showbefore] \definenote[showbetween] \definenote[shownt

[NTG-context] generating two additional list from notes

2012-04-29 Thread Pablo Rodríguez
Hi there, I have the following minimal sample: \definenote[dict] \setupnotation[dict][number=no] \starttext \chapter{First chapter} This is my dictionary\dict{dictionary: vocabulario} command\dict{command: orden} for a complex\dict{complex: complejo} text\dict{text: texto}. \chapter{Second

Re: [NTG-context] columnar footnotes

2012-04-01 Thread Wolfgang Schuster
Am 31.03.2012 um 23:25 schrieb Pablo Rodríguez: I'm trying to get a particular footnote series in columns. The body and other footnotes and line notes have no columns. Consulting the wiki, I thought this is the right code for it: \setupcolumns[n=2] \definenote[dict] \setupnote[dict

Re: [NTG-context] columnar footnotes

2012-04-01 Thread Pablo Rodríguez
On 01/04/12 09:31, Wolfgang Schuster wrote: Am 31.03.2012 um 23:25 schrieb Pablo Rodríguez: [...] \setupcolumns[n=2] \definenote[dict] \setupnote[dict][before=\stopcolumns, after=\startcolumns] \setupnote[dict][n=2] The columns environment can only be used in the normal text. Many

[NTG-context] sorting footnotes alphabetically

2012-04-01 Thread Pablo Rodríguez
Hi there, I read in strc-not.mkvi that footnotes can be treated as lists. And the reference manual deals in section 12.3 with sorting lists. My basic sample is the following: \definenote[dict] \setupnotation[dict][number=no] \starttext This is my dictionary\dict{dictionary: vocabulario} command

Re: [NTG-context] sorting footnotes alphabetically

2012-04-01 Thread Wolfgang Schuster
Am 01.04.2012 um 12:15 schrieb Pablo Rodríguez: Hi there, I read in strc-not.mkvi that footnotes can be treated as lists. And the reference manual deals in section 12.3 with sorting lists. My basic sample is the following: \definenote[dict] \setupnotation[dict][number=no] \starttext

[NTG-context] columnar footnotes

2012-03-31 Thread Pablo Rodríguez
I'm trying to get a particular footnote series in columns. The body and other footnotes and line notes have no columns. Consulting the wiki, I thought this is the right code for it: \setupcolumns[n=2] \definenote[dict] \setupnote[dict][before=\stopcolumns, after=\startcolumns] \starttext

Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Wolfgang Schuster
\setupfootnotes is defined as \def\setupfootnotes{\setupnote[footnote]} which means both are the same setup. \setupnotation[footnote][way=bychapter] The footnote counter is created by \definenotation (which is called when you create a new note with \definenote) and the fore you need \setupnotation

Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Steffen Wolfrum
note with \definenote) and the fore you need \setupnotation to change it. ok, interesting thanks a lot! steffen ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] \note does not preserve formatting -- example

2012-01-24 Thread Wolfgang Schuster
] \definenote[affiliation] [numbercommand=\ss, Don’t misuse the number command key for style settings, use the numberstyle key. Wolfgang ___ If your question is of interest to others as well, please add an entry

  1   2   >