[NTG-context] Math typesetting problems

2013-01-27 Thread Janne Junnila
Hi all, I've run into a couple of problems with math typesetting. (I'm using the latest ConTeXt standalone beta.) The following doesn't print [x,x] at all: \startformula [x,x]_t = x \stopformula It can be fixed by using \left[x,x\right]_t, but I find the behaviour weird. Another problem I have

Re: [NTG-context] Math typesetting problems

2013-01-27 Thread Sietse Brouwer
Hi Janne, Janne wrote: I've run into a couple of problems with math typesetting. (I'm using the latest ConTeXt standalone beta.) The following doesn't print [x,x] at all: \startformula [x,x]_t = x \stopformula This is because \startformula can take one optional argument in square brackets,

Re: [NTG-context] Math typesetting problems

2013-01-27 Thread Janne Junnila
Hi Sietse, Sietse wrote: This is because \startformula can take one optional argument in square brackets, and [x,x] is interpreted as that argument. You can make \startformula stop looking for [...] either by telling it to `\relax`, or by giving it an empty `[]` of its own to chew on. Thanks

Re: [NTG-context] Math typesetting problems

2013-01-27 Thread Rogers, Michael K
On Jan 27, 2013, at 7:09 AM, Sietse Brouwer sbbrou...@gmail.com wrote: This is because \startformula can take one optional argument in square brackets, and [x,x] is interpreted as that argument. You can make \startformula stop looking for [...] either by telling it to `\relax`, or by giving

Re: [NTG-context] Math typesetting problems

2013-01-27 Thread Roland Thiers
Le 27 janv. 13 à 12:52, Janne Junnila a écrit : Hi all, Another problem I have is related to the positioning of minus signs in front of fractions. I would expect the minus sign to align with the horizontal line of the fraction, as it does on LaTeX. Below is an example formula to

[NTG-context] Some more question, ex Context an excursion

2013-01-27 Thread Alain Delmotte
Hi, Using MkIV and the latest(?) standalone version. Continuing Context an excursion! Thanks for your help, Alain 1) How to force line jump to avoid overfull \hbox, particularly with more or less narrow columns? 2) I did insert \showlayout just before \stoptext and I get 4 pages with the

Re: [NTG-context] Some more question, ex Context an excursion

2013-01-27 Thread Wolfgang Schuster
Am 27.01.2013 um 16:25 schrieb Alain Delmotte espera...@swing.be: Hi, Using MkIV and the latest(?) standalone version. Continuing Context an excursion! Thanks for your help, Alain 1) How to force line jump to avoid overfull \hbox, particularly with more or less narrow columns?

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Wolfgang Schuster
Am 27.01.2013 um 02:45 schrieb Troy Henderson thend...@gmail.com: How can I suppress a single (one particular) chapter from being printed in the Table of Contents? \startchapter[title=…,saveinlist=no] Wolfgang

[NTG-context] Footnotes numbering

2013-01-27 Thread Willi Egger
Hi all, Is among you somebody who has used text with footnotes, where the footnotes would be numbered according to the line number where the reference resides? In other words how to use line numbers for the numbering of the footnotes? Any hint would be great! Kind regards Willi

Re: [NTG-context] Footnotes numbering

2013-01-27 Thread Wolfgang Schuster
Am 27.01.2013 um 17:02 schrieb Willi Egger cont...@boede.nl: Hi all, Is among you somebody who has used text with footnotes, where the footnotes would be numbered according to the line number where the reference resides? In other words how to use line numbers for the numbering of the

[NTG-context] \overrightarrow changed

2013-01-27 Thread Mikael P. Sundqvist
Dear list, \starttext text $\overrightarrow{OP}$ text \stoptext gives smaller letters since some time ago under the arrow. See the attached pdf files for the output of different versions of context (test.pdf is compiled with the latest beta). I think the look in test20121210.pdf is the right

