Re: [NTG-context] Reg. fonts and math

2006-01-14 Thread Aditya Mahajan
--- On Jan 13, Aditya Mahajan wrote --- --- On Jan 13, Hans Hagen wrote --- Aditya Mahajan wrote: No, I mean the complicated math is much harder in context. Consider \begin{align} a = b \\ c = d \notag \\ = f \notag \\ = g \end{align} which will typeset as a = b(1) c =

Re: [NTG-context] Reg. fonts and math

2006-01-14 Thread Tobias Burnus
Hello, %D \startbuffer %D \placeformula \startformula \startalign %D \NC a \NC \eq b \NR[+] %D \NC c \NC \neq d \NR %D \NC\NC \neq f \NR[for:hans] %D \NC\NC \geq g \NR[for:whoelse][a] %D \NC\NC \leq h \NR[for:whomore][b] %D \NC\NC \neq i \NR %D \stopalign \stopformula %D

[NTG-context] linenumbering

2006-01-14 Thread Thomas A. Schmitz
All, I have a document with several sections and would like to have lines numbered consecutively across all sections. However, when the \startlinenumbering ... stoplinenumbering spans a \section command, it doesn't work any longer; lines are not numbered. Is there a solution or a

Re: [NTG-context] Keep framed on the baseline

2006-01-14 Thread Johan Sandblom
Outside math I think the solution is \inframed, but I don't know if that works here. Johan 2006/1/14, David Arnold [EMAIL PROTECTED]: All, I have: \placeformula[-] \startformula \eqalign{ \text{Divisors of 12}: \framed{1},\ \framed{2},\ \framed{3},\ 4,\ \framed{6},\ 12\cr

Re: [NTG-context] mode dependend character handling

2006-01-14 Thread Henning Hraban Ramm
Sorry for answering that late. The correct way would be to define swiss as a language, because then you can put a suitable redefinition inside the language specifics, but the following hack will work as well and is a lot faster to implement (please don't tell anyone I proposed this):

[NTG-context] columns issues

2006-01-14 Thread Henning Hraban Ramm
Hello wizards! The \startcolumns ... \column ... \stopcolumns block handling seems somewhat broken. Maybe these old columns are deprecated, but I guess they should work. (And I would like to document them.) Consider this: \starttext \input ward \startcolumns \input ward \column \input

[NTG-context] indenting in XML environment

2006-01-14 Thread Christopher G D Tipper
Ok, after taking deep breath I'll try this issue again. I got indenting to work after putting \noindenting inside its own environment. However, the following code block stopped working recently and I don't know why: \defineXMLenvironment[body] {\bgroup \rm\setupwhitespace[none]

Re: [NTG-context] Reg. fonts and math

2006-01-14 Thread Adam Duck
Just to give you some hints what's already there... Aditya Mahajan [EMAIL PROTECTED] writes: 63 lines deleted by Adam Duck 1. Have align support with variable number of columns. a = b = c + d + e should be typeset as a = b = c + d + e At least this should be

Re: [NTG-context] Reg. fonts and math

2006-01-14 Thread Aditya Mahajan
--- On Jan 14, Adam Duck wrote --- Just to give you some hints what's already there... Aditya Mahajan [EMAIL PROTECTED] writes: 63 lines deleted by Adam Duck 1. Have align support with variable number of columns. a = b = c + d + e should be typeset as a = b = c + d

Re: [NTG-context] mode dependend character handling

2006-01-14 Thread Mojca Miklavec
Henning Hraban Ramm wrote: Mojca's proposal: \startmode[swiss] \definecharacter ssharp {ss} \stopmode unfortunately doesn't work, at least not with utf regime and ec encoding. Since Taco's proposal is OK, you don't need this, but I'll reply anyway. The problem is caused by wrong order

Re: [NTG-context] Keep framed on the baseline

2006-01-14 Thread Mojca Miklavec
David Arnold wrote: All, I have: \placeformula[-] \startformula \eqalign{ \text{Divisors of 12}: \framed{1},\ \framed{2},\ \framed{3},\ 4,\ \framed{6},\ 12\cr \text{Divisors of 18}: \framed{1},\ \framed{2},\ \framed{3},\ \framed{6},\ 9,\ 18} \stopformula But I'd like to keep

Re: [NTG-context] mode dependend character handling

2006-01-14 Thread Henning Hraban Ramm
Am 2006-01-14 um 20:35 schrieb Mojca Miklavec: Since Taco's proposal is OK, you don't need this, but I'll reply anyway. The problem is caused by wrong order of commands. If you load ec encoding AFTER this command, your new definition of ssharp will be overridden by the encoding definition again.

[NTG-context] layer question

2006-01-14 Thread Henning Hraban Ramm
Consider this example: \definelayer[extras] [width=\paperwidth, height=\paperheight] \setlayer [extras] [x=2cm, y=5cm] {something} \setupbackgrounds[page][background=extras] This is ok, the placement is relative to the upper left edge of the paper. But following the

Re: [NTG-context] mode dependend character handling

2006-01-14 Thread Taco Hoekwater
Henning Hraban Ramm wrote: \startencoding[ec] \startmode[swiss] \definecharacter ssharp {ss} \stopmode \stopencoding than the order of commands doesn't matter any more (but then the automatic conversion will only work for the ec encoding). mode processing is based on modes that

Re: [NTG-context] mode dependend character handling

2006-01-14 Thread Mojca Miklavec
Taco Hoekwater wrote: Henning Hraban Ramm wrote: \startencoding[ec] \startmode[swiss] \definecharacter ssharp {ss} \stopmode \stopencoding than the order of commands doesn't matter any more (but then the automatic conversion will only work for the ec encoding).

Re: [NTG-context] indenting in XML environment

2006-01-14 Thread Taco Hoekwater
Christopher G D Tipper wrote: Ok, after taking deep breath I'll try this issue again. I got indenting to work after putting \noindenting inside its own environment. However, the following code block stopped working recently and I don't know why: \defineXMLenvironment[body] {\bgroup

[NTG-context] multiple backgrounds

2006-01-14 Thread Henning Hraban Ramm
I'm playing around with layers and try to rewrite the letter style in a cleaner way. How can I use several layers as page backgrounds and switch them on and off independently from each other? With \setupbackgrounds[rightpage][page][state=start, background=logolayer]

[NTG-context] texexec and missing file

2006-01-14 Thread David Arnold
All, If the file doesn't exist, here is what happens: figures $ texexec --pdf --use=fig-make --mode=letter figlibSection3.xml TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005 fixing engine variable : pdfetex total run time : 1 seconds figures $ Would it not be better if texexec