Re: [NTG-context] Arabic support

2020-09-23 Thread Mohammad Hossein Bateni
Hi Denis, See this page [https://wiki.contextgarden.net/RTL] which may need some updating. I have some more definitions here [ https://github.com/bateni/dabeer/blob/master/texmf-local/tex/context/modules/dabeer/mkiv/p-dabeer.mkiv], though it's partly to handle differences between Persian and

Re: [NTG-context] Debug mode for XML processing

2020-09-23 Thread Thomas A. Schmitz
On 9/23/20 1:17 PM, Denis Maier wrote: Hi, Is there are debug mode for XML processing? I'm thinking of something where the XML mapping gets applied to your XML, and you receive a tex file as the output. Could sometimes be easier to see where things go off the rails. Best, Denis No,

Re: [NTG-context] issue with interaction=all and \insertpages

2020-09-23 Thread Pablo Rodriguez
On 9/23/20 11:59 AM, Taco Hoekwater wrote: > Hi Pablo, Hi Taco, many thanks for your extensive reply explaining the three issues reported. [...] >> 2. The local file includes internal destinations to page parts. After >> imposition, destinations to page for internal links cannot reach the >>

Re: [NTG-context] Tagged export breaks r2l alignment in tabulate

2020-09-23 Thread Wolfgang Schuster
Denis Maier schrieb am 23.09.2020 um 14:14: Hi, this example produces correctly aligned right-to-left text: \setupalign[verytolerant,stretch] \setupdirections[bidi=global,method=unicode] \starttext \starttabulate[|p|p|] \NC Text \NC Translation \NC\NR \NC\setupalign[r2l]\input

Re: [NTG-context] How to shift unnumbered ToC entry?

2020-09-23 Thread Wolfgang Schuster
Lukas/ConTeXt schrieb am 23.09.2020 um 10:33: Hello, how do I shift unnumbered ToC entry (here: \subsubsection)? My attempt: \setuphead[subsubsection][number=no] \setuplist[subsubsection][distance=20mm,width=20mm] \setuplist [subsubsection] [margin=5em] Wolfgang

Re: [NTG-context] Full page image and caption in another page?

2020-09-23 Thread Taco Hoekwater
Hi, This sounds quite complicated, really. I am not at all sure how this page rotation should work but I assume you plan a pdf-only document then? Otherwise, I would expect rotating the figure instead of the whole page. Also, rotating the paper does not rotate the layout, at least not if

[NTG-context] Tagged export breaks r2l alignment in tabulate

2020-09-23 Thread Denis Maier
Hi, this example produces correctly aligned right-to-left text: \setupalign[verytolerant,stretch] \setupdirections[bidi=global,method=unicode] \starttext \starttabulate[|p|p|] \NC Text \NC Translation \NC\NR \NC\setupalign[r2l]\input ward \NC\input ward \NC\NR \stoptabulate

[NTG-context] Debug mode for XML processing

2020-09-23 Thread Denis Maier
Hi, Is there are debug mode for XML processing? I'm thinking of something where the XML mapping gets applied to your XML, and you receive a tex file as the output. Could sometimes be easier to see where things go off the rails. Best, Denis

Re: [NTG-context] How to shift unnumbered ToC entry?

2020-09-23 Thread Lukas/ConTeXt
Hello, yes, this works well, thanks you!   (I guessed there was a built-in option to achieve this simply.)   Best regards,   Lukas -- Původní e-mail -- Od: Tomas Hala Komu: mailing list for ConTeXt users Datum: 23. 9. 2020 12:08:50 Předmět: Re: [NTG-context] How to shift

Re: [NTG-context] How to shift unnumbered ToC entry?

2020-09-23 Thread Tomas Hala
Hello Lukas, you can try this: \setuphead[subsubsection][number=no] \setuplist[subsubsection][distance=20mm,width=20mm,textcommand=\mycmd] \def\mycmd#1{\hskip20mm#1} \starttext \placecontent \page \section{S} \subsection{Ss} \subsubsection{Sss} \stoptext Best wishes, Tomáš

Re: [NTG-context] issue with interaction=all and \insertpages

2020-09-23 Thread Taco Hoekwater
Hi Pablo, > On 20 Sep 2020, at 18:29, Pablo Rodriguez wrote: > > Dear list, > > I have the following sample: > > \setuplayout[page] > \setupinteraction > [state=start, color=, contrastcolor=, focus=standard] > \enabledirectives[references.border=red] >

[NTG-context] How to shift unnumbered ToC entry?

2020-09-23 Thread Lukas/ConTeXt
Hello, how do I shift unnumbered ToC entry (here: \subsubsection)? My attempt: \setuphead[subsubsection][number=no] \setuplist[subsubsection][distance=20mm,width=20mm] \starttext \placecontent \page \section{S} \subsection{Ss} \subsubsection{Sss} \stoptext I'm