[NTG-context] Re: tagigng

2025-08-13 Thread Mikael Sundqvist
Hi, On Wed, Aug 13, 2025 at 8:44 PM Matthias Weber wrote: > > Follow-up 2: > > The 24 remaining complaints are caused by nesting > > \startparagraph > This > \startformula > 1+1=2 > \stopformula > is true. > \stopparagraph > > Not a big deal either. >

[NTG-context] Re: tagigng

2025-08-13 Thread Henning Hraban Ramm
Am 13.08.25 um 20:16 schrieb Matthias Weber: Follow-up 2: The 24 remaining complaints are caused by nesting \startparagraph This \startformula 1+1=2 \stopformula is true. \stopparagraph Not a big deal either. Fingers crossed, I have my first compliant PDF. The structure I can see in Acrobat

[NTG-context] Re: tagigng

2025-08-13 Thread Matthias Weber
Follow-up 2: The 24 remaining complaints are caused by nesting \startparagraph This \startformula 1+1=2 \stopformula is true. \stopparagraph Not a big deal either. Fingers crossed, I have my first compliant PDF. The structure I can see in Acrobat looks good, too. Matthias > On Aug 13, 2

[NTG-context] Re: tagigng

2025-08-13 Thread Mikael Sundqvist
section)/K[1](611 0 obj SEDiv sectioncontent)/K[3](1770 0 obj > SESect section)/K[1](1775 0 obj SEDiv sectioncontent)/K[4](1876 0 obj SEP > paragraph)/K[2](1885 0 obj SEDiv formula) > I'm in phone mode. Wild guess: do you have something like \startparagraph Text \startformula 1+1

[NTG-context] Re: testing language tagging?

2025-08-01 Thread Pablo Rodriguez via ntg-context
But I think it will stay, for other > reasons. Ok, but will we have `break` even from this structured source? \startblockquote \startparagraph Paragraph 1. \stopparagraph \startparagraph Paragraph 2. \stopparagraph \stopblockquote Many thanks for

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Mikael Sundqvist
w.ngpdf.com/) and they seem to work fine. > > >>\doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} > >>{\startblockquote[\recursestring] > >>\dorecurse{3}{\startparagraph > >>testing language: \currentlanguage > >>\stoppar

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Hans Hagen via ntg-context
[\recursestring] \dorecurse{3}{\startparagraph testing language: \currentlanguage \stopparagraph} \stopblockquote} so you want language on a paragraph> btw, paragraph is kind of costly, maybe i need to check that too; there is also bpar but that one is ungrouped No, I was check

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Pablo Rodriguez via ntg-context
uote[\recursestring] >>\dorecurse{3}{\startparagraph >>testing language: \currentlanguage >>\stopparagraph} >>\stopblockquote} > > so you want language on a paragraph> btw, paragraph is kind of costly, > maybe i need to check that too; there is also bpar bu

[NTG-context] Re: testing language tagging?

2025-07-29 Thread Hans Hagen via ntg-context
nguage=agr,color=darkmagenta] BTW, is there any way to know which commands have language tagging (a `language` key enabled? Just for the record, my testing sample was: \setuptagging[state=start] \setupstructure[state=start] \setupbackend[format=pdf/ua-2] \starttext \startpar

[NTG-context] testing language tagging?

2025-07-29 Thread Pablo Rodriguez via ntg-context
was: \setuptagging[state=start] \setupstructure[state=start] \setupbackend[format=pdf/ua-2] \starttext \startparagraph \doloopoverlist{agr, ua, deo, farsi, cn, kr, gr, es-la, mo} {\setuphighlight[whatever][language=\recursestring] \highlight[whatever] {testing language

[NTG-context] Minimal example for broken links in epub/html conversion

2025-07-13 Thread Matthias Weber
, headstyle=italic, headcommand=\groupedcommand{}{.}, title=yes, titlestyle=normal, closesymbol=\mathqed] \starttext \startsection[title=Introduction] \startparagraph The Bibliography is \in{here}[sec:biblio]. \stopparagraph \startTheorem

[NTG-context] Re: More HTML/EPUB conversion issues: Repeated texts/enumerations

2025-07-13 Thread Hans Hagen via ntg-context
On 7/13/2025 8:42 PM, Matthias Weber wrote: Thanks again, Hans. This works. I don’t know whether it matters, but putting \startparagraph ..\stopparagraph inside \startproof .. \stopproof also breaks the \qed (with the curious side effect that some blanks disappear, sometimes). probably

[NTG-context] Re: More HTML/EPUB conversion issues: Repeated texts/enumerations

2025-07-13 Thread Matthias Weber
Thanks again, Hans. This works. I don’t know whether it matters, but putting \startparagraph ..\stopparagraph inside \startproof .. \stopproof also breaks the \qed (with the curious side effect that some blanks disappear, sometimes). More testing is on the way... Matthias > On Jul 13, 2

[NTG-context] Re: Minimal example for image bug in xhtml export

2025-07-12 Thread Hans Hagen via ntg-context
, width=60em] \starttext \subject{Introduction} \startparagraph \input knuth \stopparagraph \placefigure [force] [figure:configurations] {Some simple Image} {\externalfigure[hacker.jpg] [width=\textwidth]} \startparagraph Let $p$ and $q$ be two different points. The \emph{segment} $\overline

[NTG-context] Minimal example for image bug in xhtml export

2025-07-12 Thread Matthias Weber
} \startparagraph \input knuth \stopparagraph \placefigure [force] [figure:configurations] {Some simple Image} {\externalfigure[hacker.jpg] [width=\textwidth]} \startparagraph Let $p$ and $q$ be two different points. The \emph{segment} $\overline{pq}$ connecting $p$ and $q$ is the set

