Re: [NTG-context] defining a comamnd as variable which behaves as constant

2016-04-09 Thread Aditya Mahajan
On Sun, 10 Apr 2016, Pablo Rodriguez wrote: Dear list, I have the following document: \mainlanguage[es] \starttext \startTEXpage[offset=1em] \dorecurse{27}% {\def\abcd{\convertnumber{a}{\recurselevel}}% \dorecurse{27}%

[NTG-context] TeX "matrix" command not working since update

2016-04-09 Thread L.S.-Soc
Hi guys, i've already searched the mailing list for this but i still am having a problem while trying to create a matrix. my code looks like this: \startformula S=\left(*\matrix**{* \sigma_x *&* \tau_{xy} *&* \tau_{xz} *\cr* \tau_{yx} *&* \sigma_y *&* \tau_{yz} *\cr* \tau_{zx} *&*

[NTG-context] TeX "matrix" command not working lately

2016-04-09 Thread L.S.-Soc
Hi guys, i've already searched the mailing list for this but i still am having a problem while trying to create a matrix. my code looks like this: \startformula S=\left(*\matrix**{* \sigma_x *&* \tau_{xy} *&* \tau_{xz} *\cr* \tau_{yx} *&* \sigma_y *&* \tau_{yz} *\cr* \tau_{zx} *&*

Re: [NTG-context] Redirect compilation to another .pdf?

2016-04-09 Thread Jan Tosovsky
On 2016-04-09 Pablo Rodriguez wrote: > On 04/09/2016 10:51 PM, Alan BRASLAU wrote: > > On Sat, 9 Apr 2016 22:11:29 +0200 Lukáš Procházka wrote: > > > >> Let's have A.tex to be compiled and an existing A.pdf which > >> cannot be written into, e.g. due to being open by a viewer. > > > > This is

Re: [NTG-context] Redirect compilation to another .pdf?

2016-04-09 Thread Pablo Rodriguez
On 04/09/2016 11:47 PM, Pablo Rodriguez wrote: > On 04/09/2016 10:11 PM, Lukáš Procházka wrote: >> Hello, >> >> is there a way to tell ConTeXt to generate a .pdf named othe >> instead of the name derived from file to be compiled? > [...] > BTW, ---auto may achieve what you intend. I have never

[NTG-context] defining a comamnd as variable which behaves as constant

2016-04-09 Thread Pablo Rodriguez
Dear list, I have the following document: \mainlanguage[es] \starttext \startTEXpage[offset=1em] \dorecurse{27}% {\def\abcd{\convertnumber{a}{\recurselevel}}% \dorecurse{27}% {\abcd\convertnumber{a}{\recurselevel} }\par} \stopTEXpage

Re: [NTG-context] Redirect compilation to another .pdf?

2016-04-09 Thread Pablo Rodriguez
On 04/09/2016 10:11 PM, Lukáš Procházka wrote: > Hello, > > is there a way to tell ConTeXt to generate a .pdf named othe > instead of the name derived from file to be compiled? Hi Lukáš, this wuld be the way to do it: context source.tex --result=output I’m not sure it may work with Adobe,

Re: [NTG-context] Redirect compilation to another .pdf?

2016-04-09 Thread Pablo Rodriguez
On 04/09/2016 10:51 PM, Alan BRASLAU wrote: > On Sat, 9 Apr 2016 22:11:29 +0200 Lukáš Procházka wrote: > >> Let's have A.tex to be compiled and an existing A.pdf which cannot be >> written into, e.g. due to being open by a viewer. > > This is only an issue for Windows users... As far as I know,

[NTG-context] Weird background colors in autogenerated index

2016-04-09 Thread Jan Tosovsky
Dear All, since LuaTeXt 0.81 my back-of-the-book index (register) is generated with strange background colors. The index title is typeset in yellowish background and the left column of the last index page has a blue background, see the attachment. I've thought I reported it, but it is still

Re: [NTG-context] Redirect compilation to another .pdf?

2016-04-09 Thread Alan BRASLAU
On Sat, 9 Apr 2016 22:11:29 +0200 Lukáš Procházka wrote: > Let's have A.tex to be compiled and an existing A.pdf which cannot be > written into, e.g. due to being open by a viewer. This is only an issue for Windows users... Alan

[NTG-context] Redirect compilation to another .pdf?

2016-04-09 Thread Lukáš Procházka
Hello, is there a way to tell ConTeXt to generate a .pdf named otherwise instead of the name derived from file to be compiled? Let's have A.tex to be compiled and an existing A.pdf which cannot be written into, e.g. due to being open by a viewer. The "context.exe A.tex" fails as the A.pdf

[NTG-context] Ligature color is not reliable

2016-04-09 Thread Jan Tosovsky
Dear All, for an illustration I wanted to colorize all ligatures, but the following method is not reliable for three character ligatures - which ends up black. While tested with Palatino, it can be simulated even with a default font (however there are missing ffi and ffl ligatures).

[NTG-context] Increasing the textwidth locally

2016-04-09 Thread joasyannick
Dear Hans, Dear Zichu, Thank you very much, All the best, Joas ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Increasing the textwidth locally

2016-04-09 Thread Zhichu Chen
Dear Joas, On 04/09/2016 08:47 PM, joasyann...@gmail.com wrote: Dear everyone, I am looking for a functionality similar to the \adjustwidth command in LaTeX ables to reduce or increase the \textwidth locally. I know that ConTeXt has \startnarrower, which reduces the \textwidth. But how to

Re: [NTG-context] Increasing the textwidth locally

2016-04-09 Thread Hans Hagen
On 4/9/2016 2:47 PM, joasyann...@gmail.com wrote: Dear everyone, I am looking for a functionality similar to the \adjustwidth command in LaTeX ables to reduce or increase the \textwidth locally. I know that ConTeXt has \startnarrower, which reduces the \textwidth. But how to increase it?

Re: [NTG-context] unwanted head behavior

2016-04-09 Thread Zhichu Chen
Dear Hans, On 04/07/2016 06:31 PM, Hans Hagen wrote: \def\currentsectioncountervalue {\clf_depthnumber\numexpr\thenamedheadlevel\currenthead\relax} %def\previoussectioncountervalue{\clf_depthnumber\numexpr\thenamedheadlevel\currenthead+\minusone\relax}

[NTG-context] Increasing the textwidth locally

2016-04-09 Thread joasyannick
Dear everyone, I am looking for a functionality similar to the \adjustwidth command in LaTeX ables to reduce or increase the \textwidth locally. I know that ConTeXt has \startnarrower, which reduces the \textwidth. But how to increase it? All the best, Joas