Re: [NTG-context] footnoterule

2013-04-17 Thread Meer, H. van der
. But (with the help of your reply) I find now there are different macros needed to set them up: Needed for the text = \setupnotes[endnote][textcommand=\hifnmarker] Needed for the list = \setupnotation[endnote][numbercommand=\fnmarker] \def\fnmarker#1{[#1]}\def\hifnmarker#1{\high{[#1]}} Wolfgang Schuster

Re: [NTG-context] footnoterule

2013-04-17 Thread Wolfgang Schuster
and numbercommand are treated in the same setup macro: \setupfootnotes on page 94. But (with the help of your reply) I find now there are different macros needed to set them up: Needed for the text = \setupnotes[endnote][textcommand=\hifnmarker] Needed for the list = \setupnotation[endnote][numbercommand

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Hans Hagen
. Why does textcommand has not this effect, whereas numbercommand does? The manual strongly suggest this to me. \def\fnmarker#1{[#1]} \setupnotation[endnote][numbercommand=\fnmarker,textcommand=\fnmarker] \setupnote[endnote][textcommand=\groupedcommand{[}{]}] \setupnotation[endnote

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Meer, H. van der
, whereas numbercommand does? The manual strongly suggest this to me. \def\fnmarker#1{[#1]} \setupnotation[endnote][numbercommand=\fnmarker,textcommand=\fnmarker] \setupnote[endnote][textcommand=\groupedcommand{[}{]}] \setupnotation[endnote][numbercommand=\groupedcommand{[}{]}] neat

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Wolfgang Schuster
={]}] \defineconversionset[footnote][][footnote-n] \setupnotation[footnote][numberconversionset=footnote] \starttext Text\footnote{Footnote} \stoptext Wolfgang ___ If your question is of interest to others as well, please add

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