[NTG-context] Re: testing tagging for UA-2

2025-07-12 Thread Hans Hagen via ntg-context
Hi Max, On Thu, 2025-07-10 at 10:54 +0200, Hans Hagen via ntg-context wrote: On 7/10/2025 9:08 AM, Max Chernoff via ntg-context wrote: sorry ... long answer ... probably much already said once - I had to manually tag every paragraph with \startparagraph/\stopparagraph, which was

[NTG-context] Re: testing tagging for UA-2

2025-07-12 Thread Max Chernoff via ntg-context
Hi Hans, On Thu, 2025-07-10 at 10:54 +0200, Hans Hagen via ntg-context wrote: > On 7/10/2025 9:08 AM, Max Chernoff via ntg-context wrote: > > - I had to manually tag every paragraph with > >\startparagraph/\stopparagraph, which was annoying. > > well, that also depe

[NTG-context] Re: testing tagging for UA-2

2025-07-10 Thread Pablo Rodriguez via ntg-context
.. I’m afraid that the validator is also work in progress. >> - I had to manually tag every paragraph with >>\startparagraph/\stopparagraph, which was annoying. > > well, that also depends on the concept of paragraph i guess .. one can't > make structure from non-str

[NTG-context] Re: testing tagging for UA-2

2025-07-10 Thread Hans Hagen via ntg-context
date now ... - I had to manually tag every paragraph with \startparagraph/\stopparagraph, which was annoying. well, that also depends on the concept of paragraph i guess .. one can't make structure from non-structure - I had to hardcode mapping all sections to H1 for the validation to

[NTG-context] Re: testing tagging for UA-2

2025-07-10 Thread Max Chernoff via ntg-context
also had to uncomment the "conformance" lines in both lpdf-fmt-imp-ua2.lmt and lpdf-fmt.lmt. Some notes: - I had to manually tag every paragraph with \startparagraph/\stopparagraph, which was annoying. - I had to hardcode mapping all sections to H1 for the validation to pass; this obv

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread Mikael Sundqvist
; > > Anyway, this here works for me as well (adapted from Hans’s example, > https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/message/6MRZEFJD5SGIQXJQQOENETERY5FKMG6S/ > ): > > > > \starttext > > > > \startlinenumbering > > \startparagrap

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread John Was
enis Maier via ntg-context < > ntg-context@ntg.nl> wrote: > >> First, just guessing but maybe if more adds a line there might also be a >> less parameter. >> >> >> >> Anyway, this here works for me as well (adapted from Hans’s example, >> https://m

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread Denis Maier via ntg-context
\startlinenumbering \startparagraph \input ward Bla bla bla bla bla Bla. \stopparagraph \stoplinenumbering \blank \startlinenumbering \startparagraph\looseness=+1 \input ward Bla bla bla bla bla Bla. \stopparagraph \stoplinenumbering \blank \startlinenumbering \startparagraph \input

[NTG-context] Re: How to force indents to always appear, even after figure?

2025-05-12 Thread Denis Maier via ntg-context
above, but that didn't help. What setting will make sure the start of my paragraph always gets an indent? Note, in my passage, I've marked every single paragraph with \startparagraph and \stopparagraph.  

[NTG-context] How to force indents to always appear, even after figure?

2025-05-12 Thread Joel via ntg-context
27;t help. What setting will make sure the start of my paragraph always gets an indent? Note, in my passage, I've marked every single paragraph with \startparagraph and \stopparagraph. --Joel___ If your questi

[NTG-context] Re: Images and Accessibility (ConTeXt LMTX 2025.04.28)

2025-04-29 Thread Wolfgang Schuster
}] \startparagraph a \stopparagraph \stoptext produces a PDF that passes the accessibility check in the current Adobe Acrobat. In particular, it passes the alternate text checks. Hovering over the image shows the alternate text in Acrobat. However, VoiceOver (on the Mac) does not read the

