Re: [NTG-context] naming of labels: Is »()« allowed?

2011-12-08 Thread Otared Kavian
Hi Paul, It seems that the left parenthesis causes trouble when giving a label to a reference: \definereferenceformat[eqref][left=(,right=)] \starttext \placeformula[N)] \startformula \Pr\{N = n\} = \Pr\left\{ \min_{1 ≤ k ≤ n} S_k 0 \right\} = p_n^{(1)}

[NTG-context] Keep struggling with old style numerals!

2011-12-08 Thread Verhaag, G.C.H.M.
Hi ConTeXt user's, A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more! I use the following settings in my preamble: \usetypescript[schola] \setupbodyfont[schola,10pt] \definefontfeature [oldstyle] [default] [onum=yes]

Re: [NTG-context] Keep struggling with old style numerals!

2011-12-08 Thread Paul Menzel
Dear Gerard, Am Donnerstag, den 08.12.2011, 10:56 +0100 schrieb Verhaag, G.C.H.M.: A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more! what version did you use before? I use the following settings in my preamble:

[NTG-context] headers: numberconversion=something or \definestructureconversionset

2011-12-08 Thread Philipp A.
hi list, i want to make an exercise sheet style. exercises are already correctly rendered as “*Exercise 1: Text*”, but sub-exercises should simply be like “*a)*”. what i tried: \definestructureconversionset[ex][numbers,characters][numbers] \setupheads[numberconversion=ex] and

[NTG-context] Wrong bookmark for publications list

2011-12-08 Thread Marco
There is an inconsistency concerning the bookmarks for the publications list. It generates the section head “References”, but the PDF bookmark “pubs”. \setupinteraction [state=start] \placebookmarks \starttext % generates bookmark ”pubs” \completepublications % workaround: %

Re: [NTG-context] Keep struggling with old style numerals!

2011-12-08 Thread Andreas Harder
On 08.12.2011, at 10:56, Verhaag, G.C.H.M. wrote: Hi ConTeXt user's, A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more! I use the following settings in my preamble: \usetypescript[schola] \setupbodyfont[schola,10pt]

[NTG-context] bug with \setuplayout[setups=*strict]?

2011-12-08 Thread Pablo Rodríguez
Hi there, I read a previous message on this list form Wolgang that \setuplayout[setups=*strict] is the ConTeXt way to avoid orphan and widow lines. I have tried that before checking that \widowpenalty=1\clubpenalty=1\raggedbottom doesn't change anything on my

Re: [NTG-context] Keep struggling with old style numerals! SOLVED!

2011-12-08 Thread Verhaag, G.C.H.M.
On 12/08/2011 11:27 AM, Andreas Harder wrote: On 08.12.2011, at 10:56, Verhaag, G.C.H.M. wrote: Hi ConTeXt user's, A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more! I use the following settings in my preamble:

[NTG-context] MetaFun: Is the maximum of `vloggrid` limited to 10?

2011-12-08 Thread Paul Menzel
Dear ConTeXt folks, the `vloggrid` command is described in section 9 of the MetaFun manual [1]. vloggrid (Min, Max, Step, Length, Height) Can somebody confirm that `Max` can be at most 10? \starttext \type{draw vloggrid(0, 11, 10, 15cm, 5cm);}

Re: [NTG-context] MetaFun: Is the maximum of `vloggrid` limited to 10?

2011-12-08 Thread Hans Hagen
On 8-12-2011 14:54, Paul Menzel wrote: To create grid like the log-log grid in [2] I guess I need to compose the bigger grid from these “basic” grids then? at some point it runs off your page i guess \starttext \startMPcode draw vloggrid(0, 10, 10, 10cm, 6cm) withcolor red ; draw

Re: [NTG-context] MetaFun: Is the maximum of `vloggrid` limited to 10?

2011-12-08 Thread Paul Menzel
Am Donnerstag, den 08.12.2011, 16:40 +0100 schrieb Hans Hagen: On 8-12-2011 14:54, Paul Menzel wrote: To create grid like the log-log grid in [2] I guess I need to compose the bigger grid from these “basic” grids then? at some point it runs off your page i guess But the width parameter

Re: [NTG-context] naming of labels: Is »()« allowed?

2011-12-08 Thread Hans Hagen
On 8-12-2011 09:36, Otared Kavian wrote: Hi Paul, It seems that the left parenthesis causes trouble when giving a label to a reference: \definereferenceformat[eqref][left=(,right=)] \starttext \placeformula[N)] \startformula \Pr\{N = n\} =

Re: [NTG-context] Possible bug in \unit

2011-12-08 Thread Ian Lawrence
I solved this = getting what I wanted by writing my own macro: \define[3]\physicalquantitye{\hbox{#1 \times \unit{10^#2 #3}}} % \physicalquantitye{number}{exponent}{unit} -- gives short form of unit That makes sense to me and is working fine. There are a few more like this on the wiki (units