[NTG-context] Baseline and framed

2016-07-06 Thread Fabrice Couvreur
Hello, In the manual, there is the macro below. Why the word "Matrice" is not on the same baseline as the number "1" ? thank you, Fabrice \unexpanded\def\HeadTitle#1#2% {\hbox to \hsize \bgroup \setupframed[height=1cm,offset=0.5em,frame=on] \framed[width=fit,align=left]{\darkred#1}%

Re: [NTG-context] Baseline and framed

2016-07-06 Thread Hans Hagen
On 7/6/2016 1:37 PM, Fabrice Couvreur wrote: Hello, In the manual, there is the macro below. Why theword "Matrice" is not on the same baseline as the number "1" ? thank you, Fabrice \unexpanded\def\HeadTitle#1#2% {\hbox to \hsize \bgroup \setupframed[height=1cm,offset=0.5em,frame=on]

Re: [NTG-context] \mainlanguage[pe]

2016-07-06 Thread Wolfgang Schuster
Mohammad Hossein Bateni 6. Juli 2016 um 20:02 Hello, This was lost in the other thread, so I'm starting a fresh one dedicated to the question. 1) \showinstalledlanguages does not show pe/persian/fa or anything like that but it has several arabic variants. was this

[NTG-context] \mainlanguage[pe]

2016-07-06 Thread Mohammad Hossein Bateni
Hello, This was lost in the other thread, so I'm starting a fresh one dedicated to the question. 1) \showinstalledlanguages does not show pe/persian/fa or anything like that but it has several arabic variants. was this dropped in MkIV or was there never a persian language environment even in

Re: [NTG-context] Baseline and framed

2016-07-06 Thread Fabrice Couvreur
I wish the chapter title on right of the page. The numbering of the chapters is fixed at 0, why ? thank you, Fabrice ​ \unexpanded\def\HeadTitle#1#2% {\vbox \bgroup \setupframed[offset=0.5em,frame=off] \inframed[width=fit,align=right]{#1}% \inframed[width=fit,align=right]{#2}%

Re: [NTG-context] Baseline and framed

2016-07-06 Thread Fabrice Couvreur
The following macro places the title right \unexpanded\def\HeadTitle#1#2% {\framed [frame=off, width=broad, align={broad,nothyphenated,left}] {#1\blank#2}} 2016-07-06 23:22 GMT+02:00 Fabrice Couvreur : > I wish the chapter title on right of the

[NTG-context] ppchTeX

2016-07-06 Thread Henri Menke
Dear list, I just wanted to check whether chemical structures typeset in ConTeXt can be exported as XML. Therefore I wanted to setup a simple example with ppchTeX. I copied example 3.1 from the manual [1] > \usemodule[chemic] > \starttext > > \startchemical[height=4500,bottom=2500] >

Re: [NTG-context] Update server appears to be down

2016-07-06 Thread Mojca Miklavec
On 4 July 2016 at 17:38, Marco Patzer wrote: > Hi (Mojca?) > > The contextgarden update server appears to be down: > > rsync rsync://contextgarden.net > rsync: failed to connect to contextgarden.net (193.2.4.200): Connection > refused (111) > rsync: failed to connect to contextgarden.net

Re: [NTG-context] \mainlanguage[pe]

2016-07-06 Thread Mojca Miklavec
On 6 July 2016 at 20:02, Mohammad Hossein Bateni wrote: > Hello, > > This was lost in the other thread, so I'm starting a fresh one dedicated to > the question. > > 1) \showinstalledlanguages does not show pe/persian/fa or anything like that > but it has several arabic variants. was this dropped

Re: [NTG-context] Baseline and framed

2016-07-06 Thread Fabrice Couvreur
Thank you Hans, the code would be : \unexpanded\def\HeadTitle#1#2% {\hbox to \hsize \bgroup \hfill \setupframed[offset=0.5em,frame=off] \inframed[width=fit,align=left,frame=off]{\darkred#1}% \inframed[width=fit,align=right,leftframe=on,rulethickness=4pt,framecolor=darkred]{#2}%

Re: [NTG-context] TikZ node and color

2016-07-06 Thread Christoph Reller
On Tue, 5 Jul 2016 10:21:48 +0200, Hans Hagen wrote: > On 7/5/2016 9:25 AM, Christoph Reller wrote: >> Dear List, >> >> I use the latest version of ConTeXt and I have the following MWE: >> >> \usemodule[tikz] >> \starttext >> \starttikzpicture >> \node {\color[red]{red}}; >>