Re: [NTG-context] Some more question, ex Context an excursion

2013-01-27 Thread Alain Delmotte
Thanks Wolfgang and sorry for not providing WME. Alain Le 27/01/2013 16:50, Wolfgang Schuster a écrit : Am 27.01.2013 um 16:25 schrieb Alain Delmotte espera...@swing.be: [...] Make working minimal example of the problems, it takes always time to create one first to check which something

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson
\startchapter[title=…,saveinlist=no] Unfortunately, this removes the PDF bookmark for this chapter. I would like to keep the left side bookmark but not show it in the Table of Contents. Troy ___ If your question

Re: [NTG-context] Creating a folded meander book - imposition problem

2013-01-27 Thread Willi Egger
Hi Mari, Wolfgang, I used to make such imposition schemes, but this time Wolfgang was faster… So even if i did not try to fold the 9 x 9 version this is the scheme: \installpagearrangement MEANDERB {\dosetuparrangement{3}{3}{9}{4}{4}% \pusharrangedpageMEANDERB\poparrangedpagesXY\relax}

Re: [NTG-context] Some more question, ex Context an excursion

2013-01-27 Thread Hans Hagen
On 1/27/2013 4:25 PM, Alain Delmotte wrote: Hi, Using MkIV and the latest(?) standalone version. Continuing Context an excursion! fyi: my collegue is currently updating the excursion to mkiv Hans -

Re: [NTG-context] \overrightarrow changed

2013-01-27 Thread Hans Hagen
On 1/27/2013 5:24 PM, Mikael P. Sundqvist wrote: Dear list, \starttext text $\overrightarrow{OP}$ text \stoptext gives smaller letters since some time ago under the arrow. See the attached pdf files for the output of different versions of context (test.pdf is compiled with the latest beta). I

[NTG-context] MP \letterpercent

2013-01-27 Thread Procházka Lukáš
Hello, why the MP code doesn't draw % and # when it uses TeX's \U - inside MP block?: \def\T{TTT} \def\U{UUU \letterpercent\letterhash} \starttext \letterpercent \letterhash \par \startMPcode draw btex AAA etex; draw textext(\T); % draw btex \T etex; % Err draw

Re: [NTG-context] \overrightarrow changed

2013-01-27 Thread Otared Kavian
On 27 janv. 2013, at 21:40, Hans Hagen pra...@wxs.nl wrote: […] fixed. some more info about the updated mkiv arrow related mechanisms can be found in http://www.pragma-ade.com/general/manuals/about.pdf (btw, one needs the latest greatest lm/gyre math fonts) Hans This is an amazing

Re: [NTG-context] MP \letterpercent

2013-01-27 Thread Hans Hagen
On 1/27/2013 10:05 PM, Procházka Lukáš wrote: Hello, why the MP code doesn't draw % and # when it uses TeX's \U - inside MP block?: \def\T{TTT} \def\U{UUU \letterpercent\letterhash} \starttext \letterpercent \letterhash \par \startMPcode draw btex AAA etex; draw

Re: [NTG-context] Coming back to ConTeXt

2013-01-27 Thread Mojca Miklavec
On Sat, Jan 26, 2013 at 1:38 PM, Alain Delmotte wrote: Set the repository to http://tlcontrib.metatex.org/2012 and make sure that you don't have ConTeXt distribution in PATH*** when calling tlmgr. Ok I did and it seemed to work, at least some files were updated. But when I compiled I

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson
Unfortunately, this removes the PDF bookmark for this chapter. I would like to keep the left side bookmark but not show it in the Table of Contents. What I would like is to have my title page followed by my table of contents both have PDF bookmarks and neither listed in the actual table of

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson
I apologize for the multiple messages, but it seems that I solved my problem with \placebookmarks[chapter,section,subsection][chapter,section][force=yes] The force=yes was the key to forcing bookmark generation of those chapters not listed in the ToC with saveinlist=no. Troy