2013-04-15 Thread Wolfgang Schuster
[numbercommand={\myfootnotecolor}] or \setupfootnotes [foregroundcolor=red] either method has no effect. For the number in the running text you have to use \setupnote[footnote][textcolor=red] while for the number in the footnote block you have to use \setupnotation[footnote

[NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Tim Li
Could you tell me what's the options of these two commands that haven't been updated on the wiki? ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Marco Patzer
On 2013–04–15 Tim Li wrote: Could you tell me what's the options of these two commands that haven't been updated on the wiki? The file strc-not.mkvi is quite well documented. @Hans: The module documentation fails to build for this module. mtxrun --script modules --process $(mtxrun

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Wolfgang Schuster
Am 15.04.2013 um 13:17 schrieb Tim Li timli2...@outlook.com: Could you tell me what's the options of these two commands that haven't been updated on the wiki? http://www.ntg.nl/pipermail/ntg-context/2013/072165.html Wolfgang

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Tim Li
thanks for your help. From: schuster.wolfg...@gmail.com Date: Mon, 15 Apr 2013 15:01:54 +0200 To: ntg-context@ntg.nl Subject: Re: [NTG-context] options of \setupnotation and \setupnote Am 15.04.2013 um 13:17 schrieb Tim Li timli2...@outlook.com:Could you tell me what's the options of these two

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Hans Hagen
On 4/15/2013 1:52 PM, Marco Patzer wrote: On 2013–04–15 Tim Li wrote: Could you tell me what's the options of these two commands that haven't been updated on the wiki? The file strc-not.mkvi is quite well documented. @Hans: The module documentation fails to build for this module. mtxrun

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Wolfgang Schuster
Am 15.04.2013 um 16:11 schrieb Hans Hagen pra...@wxs.nl: On 4/15/2013 1:52 PM, Marco Patzer wrote: On 2013–04–15 Tim Li wrote: Could you tell me what's the options of these two commands that haven't been updated on the wiki? The file strc-not.mkvi is quite well documented. @Hans: The

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Marco Patzer
On 2013–04–15 Hans Hagen wrote: @Hans: The module documentation fails to build for this module. mtxrun --script modules --process $(mtxrun core-sys.mkiv) mtxrun --script modules --process auto:core-sys.mkiv Thanks, I didn't know that one. weird ... works here Sorry, copy-paste error

Re: [NTG-context] options of \setupnotation and \setupnote

2013-04-15 Thread Hans Hagen
Nota\footnote{Bene} \VL Bene\footnote{Nota} \VL\SR \VL Bene\footnote{Nota} \VL Nota\footnote{Bene} \VL\SR \HL \stoptable} {\setupnotation[footnote][alternative={serried},distance=.5em,after=\hskip1em]% \placelocalnotes[footnote]} \stoplocalnotes

[NTG-context] [***SPAM***] Re: [***SPAM***] Symbols for footnotes not working

2013-03-29 Thread hwitloc
[fnsym]{ \dagger,*,**,***} % etc. \setupfootnotes[conversion=fnsym, numberconversion=fnsym] % Doesn't work \setupnotation[footnote][numberconversion=fnsym,alternative=text] % Doesn't work % conversion=set fnsym or conversion=fnsymdoes't work % numberconversion=fnsym

[NTG-context] [***SPAM***] Re: Symbols for footnotes not working

2013-03-29 Thread Wolfgang Schuster
% \setupfootnotes[rule=off] % had no affect \defineconversion[fnsym]{ \dagger,*,**,***} % etc. \setupfootnotes[conversion=fnsym, numberconversion=fnsym] % Doesn't work \setupnotation[footnote][numberconversion=fnsym,alternative=text] % Doesn't work % conversion=set fnsym

Re: [NTG-context] [***SPAM***] Re: [***SPAM***] Symbols for footnotes not working

2013-03-29 Thread Hans Hagen
[rule=off] % had no affect \defineconversion[fnsym]{ \dagger,*,**,***} % etc. \setupfootnotes[conversion=fnsym, numberconversion=fnsym] % Doesn't work \setupnotation[footnote][numberconversion=fnsym,alternative=text] % Doesn't work % conversion=set fnsym or conversion=fnsym

[NTG-context] [***SPAM***] Re: Symbols for footnotes not working

2013-03-29 Thread d.henman
Thank you both, Wolfgang and Hans for helping me be able to use user specified footnote bulltes. I am using it in a table which I encapsulate with localfootnotes. I call \setupnotation[footnote][numberconversion=fnsym] % change footnote symbols after the startlocal, and it works in the table

[NTG-context] [***SPAM***] Location of reference

2013-03-29 Thread hwitloc
I've looked through about five context documents and the wiki, but can't find any good usage documentation for the \setupnotation macro. I've found specific examples of use, but not a complete usage description such as below which explains what options are available. \setupnotation

Re: [NTG-context] [***SPAM***] Location of reference

2013-03-29 Thread Hans Hagen
On 3/29/2013 2:20 PM, hwit...@gmail.com wrote: I've looked through about five context documents and the wiki, but can't find any good usage documentation for the \setupnotation macro. I've found specific examples of use, but not a complete usage description such as below which explains what

Re: [NTG-context] [***SPAM***] Symbols for footnotes not working

2013-03-28 Thread Wolfgang Schuster
][{\dagger},{\dagger}] % use a \dagger for the footnote. \setupfootnotes[conversion=set dagger,location=text] This is the dagger, \dagger{}I want to use for reference\footnote{Will the dagger appear}. A second line here for robustness.\footnote{It's a number still.} \stoptext \setupnotation

[NTG-context] Endnotes - How to place all endnotes in a separate chapter?

2013-03-20 Thread Robert Blackstone
setupfile contains, on the subject of notation, only: \setupnotation[endnote][way=bychapter,bodyfont=10pt] and each chapter now ends with: \placenotes[endnote][height=\textheight] which neatly gives a list at the end of each chapter. Thanks in advance for any advice. Best regards, Robert

[NTG-context] distance between footnotes

2013-02-27 Thread Meer, H. van der
I find the distance between my footnotes too large: 1 first foornote too much space 2 second footnote Trying \setupfootnotes[after={\blank-2mm]}] does not change anything as is the case with \setupnotation[footnote][after={\blank[-2mm]}] A strange phenomenon I noticed when wxperimenting

Re: [NTG-context] distance between footnotes

2013-02-27 Thread Wolfgang Schuster
Am 27.02.2013 um 10:26 schrieb Meer, H. van der h.vanderm...@uva.nl: I find the distance between my footnotes too large: 1 first foornote too much space 2 second footnote Trying \setupfootnotes[after={\blank-2mm]}] does not change anything as is the case with \setupnotation[footnote

Re: [NTG-context] footnotes by chapter

2013-02-24 Thread Wolfgang Schuster
the setup parameter way=bychapter but the numbering is not restarted with the chapter! Instead they go on and on. See the example output. How to restart the footnote numbering per chapter if that way= parameter doesn't do it? Use \setupnotation[footnote][way=bychapter]. When you use

Re: [NTG-context] footnotes what happened?

2013-02-24 Thread Wolfgang Schuster
of the footnote numbering by chapter with way=bychapter doesn't work either, though advertised in the wiki, I really fear there is something amiss here. I am the one who is mistaken or are some reparations needed? Use \setupnotation[footnote][color=…]. Wolfgang

Re: [NTG-context] footnotes what happened?

2013-02-24 Thread Philipp Gesang
in \setupnotation, while “textcolor” as part of \setupnote determines the appearance of the footnote number/symbol. There is a wiki section[0] on that difference. Example: %% \setupfootnotes - \setupnote[footnote][...=...] \setupfootnotes[ textstyle=bold, textcolor=red

[NTG-context] bug in paragraph notes

2013-02-18 Thread Pablo Rodríguez
Hi Hans, two months ago, I reported a bug with paragraph linenotes not properly separated from body. Here was my sample: \definelinenote[A] \setupnote[A][paragraph=yes] \setupnotation[A][alternative=serried] \starttext \startlinenumbering \dorecurse{500}{body\A{note} } \stoplinenumbering

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

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

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

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

Re: [NTG-context] Customize footnotes

2012-12-18 Thread Wolfgang Schuster
][paragraph=yes] \setupnotation[footnote][alternative=serried,display=no] \starttext This example demonstrates how to change the footnotes\footnote{Do you mean me?} layout to a paragraph style\footnote{Look, I’m in the same line as the previous note!}. \stoptext

Re: [NTG-context] two bugs in linenote

2012-12-16 Thread Wolfgang Schuster
Am 15.12.2012 um 19:36 schrieb Pablo Rodríguez oi...@web.de: Hi there, with the following code: \usemodule[simplefonts] \setmainfont[TeX Gyre Pagella] \definelinenote[A] \setupnote[A][rule=off, paragraph=yes, split=strict, inbetween=\hskip1.5em] \setupnotation[A][numbercommand

[NTG-context] two bugs in linenote

2012-12-15 Thread Pablo Rodríguez
Hi there, with the following code: \usemodule[simplefonts] \setmainfont[TeX Gyre Pagella] \definelinenote[A] \setupnote[A][rule=off, paragraph=yes, split=strict, inbetween=\hskip1.5em] \setupnotation[A][numbercommand=,alternative=serried,distance=1em,compress=yes,compressseparator=] \starttext

Re: [NTG-context] Indented footnotes in ConTeXt

2012-11-21 Thread Wolfgang Schuster
, but the formatting does not appear to respond to the margindistance key. From various related posts, the answer appears to lie in \setupnotation, but, whenever I attempt to pass this command, I get an ?undefined control sequence? error. In short, my question is, How do I code indenting each endnote

Re: [NTG-context] Indented footnotes in ConTeXt

2012-11-21 Thread Adam Khan
Thank you for your solutions, Huseyin, Wolfgang, but this still does not fix my problem with passing \setupnotation. Why does Mark IV keep throwing the error “undefined control sequence”? I have reinstalled ConTeXt and run both luatools --generate and mtxrun --generate. Sincerely yours, Adam

[NTG-context] Indented footnotes in ConTeXt

2012-11-20 Thread Adam Khan
project, ConTeXt (Mark II) on XeTeX does not seem viable. In ConTeXt (Mark IV) on LuaTeX, on the other hand, the endnotes do flow from page to page, but the formatting does not appear to respond to the margindistance key. From various related posts, the answer appears to lie in \setupnotation

[NTG-context] Indented footnotes in ConTeXt

2012-11-20 Thread H. Özoguz
, the answer appears to lie in \setupnotation, but, whenever I attempt to pass this command, I get an ?undefined control sequence? error. In short, my question is, How do I code indenting each endnote .5in with the highest degree of automation and fewest hacks possible? Sincerely yours, Adam Khan

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

2012-10-31 Thread Wolfgang Schuster
Charles IV\footnote{Best Czech king (14th cent.) and the winner of a \quote{best Czech person} poll.} \stoptext The problem is that - contrary to wiki - no conversion from numbers to stars is performed. Any fix needed? Or a new calling convention? \setupnotation[footnote

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

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

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

2012-10-31 Thread Wolfgang Schuster
Am 31.10.2012 um 16:43 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: On Wed, 31 Oct 2012 16:19:53 +0100, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: \setupnotation[footnote][numberconversion=set 1] Wolfgang Thanks, it works. Question: set 1 is a built

[NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Pablo Rodríguez
Hi there, I have the following settings for a document. \setupinterlinespace[line=3.2ex] \setupwhitespace[medium] But I would like to have diferent values for interlinear space and between paragraphs. strc-not.mkvi shows that the after option from \setupnotation does the work with the space

Re: [NTG-context] interlinespace and whitespace different for footnotes

2012-10-23 Thread Wolfgang Schuster
that the after option from \setupnotation does the work with the space between paragraphs. But how can I set the interlinear space value for footnotes? \startsetups[setups:footnote] \setupinterlinespace[line=2.8ex] \stopsetups \setupnote[footnote][setups=setups:footnote] \starttext

[NTG-context] bugs in linenote?

2012-08-27 Thread Pablo Rodríguez
Hi there, I have the following sample: \definelinenote[A] \setupnote[A][rule=off, paragraph=yes, split=strict, inbetween=\hskip1.5em] \setupnotation[A][numbercommand=,alternative=serried,distance=1em,compress=yes,compressseparator=] \starttext \startlinenumbering \dorecurse{500}{body\A{note

[NTG-context] linenotes space for compress

2012-08-15 Thread Pablo Rodríguez
=\hskip1.5em] \setupnotation[dict][number=no] \definelinenote[contxt] \setupnote[contxt][rule=off, paragraph=yes, split=strict, inbetween=\hskip1.5em] \setupnotation[contxt][numbercommand=,alternative=serried,distance=1em,compress=yes,compressseparator=] There is a problem (shown in the second apparatus

[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

Re: [NTG-context] notes placed left, right aligned

2012-07-30 Thread Wolfgang Schuster
) are exactly on top of each other any idea how to achieve this? Thanks, Steffen --- \starttext \setupbodyfont[times,6pt] \setupnotation[footnote][alternative=left,width=12pt,distance=4.80pt] \dorecurse{111}{test\footnote{\input ward\par}} \stoptext

[NTG-context] notes placed left, right aligned

2012-07-29 Thread Steffen Wolfrum
--- \starttext \setupbodyfont[times,6pt] \setupnotation[footnote][alternative=left,width=12pt,distance=4.80pt] \dorecurse{111}{test\footnote{\input ward\par}} \stoptext ___ If your question is of interest

Re: [NTG-context] notes placed left, right aligned

2012-07-29 Thread Peter Münster
On Sun, Jul 29 2012, Steffen Wolfrum wrote: but these numbers should be right aligned: so that the ones (eg. in 1 and 21 and 201) are exactly on top of each other any idea how to achieve this? \def\NumberCommand#1{\rightaligned{#1}} % or: \def\NumberCommand#1{\hfill#1} \setupnotation

Re: [NTG-context] notes placed left, right aligned

2012-07-29 Thread Steffen Wolfrum
}} % or: \def\NumberCommand#1{\hfill#1} \setupnotation[footnote][alternative=left,width=12pt,distance=4.80pt, numbercommand=\NumberCommand] Yes numbercommand, that's it! I wanted command=\NumberCommand with \def\NumberCommand#1{\rightaligned{#1}} ... and that failed. Thanks a lot! Steffen

Re: [NTG-context] notes placed left, right aligned

2012-07-29 Thread Wolfgang Schuster
any idea how to achieve this? \def\NumberCommand#1{\rightaligned{#1}} % or: \def\NumberCommand#1{\hfill#1} \setupnotation[footnote][alternative=left,width=12pt,distance=4.80pt, numbercommand=\NumberCommand] Yes numbercommand, that's it! I wanted command=\NumberCommand with \def

[NTG-context] how to change footnote body number

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

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

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

Re: [NTG-context] footnotes location=text

2012-06-12 Thread HermannSchopper
the paragraph parameter in \setupnote[footnote][location=text,paragraph=yes] is ignored while it is working with location=page... You need \setupnote[…][paragraph=yes] and \setupnotation[…][display=no] (best add also “alternative=serried”) to have footnote etc. as a single paragraph

[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 Wolfgang Schuster
with the text (instead of having it ahng into the margin). Following http://wiki.contextgarden.net/Footnotes#Special_Needs I tried the location key in \setupnotation but this doesn't seem to do anything. You have to write \setupnotation[…][alternative=…]. Wolfgang

Re: [NTG-context] footnotes location=text

2012-06-11 Thread HermannSchopper
://wiki.contextgarden.net/Footnotes#Special_Needs I tried the location key in \setupnotation but this doesn't seem to do anything. You have to write \setupnotation[…][alternative=…]. Wolfgang

Re: [NTG-context] footnotes location=text

2012-06-11 Thread Wolfgang Schuster
] and \setupnotation[…][display=no] (best add also “alternative=serried”) to have footnote etc. as a single paragraph. \setupnote[footnote][location=text,paragraph=yes] \setupnotation[footnote][display=no,alternative=serried] Wolfgang

Re: [NTG-context] Exceptions to assignment syntax [was: Re: labeltext assignment]

2012-06-11 Thread Philipp Gesang
it is better to create a patch entitled Its not a bug, its a feature (or something similar, that lists things like this (and the left vs leftflushed that is listed in the FAQ). “Caveats” might work well, but we can redirect anyways. I’d add the \setupnote vs. \setupnotation as I always have to look up

Re: [NTG-context] ntg-style error

2012-06-06 Thread Taco Hoekwater
} % typing: % - prettyverbatim is NOT the default % - smaller size \unexpanded\def \XeTeX{X\lower.5ex\hbox{\kern-.1em\mirror{E}}\kern-.1667em\TeX} \setuptyping [% style={\smalltyping}, option=none, indentnext=no% ] \def\footnum#1{#1.} \setupnotation [footnote] [alternative

Re: [NTG-context] space between footnotes

2012-06-03 Thread Wolfgang Schuster
Am 03.06.2012 um 01:17 schrieb Pablo Rodríguez: Add \setupnotation[footnote][display=no] and the example will work. Many thanks for your reply, Wolfgang. If I didn't get your explanation wrong, this example should work: \setupnote[footnote][inbetween=\blank] \setupnotation[footnote

Re: [NTG-context] space between footnotes

2012-06-03 Thread Alan Bowen
the vertical spacing * between* notes in MKII? Alan On Sun, Jun 3, 2012 at 4:26 AM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 03.06.2012 um 01:17 schrieb Pablo Rodríguez: Add \setupnotation[footnote][display=no] and the example will work. Many thanks for your reply, Wolfgang

Re: [NTG-context] space between footnotes

2012-06-02 Thread Philipp Gesang
Hi Pablo! ···date: 2012-06-01, Friday···from: Pablo Rodríguez··· Hi there, I'm trying to add some space between footnotes, such as: \setupnotation[footnote][numbercommand=,inbetween=\hskip.25em] ^^ Assuming instead that you intend

Re: [NTG-context] space between footnotes

2012-06-02 Thread Pablo Rodríguez
On 02/06/12 09:27, Philipp Gesang wrote: Hi Pablo! ···date: 2012-06-01, Friday···from: Pablo Rodríguez··· Hi there, I'm trying to add some space between footnotes, such as: \setupnotation[footnote][numbercommand=,inbetween=\hskip.25em

Re: [NTG-context] space between footnotes

2012-06-02 Thread Wolfgang Schuster
Am 02.06.2012 um 15:25 schrieb Pablo Rodríguez: On 02/06/12 09:27, Philipp Gesang wrote: Hi Pablo! ···date: 2012-06-01, Friday···from: Pablo Rodríguez··· Hi there, I'm trying to add some space between footnotes, such as: \setupnotation[footnote][numbercommand=,inbetween=\hskip.25em

Re: [NTG-context] space between footnotes

2012-06-02 Thread Philipp Gesang
Hi Pablo! ···date: 2012-06-02, Saturday···from: Pablo Rodríguez··· I have two questions: Is inbetween the right option to add space only between notes? Afaict *\setupnotation* has no “inbetween” key, but “\setupnote” has. In the latter case it is only meaningful for paragraph-style (serried

Re: [NTG-context] space between footnotes

2012-06-02 Thread Pablo Rodríguez
On 02/06/12 15:42, Philipp Gesang wrote: Hi Pablo! ···date: 2012-06-02, Saturday···from: Pablo Rodríguez··· I have two questions: Is inbetween the right option to add space only between notes? Afaict *\setupnotation* has no “inbetween” key, but “\setupnote” has. Many thanks for your

Re: [NTG-context] space between footnotes

2012-06-02 Thread Wolfgang Schuster
Am 02.06.2012 um 16:17 schrieb Pablo Rodríguez: On 02/06/12 15:42, Philipp Gesang wrote: Hi Pablo! ···date: 2012-06-02, Saturday···from: Pablo Rodríguez··· I have two questions: Is inbetween the right option to add space only between notes? Afaict *\setupnotation* has no “inbetween

Re: [NTG-context] space between footnotes

2012-06-02 Thread Pablo Rodríguez
whether this shouldn't be implemented. It makes sense. Add \setupnotation[footnote][display=no] and the example will work. Many thanks for your reply, Wolfgang. If I didn't get your explanation wrong, this example should work: \setupnote[footnote][inbetween=\blank] \setupnotation[footnote

[NTG-context] space between footnotes

2012-06-01 Thread Pablo Rodríguez
Hi there, I'm trying to add some space between footnotes, such as: \setupnotation[footnote][numbercommand=,inbetween=\hskip.25em] \starttext \dorecurse{5}{foot\footnote{note}} \stoptext But neither inbetween or before work here, only after seems to work (with beta from 2012.05.30). Am I

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

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

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

2012-05-28 Thread Marco Pessotto
Wolfgang Schuster schuster.wolfg...@googlemail.com writes: Am 28.05.2012 um 19:05 schrieb Marco Pessotto: Hello there Some further testing shows problems with footnotes: %% start minimal \setupfootnotes[way=bychapter] \setupnotation[footnote][way=bychapter,start=2] Ok, thanks

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

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

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

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

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

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

[NTG-context] bug with \setupnotation[number=no] and sectioning commands

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

[NTG-context] bug with \setupnotation[number=no] and sectioning commands

2012-04-29 Thread Pablo Rodríguez
Hi there, I'm afraid that note numbering in body text is wrong in latest beta. Here you have a sample that shows the bug: \setupnotation[footnote][number=no] \setuphead[chapter][number=no] \starttext \chapter{First chapter} one\footnote{two} \section{First section} three\footnote{four

[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] install older beta

2012-04-25 Thread Henning Hraban Ramm
to try newer versions; 2011-12-23 is already broken WRT imposition. Of course I had to revert my setup changes (- \setupnotation was \setupfootnotes, alternative was location in some places). Greetlings, Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https

Re: [NTG-context] footnotes

2012-04-24 Thread Wolfgang Schuster
{dawkins}\footnote{Another note.} \stoptext Counter settings are applied with the \setupnotation command. (I do not find numberconversion in strc-not.mkvi; nevertheless, numbered footnotes do not get reset on each page.) Footnotes use a internal version of \setupcounter for the counter setups

Re: [NTG-context] footnotes

2012-04-24 Thread Alan BRASLAU
\input{dawkins}\footnote{Another note.} \stoptext Counter settings are applied with the \setupnotation command. So, this is a treasure hunt! I tried \setupnotation[footnote][way=bypage,numberconversion=set 2] and this works, (I just corrected the wiki) sort-of: If one manages to get

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Wolfgang Schuster
levels on the same position. \setupmarginblock[color=green] \setupnote[footnote][location=none] \setupnotation[footnote][color=blue] \setuptexttexts [margin] [] [{\framed[frame=off,height=\textheight,width=broad,offset=none,align=high]{\placenotes[footnote][before=]}}] \starttext

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Henning Hraban Ramm
] \setupnotation[footnote][color=blue] \setuptexttexts [margin] [] [{\framed[frame=off,height= \textheight,width=broad,offset=none,align=high]{\placenotes[footnote] [before=]}}] \starttext \inright[color=red]{Paragraph 1} \input knuth\footnote{Footnote 1} \startmarginblock \input ward

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Wolfgang Schuster
noticed this and this does also happen with \endnotes etc. - numbering is by document (at least not by page, if I setup way=bypage) Did you use \setupnotation to change the counter setting? \setupnotation[footnote][way=bypage] \starttext \dorecurse{10}{\input knuth\footnote{Footnote \recurselevel

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Henning Hraban Ramm
\setupnotation to change the counter setting? \setupnotation[footnote][way=bypage] No, sorry, I had it in \setupnote like before; it works in \setupnotation, thank you. Greetlings, Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-04-22 Thread Yue Wang
in the example below it’s possible to have text at different levels on the same position. \setupmarginblock[color=green] \setupnote    [footnote][location=none] \setupnotation[footnote][color=blue] \setuptexttexts  [margin]  []  [{\framed[frame=off,height=\textheight,width=broad,offset=none

Re: [NTG-context] Comma separating multiple footnotes

2012-04-18 Thread Wolfgang Schuster
Am 18.04.2012 um 02:30 schrieb Kip Warner: On Tue, 2012-04-17 at 22:13 +0200, Hans Hagen wrote: ok, will be added Hey Hans. Should it be \setupnote[footnote][textseparator=…], or \setupnotation[footnote][textseparator=…] ? You need \setupnote because the other setting for the number

Re: [NTG-context] Comma separating multiple footnotes

2012-04-17 Thread Kip Warner
On Tue, 2012-04-17 at 22:13 +0200, Hans Hagen wrote: ok, will be added Hey Hans. Should it be \setupnote[footnote][textseparator=…], or \setupnotation[footnote][textseparator=…] ? Thanks for accepting the patch. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred

Re: [NTG-context] Comma separating multiple footnotes

2012-04-13 Thread Wolfgang Schuster
delimiter? No there isnt but its not hard hard to add a separator because its already possible to change the distance between the numbers. Would that be done with \setupnotation or maybe \setupfootnotes? Either way, I'm not sure how to do this. I wrote a patch for the footnote code where you

Re: [NTG-context] Comma separating multiple footnotes

2012-04-13 Thread Kip Warner
: \setupnote[footnote][textseparator={,}] Also, should it have been \setupnote or \setupnotation? but it’s decision to include it. I suppose I could use it for now with the expectation that it will neither do nor break anything, but that when it is included in the official distribution, it will work

Re: [NTG-context] Comma separating multiple footnotes

2012-04-12 Thread Kip Warner
hard to add a separator because its already possible to change the distance between the numbers. Would that be done with \setupnotation or maybe \setupfootnotes? Either way, I'm not sure how to do this. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http

Re: [NTG-context] footnotes

2012-04-02 Thread Steffen Fritzsche
Hi Thomas, this is what I use with the latest beta: \setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}] Maybe this comes close to what you try to achieve at least it should be possible

Re: [NTG-context] footnotes

2012-04-02 Thread Thomas A. Schmitz
On 4/2/12 12:26 PM, Steffen Fritzsche wrote: Hi Thomas, this is what I use with the latest beta: \setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}] Maybe this comes close to what

Re: [NTG-context] footnotes

2012-04-02 Thread Wolfgang Schuster
aligned with the text area, then some blank space, then the footnote text: \definepapersize[wiki][width=8cm,height=8cm] \setuppapersize[wiki][wiki] \starttext \showframe \setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotation[footnote][location=left,hang=1

[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] footnotes

2012-04-01 Thread Thomas A. Schmitz
, then the footnote text: \definepapersize[wiki][width=8cm,height=8cm] \setuppapersize[wiki][wiki] \starttext \showframe \setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotation[footnote][location=left,hang=1] \def\myfootnotecommand#1{\hbox to 1.5em{#1.}} test \footnote

[NTG-context] linenote bug with number=no in latest beta?

2012-03-29 Thread Pablo Rodríguez
Hi there, I can suppress numbers in footnotes, but not in linenotes, as the following sample shows with latest beta: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number=no] \starttext \dorecurse{10}{a\footnote{b}\dict{c}} \stoptext I guess

Re: [NTG-context] linenote bug with number=no in latest beta?

2012-03-29 Thread Hans Hagen
On 29-3-2012 19:34, Pablo Rodríguez wrote: Hi there, I can suppress numbers in footnotes, but not in linenotes, as the following sample shows with latest beta: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number=no] \starttext \dorecurse{10

[NTG-context] \setupnotation[number=no] for linenotes doesn't work in latest beta

2012-03-25 Thread Pablo Rodríguez
Using beta from yesterday, I have discovered that \setupnotation[number=no] works fine for footnotes, but it doesn't work for linenotes. The sample that shows the issue is the following: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number

Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Wolfgang Schuster
Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum: Is there meanwhile a context version that provides way=... again? What doesn’t work? \setupnotation[footnote][way=chapter] \starttext \chapter{One} text\footnote{One: first} text\footnote{One: second} \chapter{Two} text\footnote{Two: first

<    1   2   3   4   5   >