Re: [NTG-context] Referncing the Bibliography Appendix

2012-04-26 Thread Philipp Gesang
On 2012-04-25 22:26, Kip Warner wrote: Hey list, How do I set a reference to my bibliography. I don't mean a citation, but the complete list. I have a \completepublications already which dumps the list properly, but I cannot link to it. I tried \in{appendix}[References] and

[NTG-context] FLOWcharts - connector line length?

2012-04-26 Thread Mari Voipio
Hi, I've just fallen in love with the chart module, my first flowchart is almost done. I'll never draw these by hand again... Besides, it seems that the chart module forces me to do flowcharts right, that should help with consistency and legibility. Now I just have to read a bit on how to do

[NTG-context] Registers with distinguishable entries.

2012-04-26 Thread Robert Blackstone
Dear list, For a book in the area of musicology I would like to make one register with entries of different kinds, distinguishable by their appearance in the register (or index or whatever). The index entries will mostly be authors, including composers, musical terms and musical compositions.

Re: [NTG-context] Registers with distinguishable entries.

2012-04-26 Thread S Barmeier
Leaving out the plural in \setupregister gives you the setup you set up. \defineregister[Note][Notes] \setupregister[Note][n=2,pagestyle=small,textstyle=normal] \defineregister[Text][Texts] \setupregister[Text][n=2,textstyle=normal,pagestyle=normal] \defineregister[Music][Musics]

Re: [NTG-context] Registers with distinguishable entries.

2012-04-26 Thread Philipp Gesang
Hi Robert, On 2012-04-26 12:07, Robert Blackstone wrote: In many books page numbers indicating illustrations are set in italics. Pagenumbers indicating foot- or endnotes often have a suffix n. This I’d like to have in Context, too. Furthermore, when an indexed item is discussed on a number

Re: [NTG-context] FLOWcharts - connector line length?

2012-04-26 Thread Mari Voipio
On Thu, Apr 26, 2012 at 10:30, Mari Voipio mari.voi...@iki.fi wrote: I've figured out about text font and box sizes and making connections and all that, but there's one important question that I just can't seem to find the answer for: how do I adjust the connector line length? Answering to

Re: [NTG-context] Registers with distinguishable entries.

2012-04-26 Thread Alan BRASLAU
On Thu, 26 Apr 2012 19:18:55 +0900 S Barmeier severinbarme...@googlemail.com wrote: \defineregister[Music][Musics] Musics? Alan ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Example only works in mkii

2012-04-26 Thread Wolfgang Schuster
Am 25.04.2012 um 23:20 schrieb Bill Meahan: Hi, folks. I've tried running the example from the descriptions article on the wiki and it works fine if I use MkII via texexec but fails miserably if I use MlIV via context. Outside of changing location to alternative in the

Re: [NTG-context] FLOWcharts - connector line length?

2012-04-26 Thread Marco
On 2012-04-26 Mari Voipio mari.voi...@iki.fi wrote: I've figured out about text font and box sizes and making connections and all that, but there's one important question that I just can't seem to find the answer for: how do I adjust the connector line length? My labels just don't fit between

[NTG-context] Bug in \page [left]

2012-04-26 Thread Marco
Hi, the example doesn't produce a page break. It works in older versions. \starttext \input knuth \page [left] \input knuth \stoptext Marco ___ If your question is of interest to others as

Re: [NTG-context] Bug in \page [left]

2012-04-26 Thread Wolfgang Schuster
Am 26.04.2012 um 17:57 schrieb Marco: Hi, the example doesn't produce a page break. It works in older versions. \starttext \input knuth \page [left] \input knuth \stoptext The code for the left keyword was missing but I sent a fix for this to the dev list.

Re: [NTG-context] Example only works in mkii

2012-04-26 Thread Bill Meahan
On 04/26/2012 11:11, Wolfgang Schuster wrote: Am 25.04.2012 um 23:20 schrieb Bill Meahan: Hi, folks. I've tried running the example from the descriptions article on the wiki and it works fine if I use MkII via texexec but fails miserably if I use MlIV via context. Outside of changing

[NTG-context] [MKIV] Itemize nowhite option broken

2012-04-26 Thread Pierre-François Bonnefoi
Hello, I'm currently porting my work to the mkIV version of ConTeXt : I've found this annoying regression with this simple example : \starttext Some previous sentence before the list \startitemize[columns,n,nowhite] \item one \item two \stopitemize \startitemize[continue,columns,nowhite]

