[NTG-context] footnote marker gone (MkIV)

2010-02-27 Thread Steffen Wolfrum
Hi, what happened with footnote number 3 and 5? In MkIV their marker are gone ... \starttext test\footnote[a]{text} test. test\note[b]\footnotetext[b]{text} test. test\footnote[x]{text} test. test\note[d]\footnotetext[d]{text} test. test\footnote[y]{text} test. \stoptext Steffen

[NTG-context] title style

2010-02-27 Thread R. Bastian
Hello, I use 'context 2010.01.26'. When i write \title{Abbb} context sets 'ABBB' I did not find anything in the contextgarden. \title[style=normal]{Abbb} has no effect. Please help me. -- René Bastian www.pythoneon.org www.musiques-rb.org http://www.soundsurvey.org.uk/

Re: [NTG-context] title style

2010-02-27 Thread R. Bastian
On Sat, 27 Feb 2010 12:55:09 +0100 R. Bastian rbast...@free.fr scribit: Hello, I use 'context 2010.01.26'. When i write \title{Abbb} context sets 'ABBB' I did not find anything in the contextgarden. \title[style=normal]{Abbb} has no effect. Please help me. I will try: \starttext

Re: [NTG-context] title style

2010-02-27 Thread Wolfgang Schuster
Am 27.02.10 12:55, schrieb R. Bastian: Hello, I use 'context 2010.01.26'. When i write \title{Abbb} context sets 'ABBB' I did not find anything in the contextgarden. \title[style=normal]{Abbb} has no effect. Please help me. Can you make a example. Wolfgang

Re: [NTG-context] title style

2010-02-27 Thread R. Bastian
On Sat, 27 Feb 2010 13:27:40 +0100 Wolfgang Schuster schuster.wolfg...@googlemail.com scribit: Am 27.02.10 12:55, schrieb R. Bastian: Hello, I use 'context 2010.01.26'. When i write \title{Abbb} context sets 'ABBB' I did not find anything in the contextgarden.

Re: [NTG-context] title style

2010-02-27 Thread Taco Hoekwater
R. Bastian wrote: On Sat, 27 Feb 2010 13:27:40 +0100 Wolfgang Schuster schuster.wolfg...@googlemail.com scribit: Am 27.02.10 12:55, schrieb R. Bastian: Hello, I use 'context 2010.01.26'. When i write \title{Abbb} context sets 'ABBB' I did not find anything in the contextgarden.

Re: [NTG-context] title style

2010-02-27 Thread Taco Hoekwater
Taco Hoekwater wrote: ... \title{L'informatique musicale} ... With this 'example', I get: {/opt/tex/texmf/fonts/map/dvips/lm/lm-rm.map} !pages : flushing realpage 1, userpage 1, subpage 1 structure : title @ level 2 : 0.0 - L'informatique musicale ) * To clarify: an example

Re: [NTG-context] title style

2010-02-27 Thread R. Bastian
On Sat, 27 Feb 2010 13:00:08 +0100 R. Bastian rbast...@free.fr scribit: On Sat, 27 Feb 2010 12:55:09 +0100 R. Bastian rbast...@free.fr scribit: Hello, I use 'context 2010.01.26'. [...] Please help me. I will try: \starttext \startalignment[right, nothyphenated] center ==

Re: [NTG-context] title style

2010-02-27 Thread Wolfgang Schuster
Am 27.02.10 13:56, schrieb R. Bastian: \startalignment[right, nothyphenated] center == center but left - right aligned and vice-versa :-) I wish 'left aligned'. Use 'flushleft', you can find a explanation here: http://wiki.contextgarden.net/right_and_left \blank[2*big]

Re: [NTG-context] title style

2010-02-27 Thread R. Bastian
On Sat, 27 Feb 2010 14:05:36 +0100 Wolfgang Schuster schuster.wolfg...@googlemail.com scribit: Am 27.02.10 13:56, schrieb R. Bastian: \startalignment[right, nothyphenated] center == center but left - right aligned and vice-versa :-) I wish 'left aligned'. Use 'flushleft',

Re: [NTG-context] table alignment

2010-02-27 Thread Wolfgang Werners-Lucchini
Hallo, But how can I get my 3cm? If you do not use horizontal lines \starttable[o(3cm)|l|] Aditya Not horizontal lines, but a gray header: \starttable[o(3cm)|l|] \RL\SR \NC hmm \NC\AR \stoptable Thank you Aditya for this workaround. If there is really no solution, I will make

Re: [NTG-context] table alignment

2010-02-27 Thread Aditya Mahajan
On Sat, 27 Feb 2010, Wolfgang Werners-Lucchini wrote: Hallo, But how can I get my 3cm? If you do not use horizontal lines \starttable[o(3cm)|l|] Aditya Not horizontal lines, but a gray header: \starttable[o(3cm)|l|] \RL\SR \NC hmm \NC\AR \stoptable Thank you Aditya for this

Re: [NTG-context] METAPOST -- specifying an unknown point coordinate by giving the angle from another known point

2010-02-27 Thread James Fisher
Ah, lovely! Who knew there would be so many different solutions? I'm going to use Nicola's solution on this occasion, as it fits my thought process best -- but thanks to Troy as your solutions showed me some other things I didn't know. All the best, James On Fri, Feb 26, 2010 at 9:42 PM,

[NTG-context] MK-II to MK-IV

2010-02-27 Thread gummybears
Hi, A couple of years ago, I decided to switch from LaTex to ConText. Now I have compiled a lot of documents (Physics syllabi's) which compiles fine in MK-II. I thought I would try to make a switch to MK-IV, mainly because I want to include 3D PRC figures in my documents. I made some test cases

[NTG-context] active chars in xml -- suggestions needed

2010-02-27 Thread Philipp Gesang
Dear listmates, I need some suggestions on how to setup non breaking spaces in XML. I tried an empty element nbsp/ to be processed as follows: \startxmlsetups xml:nbsp ~ \stopxmlsetups which was ignored by context. (I'll need something similar with \discretionary as well, I guess.) Thanks

Re: [NTG-context] active chars in xml -- suggestions needed

2010-02-27 Thread Thomas A. Schmitz
On Feb 28, 2010, at 8:32 AM, Philipp Gesang wrote: Dear listmates, I need some suggestions on how to setup non breaking spaces in XML. I tried an empty element nbsp/ to be processed as follows: \startxmlsetups xml:nbsp ~ \stopxmlsetups which was ignored by context. (I'll need