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 getting:
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]
> \setupexternalfigures[interaction
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áš
W
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 u
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
___
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
\stop
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 you
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
___
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 wa
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
>> pa
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, contex
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 Arab
(Using mkiv.)
I have an index in which some entries need suffixes on the page numbers,
for which I have used processors.
For index ranges, I need the page number suffix only to appear on the end
page number, not the start page number.
The below MWE produces an index entry: sausage 1i-2i
What I
13 matches
Mail list logo