[NTG-context] Re: Images and Accessibility (ConTeXt LMTX 2025.04.28)

2025-04-29 Thread Ulrike Fischer
es[location=default] >> \starttext >> \externalfigure[hacker][label={this is an image}] >> >> \startparagraph >>a >> \stopparagraph >> \stoptext > > produces a PDF that passes the accessibility check in the current Adobe > Acrobat. In particular,

[NTG-context] Images and Accessibility (ConTeXt LMTX 2025.04.28)

2025-04-29 Thread Matthias Weber
agging[state=start] > \setupstructure[state=start] > \setupbackend >[format=PDF/A-3a] > \setupbackend[format=pdf/ua-1] > \setupexternalfigures[location=default] > \starttext > \externalfigure[hacker][label={this is an image}] > > \startparagraph >a > \stoppar

[NTG-context] Re: upload

2025-04-29 Thread Pablo Rodriguez via ntg-context
ting] \setuptagging[state=start] \setupstructure[state=start] \setupbackend [format=PDF/A-3a] \setupbackend[format=pdf/ua-1] \setupexternalfigures[location=default] \starttext \externalfigure[hacker][label={this is an image}] \startparagraph a \stopparagraph \stoptext If

[NTG-context] Re: How to prevent \reference[myrefA]{myrefA} from creating vertical emptiness?

2025-03-06 Thread Wolfgang Schuster
}% \StartFrame\relax \ifparameter#1\or\pagereference[#1]\fi Text \StopFrame \stopplacefigure \stoptexdefinition \starttext     \startparagraph     \input knuth     \stopparagraph\reference[myrefA]{myrefA}     \sidebarA 2. Set the reference with the optional argument

[NTG-context] How to prevent \reference[myrefA]{myrefA} from creating vertical emptiness?

2025-03-05 Thread Joel via ntg-context
%     Text     \StopFrame%     }% }% \starttext     \startparagraph     \input knuth     \stopparagraph\reference[myrefA]{myrefA}          \sidebarA          \startparagraph     \input knuth     \stopparagraph \stoptext I need to make a reference to the box, which

[NTG-context] Re: Quads not appearing