Re: [NTG-context] Example only works in mkii

2012-04-26 Thread Wolfgang Schuster
Am 26.04.2012 um 18:36 schrieb Bill Meahan: On 04/26/2012 11:11, Wolfgang Schuster wrote: Am 25.04.2012 um 23:20 schrieb Bill Meahan: Hi, folks. I've tried running the example from the descriptions article on the wiki and it works fine if I use MkII via texexec but fails miserably if

Re: [NTG-context] Example only works in mkii

2012-04-26 Thread Bill Meahan
On 04/26/2012 13:10, Wolfgang Schuster wrote: Am 26.04.2012 um 18:36 schrieb Bill Meahan: [snip] The example works for me but it’s bad style to use \setup… before you have created the command with \define… You can also remove “align=left” because this will make the whole text right

Re: [NTG-context] Registers with distinguishable entries.

2012-04-26 Thread Robert Blackstone
On Thu, Apr 26, 2012 19:18:55 +0900 S Barmeier severinbarme...@googlemail.com wrote Leaving out the plural in \setupregister gives you the setup you set up. Thank you, Severin. I always wondered what the plural form of the name between the second pair of square brackets in the \setup command

Re: [NTG-context] [MKIV] Itemize nowhite option broken

2012-04-26 Thread Marco
On 2012-04-26 Pierre-François Bonnefoi bonne...@unilim.fr wrote: I'm currently porting my work to the mkIV version of ConTeXt : I've found this annoying regression with this simple example : […] I get some space between itemization with mkIV that I don't get with mkII. Confirmed with

Re: [NTG-context] Registers with distinguishable entries.

2012-04-26 Thread Robert Blackstone
On Thu, Apr 26, 2012 12:53:57 +0200, Philipp Gesang ges...@stud.uni-heidelberg.de wrote You want the ?compress? switch in placeregister, or indicate ranges with \{start,stop}register: \defineregister [demo] [demoes]

Re: [NTG-context] [MKIV] Itemize nowhite option broken

2012-04-26 Thread Marco
On 2012-04-26 Pierre-François Bonnefoi bonne...@unilim.fr wrote: I'm currently porting my work to the mkIV version of ConTeXt : I've found this annoying regression with this simple example : […] I get some space between itemization with mkIV that I don't get with mkII. Confirmed with

Re: [NTG-context] Example only works in mkii

2012-04-26 Thread Henning Hraban Ramm
Am 2012-04-26 um 19:38 schrieb Bill Meahan: BTW, the code was literally a copy-'n'-paste from the wiki page without any alteration by me. Probably should be fixed. Just do it, if you're at it, therefore it’s a wiki. Thanks. Greetlings, Hraban --- http://www.fiee.net/texnique/

Re: [NTG-context] FLOWcharts - connector line length?

2012-04-26 Thread Willi Egger
Hi Mari, as Marco said, the distance key is the dx/dy parameter. It is not possible to make cells spanning more than one column. This is related to the fact that the cells are on a grid. It is also not possible to have cells on e.g. half way down/left/right. Indeed this is a very useful

[NTG-context] Uncovering Slides in a Presentation with Progress Meter

2012-04-26 Thread Troy Henderson
I am trying to uncover content within an itemized list, and I am using \phantom to get the desired effect. However, I would like to tweak the progress meter to consider these pages as the same instead of separate. I am pasting a minimal example below, and I would like to know if (1) there is a

Re: [NTG-context] Uncovering Slides in a Presentation with Progress Meter

2012-04-26 Thread Aditya Mahajan
On Thu, 26 Apr 2012, Troy Henderson wrote: I am trying to uncover content within an itemized list, and I am using \phantom to get the desired effect. However, I would like to tweak the progress meter to consider these pages as the same instead of separate. I am pasting a minimal example

Re: [NTG-context] Uncovering Slides in a Presentation with Progress Meter

2012-04-26 Thread Otared Kavian
Hi, You can maybe use the raw steps, which are described here: http://wiki.contextgarden.net/SlideWithSteps There the idea of \phantom is used to imitate steps. Best regards: OK On 26 avr. 2012, at 17:39, Troy Henderson wrote: I am trying to uncover content within an itemized list,