2025-02-28 Thread Hans Hagen via ntg-context
pxmlsetups \startxmlsetups xml:index-entry \startparagraph \xmlfilter{#1}{/term/command(xml:term)}\qquad\qquad\qquad\xmlfilter{#1}{/loc/command(xml:loc)} \stopparagraph \stopxmlsetups \startxmlsetups xml:term \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:loc \removeunwa

[NTG-context] Re: Quads not appearing

2025-02-27 Thread Denis Maier via ntg-context
{#1}{index|index-entry|num}{xml:*} \stopxmlsetups \xmlregisterdocumentsetup{test}{xml:test} \startxmlsetups xml:index \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:index-entry \startparagraph \xmlfilter{#1}{/term/command(xml:term)}\qquad\qquad\qquad\xmlfilter{#1}{/loc/comma

[NTG-context] Quads not appearing

2025-02-26 Thread Denis Maier via ntg-context
xml:index-entry \startparagraph \xmlfilter{#1}{/term/command(xml:term)}\qquad\xmlfilter{#1}{/loc/command(xml :loc)} \stopparagraph \stopxmlsetups \startxmlsetups xml:term \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:loc \xmlflush{#1} \stopxmlsetups \s

[NTG-context] Run-in heading problem with \startparagraph and empty lines

2024-12-27 Thread Rik Kabel
Hello list, Why is an empty after \startparagraph treated differently when the \startparagraph directly follows a heading with alternative=text than when there is no heading before, or a different type of heading, as shown in the following example? \setuphead[section

[NTG-context] Re: suitable macros for Pandoc custom styles for paragraphs, spans and tables

2024-09-26 Thread mf
Il 24/09/24 09:04, Henning Hraban Ramm ha scritto: Am 24.09.24 um 00:08 schrieb mf: Any ideas to specify paragraph and character styles? I’d use \definehighlight for character styles and \defineparagraph for par styles. For the latter to work, you must add \startparagraph … \stopparagraph

[NTG-context] Re: suitable macros for Pandoc custom styles for paragraphs, spans and tables

2024-09-24 Thread Henning Hraban Ramm
Am 24.09.24 um 00:08 schrieb mf: Any ideas to specify paragraph and character styles? I’d use \definehighlight for character styles and \defineparagraph for par styles. For the latter to work, you must add \startparagraph … \stopparagraph around each. Not to be confused with

[NTG-context] Re: ConTeXt source from XML

2024-06-05 Thread Pablo Rodriguez via ntg-context
\xmlregistersetup{abc:def} \startxmlsetups xyz:foo \xmlflush{#1} \stopxmlsetups \startxmlsetups xyz:bar \startparagraph \xmlflush{#1} \stopparagraph \stopxmlsetups \xmlprocessbuffer{main}{demo}{} \stoptext First of all, XML has no hardcoded names for any element (from a certai

[NTG-context] Re: Works now! At Work, and a question to paragraphs in an Theorem

2024-02-27 Thread Pablo Rodriguez via ntg-context
On 2/27/24 10:10, Ursula Hermann wrote: >[...] > I have a question to my paragraphs: > > \definetextbackground[Paragaph][ > [...] >   \startparagraph Hi Uschi, if you define Paragaph, then you should use \startParagaph (and \stopParagaph). > \starttext Even if that works,

[NTG-context] Works now! At Work, and a question to paragraphs in an Theorem

2024-02-27 Thread Ursula Hermann
, topoffset=.5\bodyfontsize, bottomoffset=.5\bodyfontsize, frame=off,] \startparagraph \starttext Mitunter ist es aus der Formulierung nur schwer zu erkennen, dass ein \m{∃\forall} oder ein \m{\forall\m∃} versteckt ist. Dann ist es besonders wichtig, die Formulierung sehr lange zu prüfen und

[NTG-context] Re: Problem with the paragraph

2023-12-14 Thread Wolfgang Schuster
: h(m, f).\par \stoptext \blank \starttext \startparagraph \blank \tf Mitunter ist es aus der Formulierung nur schwer zu erkennen, dass ein \m ∃\forall∀oder ein \m \forall∀\m∃versteckt ist. Dann ist es besonders wichtig, die Formulierung sehr lange zu prüfen und eventuell auch formalisiert

[NTG-context] Re: Problem with the paragraph

2023-12-14 Thread Ursula Hermann
Betreff: [NTG-context] Re: Problem with the paragraph Am 13.12.23 um 15:22 schrieb Ursula Hermann: > Dear list, > > I have this example. I need the whole paragraph in color. But there is > something wrong. > \definetextbackground[paragraph][ > \startparagraph \startparagraph

[NTG-context] Re: Problem with the paragraph

2023-12-13 Thread Henning Hraban Ramm
Am 13.12.23 um 15:22 schrieb Ursula Hermann: Dear list, I have this example. I need the whole paragraph in color. But there is something wrong. \definetextbackground[paragraph][ \startparagraph \startparagraph starts a paragraph environment. If you overwrite it by defining another

[NTG-context] Problem with the paragraph

2023-12-13 Thread Ursula Hermann
Frauen. Die Aus-\par sage h(m, f) sei ”m ist verliebt in f“. Unter diesen Voraussetzungen machen Sie sich die Bedeutung der beiden Aussagen klar. \stoptext \par \starttext 1. \m\forall m ∈ M : ∃f ∈ F : h(m, f).\par 2. ∃f ∈ F : ∀m ∈ M : h(m, f).\par \stoptext \blank \starttext \startparagraph \blank

[NTG-context] Colored Paragraph

2023-12-05 Thread Ursula Hermann
, alternative=serried, ] \margintext{\blackrule[color=black, height=0.25ex, width=1cm]\\}\blackrule[color=black, height=0.25ex, width=15cm] \starttext \margintext {1.1.1} \startparagraph It was essential for Hasselt to have a bridge across the Zwarte Water river. The bishop of Utrecht gave

[NTG-context] Re: out of order sectionsblocks

2023-09-05 Thread Hans Hagen via ntg-context
ndnote] [location=none]    \starttext      \startbodymatter       \startchapter[title={Body}]        \startparagraph         \input knuthmath         \startendnote         \input knuth-gpt         \stopendnote        \stopparagraph       \stopchapter      \stopbodymatter      \startback

[NTG-context] out of order sectionsblocks

2023-09-04 Thread Rik Kabel
rttext  \startbodymatter   \startchapter[title={Body}]    \startparagraph     \input knuthmath     \startendnote     \input knuth-gpt     \stopendnote    \stopparagraph   \stopchapter  \stopbodymatter  \startbackmatter   \startchapter[title={Notes}]    \plac

[NTG-context] Re: \placeinitial problem

2023-07-19 Thread Alan Bowen
Hans— The latest version fixes the \placeinitial issue. Many thanks! Alan On Sun, Jul 16, 2023 at 5:09 PM Alan Bowen wrote: > Hi— > \placeinitial seems to fail when there is a footnote in the paragraph. At > least > > \startparagraph > \placeinitial \input ward \f

[NTG-context] \placeinitial problem

2023-07-16 Thread Alan Bowen
Hi— \placeinitial seems to fail when there is a footnote in the paragraph. At least \startparagraph \placeinitial \input ward \footnote{A footnote.} \stopparagraph only works when the footnote is commented out. I am running lmtx [ConTeXt ver: 2023.06.22 LMTX fmt: 2023.6.26] Alan

Re: [NTG-context] Absolute positioning of \startcombination... \stopcombination

2023-03-17 Thread Keith McKay via ntg-context
dummy]} \eTD \bTD \externalfigure[dummy] \eTD \eTR \eTABLE} \page %%% Alan %%% \centerbox{ \startparagraph [align=middle] \startframed [frame=off,offset=\zeropoint] \startcombination [nx=3,ny=1,distance=15mm,after=,location=middle] {\externalfigure[dummy]}{} \rotate[rotati

Re: [NTG-context] Absolute positioning of \startcombination... \stopcombination

2023-03-16 Thread Keith McKay via ntg-context
ext > > > > > > > \useMPlibrary [dum] > > > > \showframe [text] [text] > > > > \setuplayout [tight] > > > > \starttext > > > > \centerbox > > {\bTABLE[frame=off,offset=7.5mm,align={middle,lohi}] > >

Re: [NTG-context] Absolute positioning of \startcombination... \stopcombination

2023-03-16 Thread Alan Braslau via ntg-context
   {\bTABLE[frame=off,offset=7.5mm,align={middle,lohi}] >     \bTR >     \bTD >     \externalfigure[dummy] >     \eTD >     \bTD >     \rotate[rotation=90]{\externalfigure[du

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-08 Thread Albert Krewinkel via ntg-context
the old syntax? >(Side note: pandoc already produces the new syntax, but only when >called with `--section-divs`.) > > 2. Similarly, I'd like to start wrapping paragraphs with >`\startparagraph`/`\stopparagraph`. It is important for me to get >properly tagg

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-06 Thread Henning Hraban Ramm via ntg-context
Am 05.06.22 um 16:30 schrieb Albert Krewinkel via ntg-context: 2. Similarly, I'd like to start wrapping paragraphs with     `\startparagraph`/`\stopparagraph`. It is important for me to get     properly tagged PDF, \startparagraph can lead to unwanted side effects (I can't re

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Albert Krewinkel via ntg-context
ndoc, >>> the document convert. There are two questions that we haven't decided >>> on, and I'd be grateful to receive some feedback from ConTeXt experts on >>> these issues: >>> >>> 2. Similarly, I'd like to start wrapping paragraphs with

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Albert Krewinkel via ntg-context
kel via > ntg-context: >> 2. Similarly, I'd like to start wrapping paragraphs with >>`\startparagraph`/`\stopparagraph`. It is important for me to get >>properly tagged PDF, but this would also make the output more >>verbose. Is that something that you wo

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Wolfgang Schuster via ntg-context
7;d be grateful to receive some feedback from ConTeXt experts on these issues: 2. Similarly, I'd like to start wrapping paragraphs with     `\startparagraph`/`\stopparagraph`. It is important for me to get     properly tagged PDF, but this would also make the output more     verbose. Is tha

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Hans Hagen via ntg-context
that these commands will stay forever. 2. Similarly, I'd like to start wrapping paragraphs with `\startparagraph`/`\stopparagraph`. It is important for me to get properly tagged PDF, but this would also make the output more verbose. Is that something that you would find bothering

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Denis Maier via ntg-context
..] > > 2. Similarly, I'd like to start wrapping paragraphs with >`\startparagraph`/`\stopparagraph`. It is important for me to get >properly tagged PDF, but this would also make the output more >verbose. Is that something that you would find bothering, or do you >see adding the e

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Denis Maier via ntg-context
t to hear that, as my cooperative uses pandoc to produce print stuff with > ConTeXt, we are always happy, when there are improvements. > > Am Sun, Jun 05, 2022 at 09:07:37AM +0200 schrieb Albert Krewinkel via ntg- > context: > > 2. Similarly, I'd like to start wrapping par

Re: [NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread juh via ntg-context
phs with >`\startparagraph`/`\stopparagraph`. It is important for me to get >properly tagged PDF, but this would also make the output more >verbose. Is that something that you would find bothering, or do you >see adding the extra environment by default as an acceptab

[NTG-context] Improving pandoc's ConTeXt output

2022-06-05 Thread Albert Krewinkel via ntg-context
when called with `--section-divs`.) 2. Similarly, I'd like to start wrapping paragraphs with `\startparagraph`/`\stopparagraph`. It is important for me to get properly tagged PDF, but this would also make the output more verbose. Is that something that you would find bothering, or

Re: [NTG-context] Few quick questions

2022-03-09 Thread Hans Hagen via ntg-context
line in my sources. Does this implicit definition of paragraphs cause any hickups in exporter and would it be adviseable to enclose each paragraph in \startparagraph and \stopparagraph? Or should that be no issue for xmlexporter and would ensuring clean recent install be more efficient in this case

Re: [NTG-context] Few quick questions

2022-03-09 Thread Christoph Hintermüller via ntg-context
cause any hickups in exporter and would it be adviseable to enclose each paragraph in \startparagraph and \stopparagraph? Or should that be no issue for xmlexporter and would ensuring clean recent install be more efficient in this case. Best Xristoph

Re: [NTG-context] startlines with long lines that break and indent

2021-12-26 Thread Rik Kabel via ntg-context
=,     inbetween={\blank[small]},     after=,    ]   \startlines   \setupindenting[-\Poemindent,yes]   \startparagraph},    after=\stopparagraph \stoplines,  ] \starttext

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Ramkumar KB via ntg-context
5mm,header=50pt,footer=50pt,textwidth=165mm,height=middle,width=middle] > > > > \starttext > > > > \offset[x=\dimexpr11mm\relax,y=\dimexpr23mm\relax] > > {\framed[frame=on,offset=none,align=flushleft] > > { > > % \startparagraph[align=high] > > \setupi

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Hans Hagen via ntg-context
=\dimexpr11mm\relax,y=\dimexpr23mm\relax] {\framed[frame=on,offset=none,align=flushleft] { % \startparagraph[align=high] \setupindenting[no] Chief Vitalstatistix\\ Getafix\\ Dogmatix\\ Asterix\\ Obelix\\ } } \stoptext you get what you ask for: spaces {\framed[frame=on,offset=none,align=flushleft

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread mf via ntg-context
] \setuppapersize[a4-portrait] \setuplayout[topspace=10mm,backspace=15mm,header=50pt,footer=50pt,textwidth=165mm,height=middle,width=middle] \starttext \offset[x=\dimexpr11mm\relax,y=\dimexpr23mm\relax] {\framed[frame=on,offset=none,align=flushleft] { % \startparagraph[align=high] \setupindenting[no] Chief

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread fv leung via ntg-context
> [topspace=10mm,backspace=15mm,header=50pt,footer=50pt,textwidth=165mm,height=middle,width=middle] > > \starttext > > \offset[x=\dimexpr11mm\relax,y=\dimexpr23mm\relax] > {\framed[frame=on,offset=none,align=flushleft] > { > % \startparagraph[align=high] > \setupindent

[NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Ramkumar KB via ntg-context
,offset=none,align=flushleft] { % \startparagraph[align=high] \setupindenting[no] Chief Vitalstatistix\\ Getafix\\ Dogmatix\\ Asterix\\ Obelix\\ } } \stoptext indent_in_framed.pdf Description: Adobe PDF document ___ If your

Re: [NTG-context] no looseness in LMTX?

2021-09-07 Thread Henning Hraban Ramm via ntg-context
e difference? >> I tried English and German and different settings of alignment and tolerance. >> Might it be font dependent? > > explained in manuals ... > > \startlinenumbering > \startparagraph > Weit .. beirren. > \stopparagraph > \stoplinenumberin

Re: [NTG-context] no looseness in LMTX?

2021-09-07 Thread Hans Hagen via ntg-context
in manuals ... \startlinenumbering \startparagraph Weit .. beirren. \stopparagraph \stoplinenumbering \startlinenumbering \startparagraph\looseness=+2 Weit .. beirren. \stopparagraph \stoplinenumbering \startlinenumbering \startparagraph Weit .. beirren. \looseness=+2\updateparagraphproperties

[NTG-context] paragraph standing out of the normal layout comsuming the margin

2021-06-25 Thread Jan U. Hasecke
, leftmargin=24em, backspace=8em, rightmargin=2em ] \stopsetups \defineparagraph[hinweis] [paragraph] [] \setupparagraph[hinweis] [color=red,setups=paragraph:hinweis] \showframe \starttext \input knuth \startparagraph[hinweis] \input lorem \stopparagraph \input knuth \stoptext

[NTG-context] error with recent standalone (luametatex)

2021-03-05 Thread Alan Bowen
;/Applications/LuaMetaTeX/tex/texmf-context/te..."]:1353> 64 \startparagraph 65 Some facts are compiled in the synthesis. The representations and inscriptions in the stair­wells and kiosk show parallels to other cult buildings [702]. In several cases there are allu­sions to the ritual Opening o

[NTG-context] Incorrect css reference in exported html file

2021-02-27 Thread Aditya Mahajan
tree: test.tex styles/mystyle.css where test.tex is: ``` \setupbackend[export=yes] \setupexport[cssfile=styles/mystyle.css] \starttext \startparagraph This is a test \stopparagraph \stoptext ``` and styles/mystyle.tex is (the content doesn't matter, listing it for complet

[NTG-context] Protruding quotation marks obviate narrowed quotations

2020-12-30 Thread Michael Guravage
ttext \startparagraph \quotation[method=font]{Love makes the world go round,} as an old proverb has it\ldots \stopparagraph \startquotation \input tufte \stopquotation \stoptext ___ If your question is of intere

[NTG-context] MkIV and LMTX difference in comma list expansion

2020-10-26 Thread Rik Kabel
\starttext \startBlockQuotation[index=aaa]  \startparagraph   1 \quad when indexing aaa.  \stopparagraph \stopBlockQuotation \startBlockQuotation[index={aab}]  \startparagraph   2 \quad when indexing \{aab\}.  \stopparagraph \stopBlockQuotation

Re: [NTG-context] margin comment above heading

2020-06-18 Thread Pablo Rodriguez
rttext >> \blank[force, 10em] >> \section{Move comment above this heading} >> \startparagraph[setups=tinytiny] >> \dontleavehmode >> \comment[location={rightmargin}, color=orange] >> {comment} >> \sto

Re: [NTG-context] margin comment above heading

2020-06-17 Thread Henning Hraban Ramm
; \setupinterlinespace[1sp] >> \stopsetups > > ??? > >> \setupinteraction[state=start] >> \showframe\showgrid >> \starttext >> \blank[force, 10em] >> \section{Move comment above this heading} >> \startparagraph[setups=tinytiny]

Re: [NTG-context] margin comment above heading

2020-06-17 Thread Wolfgang Schuster
\blank[force, 10em] \section{Move comment above this heading} \startparagraph[setups=tinytiny] \dontleavehmode \comment[location={rightmargin}, color=orange] {comment} \stopparagraph \stoptext Is there a way to move the comment above the heading that

[NTG-context] margin comment above heading

2020-06-16 Thread Pablo Rodriguez
heading} \startparagraph[setups=tinytiny] \dontleavehmode \comment[location={rightmargin}, color=orange] {comment} \stopparagraph \stoptext Is there a way to move the comment above the heading that goes before? Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] Minimal code for exporting custom tags

2020-05-18 Thread Aditya Mahajan
[mycommand] \setelementnature[mycommand][mixed] \starttext \startsection[title={Sample document}] \startparagraph This is a paragraph \stopparagraph \startelement[mycommand][name=whatever] This is mycommand \stopelement \stopsection \stoptext ``` gives ``` http://www.w3.org/1998/M

Re: [NTG-context] Minimal code for exporting custom tags

2020-05-18 Thread Aditya Mahajan
ttext \startsection[title={Sample document}] \startparagraph This is a paragraph \stopparagraph \startelement[mycommand][name=whatever] This is mycommand \stopelement \stopsection \stoptext ``` Using `\dostarttagged{mycommand}{whatever}` does export as ``, and looking at the code, I don'

Re: [NTG-context] Minimal code for exporting custom tags

2020-05-18 Thread Hans Hagen
[title={Sample document}]   \startparagraph     This is a paragraph   \stopparagraph   \startmycommand     This is mycommand   \stopmycommand \stopsection \stoptext ``` If I compile using `context --trackers=structures.tags filename`, I get ``` backend > tags > U+0031:1 =>

[NTG-context] Minimal code for exporting custom tags

2020-05-18 Thread Aditya Mahajan
Hi, What is needed to enable export of user defined macros? Consider the following example: ``` \def\startmycommand{\dostarttagged{mycommand}\empty} \def\stopmycommand {\dostoptagged} \setupbackend[export=xml, level=0] \starttext \startsection[title={Sample document}] \startparagraph

Re: [NTG-context] reference a paragraph

2020-03-25 Thread Wolfgang Schuster
example? Parallel syntax might suggest \startparagraph [reference=p:myparagraph] but this is not implemented. Perhaps there is another referencing command that I am not aware of? xxx\pagereference[p:myparagraph] xxx \dontleavehmode\pagereference[p:myparagraph]xxx xxx Wolfgang

[NTG-context] reference a paragraph

2020-03-25 Thread Alan Braslau
Hello, One creates references for structure elements as, for example, \startsubject [reference=sub:mysubject] ... \stopsubject and then can refer to these using, e.g. \on{page} [sub:subject] How might one reference a *paragraph*, for example? Parallel syntax might suggest \startparagraph

Re: [NTG-context] passing variables/data between context and lua

2019-10-06 Thread Wolfgang Schuster
to use braces or brackets as delimiters for the argument. The \directsetup skips the check for the argument form and allows only braces as delimiter. \startsetups[example-1]     \startparagraph     First example!     \stopparagraph \stopsetups \startsetups[example-2]     \startparagraph

Re: [NTG-context] general syntax for startparagraph command

2019-09-30 Thread Henning Hraban Ramm
> Am 2019-09-30 um 19:37 schrieb Wolfgang Schuster > : > > Jeroen schrieb am 30.09.2019 um 02:18: >> Many thanks. Is there also a simple way to place a 2 above the = character >> as the definition does. > The sample ways are: > > \starttext > > \setupruby[style=] > > = \ruby{=}{*} In case y

Re: [NTG-context] general syntax for startparagraph command

2019-09-30 Thread Wolfgang Schuster
Jeroen schrieb am 30.09.2019 um 02:18: Many thanks. Is there also a simple way to place a 2 above the = character as the definition does. The sample ways are: \starttext \setupruby[style=] = \ruby{=}{*} \blank = \framed[location=bottom,align=middle,frame=off,offset=0pt]{*\\=} \stoptext T

Re: [NTG-context] general syntax for startparagraph command

2019-09-29 Thread Jeroen
gt; > I am trying to get the following with the 1 elevated and 2 above the = > > character. The square brackets and all in between I would like italic > > and OPT below both terms. > > > > *\startparagraph [.1..] [..,..2=..,..] ..**.\stopparagraph* > > > &g

Re: [NTG-context] general syntax for startparagraph command

2019-09-29 Thread Wolfgang Schuster
Jeroen schrieb am 29.09.2019 um 20:30: Dear list members, I am trying to get the following with the 1 elevated and 2 above the = character. The square brackets and all in between I would like italic and OPT below both terms. *\startparagraph [.1..] [..,..2=..,..] ..**.\stopparagraph* Would

[NTG-context] general syntax for startparagraph command

2019-09-29 Thread Jeroen
Dear list members, I am trying to get the following with the 1 elevated and 2 above the = character. The square brackets and all in between I would like italic and OPT below both terms. *\startparagraph [.1..] [..,..2=..,..] ..**.\stopparagraph* Would anybody be able to help. Would Metapost be

Re: [NTG-context] Missing modules crossref and pararef

2019-04-08 Thread Zenlima
the old module download got deleted.. I will provide them somehow later today and get back about this. \startParagraph is dangerously close to (MkIV core) \startparagraph ... That was done by purpose that time - and why is it dangerous for you? Interesting, I never heard of these modules. But

Re: [NTG-context] Missing modules crossref and pararef

2019-04-08 Thread Zenlima
back about this. \startParagraph is dangerously close to (MkIV core) \startparagraph ... That was done by purpose that time - and why is it dangerous for you? Interesting, I never heard of these modules. But they were for MkII anyway and long gone; their wiki pages are from 2012, and I don’t

Re: [NTG-context] Missing modules crossref and pararef

2019-04-08 Thread Henning Hraban Ramm
heard of these modules. But they were for MkII anyway and long gone; their wiki pages are from 2012, and I don’t know the user Zenlima. \startParagraph is dangerously close to (MkIV core) \startparagraph ... What do you want to achieve? It’s probably possible without those modules. Greetlings, H

Re: [NTG-context] additional space with sidebar and narrower

2019-04-07 Thread Henning Hraban Ramm
hich results in a single empty >>>> line. >>> >>> Thank you, that works in my MWE, but not in my real life book. (I was sure >>> I tested that approach already...) I’ll investigate further. >> I finally found out what’s the problem: >> \starttext >

Re: [NTG-context] additional space with sidebar and narrower

2019-04-07 Thread Hans Hagen
paragraph which results in a single empty line. Thank you, that works in my MWE, but not in my real life book. (I was sure I tested that approach already...) I’ll investigate further. I finally found out what’s the problem: \starttext \input tufte \startnarrower \startsidebar \startparagraph

Re: [NTG-context] additional space with sidebar and narrower

2019-04-07 Thread Henning Hraban Ramm
bar begins a new paragraph >> but \startnarrower end the lest paragraph which results in a single empty >> line. > > Thank you, that works in my MWE, but not in my real life book. (I was sure I > tested that approach already...) I’ll investigate further. I finally found out

[NTG-context] horizontal headalternatives ignore indentnext

2019-02-27 Thread Henri Menke
latelua \ifconditional\headissomewhere \strc_sectioning_stay_on_this_line % test case: alternative=margintext and \startparagraph .. \else %\hskip\headnumberdistance\s!plus\headnumberdistance\s!minus.25\dimexpr\headnumberdistance\relax \hskip\headtextdistan

  1   2   3   >