[NTG-context] Re: tagigng

2025-08-13 Thread Mikael Sundqvist
> Fingers crossed, I have my first compliant PDF. The structure I can see in > Acrobat looks good, too. > > Matthias OK. At some point we actually had a variant where the user always need to do \startparagraph and \stopparagraph to have paragraphs. So, the good thing is that you ha

[NTG-context] Re: ConTeXt query: Retain original spacing while applying shrinking to the font file

2025-08-11 Thread Henning Hraban Ramm
{\spaceskip 0.125em plus 0.15em} These seem both to work in ConTexT - of course you can fiddle till you come up with what looks satisfactory (and obviously the names \tightspaceskip, \verytightspaceskip can be altered). I group these in the paragraph or paragraphs that I want to shorten but I don'

[NTG-context] Re: ConTeXt query: Retain original spacing while applying shrinking to the font file

2025-08-11 Thread Hans Hagen via ntg-context
ConTexT - of course you can fiddle till you come up with what looks satisfactory (and obviously the names \tightspaceskip, \verytightspaceskip can be altered). I group these in the paragraph or paragraphs that I want to shorten but I don't see why the definitions you come up with couldn't

[NTG-context] Re: ConTeXt query: Retain original spacing while applying shrinking to the font file

2025-08-11 Thread John Was
up with what looks satisfactory (and obviously the names \tightspaceskip, \verytightspaceskip can be altered). I group these in the paragraph or paragraphs that I want to shorten but I don't see why the definitions you come up with couldn't be put in the preamble to your file, so tha

[NTG-context] Re: testing language tagging?

2025-07-31 Thread Mikael Sundqvist
at the structure) > > > > > > Well, since my sample was PDF/UA-2, I guess you know that `Blockquote` > is deprecated from PDF-2.0. > > > > > > >This quote contains two paragraphs. > > > > > > > > > >

[NTG-context] Re: testing language tagging?

2025-07-31 Thread Pablo Rodriguez via ntg-context
stopquotation Hi Mikael, fine if also applied to `blockquote` (and other instances from `\setupdelimitedtext`). > giving (only look at the structure) > > Well, since my sample was PDF/UA-2, I guess you know that `Blockquote` is deprecated from PDF-2.0. > >

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Mikael Sundqvist
> \startblockquote...\stopblockquote is tagged as > delimitedblock(Div)/delimitedcontent(Span). > > Language tag is added in delimitedcontent(Span). But blockquotes may > contain paragraphs. > > The issue is that delimitedcontent(Span) may be containing paragraph(P), > which is not

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Hans Hagen via ntg-context
ing tagging and I found an issue. \startblockquote...\stopblockquote is tagged as delimitedblock(Div)/delimitedcontent(Span). Language tag is added in delimitedcontent(Span). But blockquotes may contain paragraphs. The issue is that delimitedcontent(Span) may be containing paragraph(P), which is

[NTG-context] Re: testing language tagging?

2025-07-30 Thread Pablo Rodriguez via ntg-context
t that one is > ungrouped No, I was checking tagging and I found an issue. \startblockquote...\stopblockquote is tagged as delimitedblock(Div)/delimitedcontent(Span). Language tag is added in delimitedcontent(Span). But blockquotes may contain paragraphs. The issue is that delimitedcontent(S

[NTG-context] export and tagging

2025-07-24 Thread Hans Hagen via ntg-context
erent metod for tagging paragraphs (which only affects cases where a paragraph start inside a group and finishes outside the group, which seldom happens but maybe it has side effects. We are wondering about some additional structure related tracing to help users figure out useable tagging map

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

2025-07-13 Thread Hans Hagen via ntg-context
because these environments are paragraphs themselves, maybe some can be catched by postprocessing (done for some cases) More testing is on the way... Matthias On Jul 13, 2025, at 1:54 PM, Hans Hagen via ntg-context wrote: On 7/13/2025 6:50 PM, Matthias Weber wrote: Thanks to Hans for helping

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

2025-07-12 Thread Hans Hagen via ntg-context
annoying. well, that also depends on the concept of paragraph i guess .. one can't make structure from non-structure Right, but any text outside a tagged structure automatically fails validation, so incorrectly tagged paragraphs is better than nothing. And "indentnext=auto" usually do

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

2025-07-12 Thread Max Chernoff via ntg-context
nds on the concept of paragraph i guess .. one can't > make structure from non-structure Right, but any text outside a tagged structure automatically fails validation, so incorrectly tagged paragraphs is better than nothing. And "indentnext=auto" usually does a decent job visually, so y

[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-08 Thread Keith McKay
also the basic idea with tagging (not the PDF, but ConTeXt or XML code itself): only mark what has been changed. The problem with the three issues above is that reading aloud that text (many paragraphs into one) and probably English text with German intonation and pronunciation cannot qualify as

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

2025-07-08 Thread Pablo Rodriguez via ntg-context
nly mark what has been changed. >> The problem with the three issues above is that reading aloud that text >> (many paragraphs into one) and probably English text with German >> intonation and pronunciation cannot qualify as making it accessible to >> visually-impaired peop

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

2025-07-08 Thread Hans Hagen via ntg-context
known and we only need to occasionally check for changes (but i want as little overhead as possible) The problem with the three issues above is that reading aloud that text (many paragraphs into one) and probably English text with German intonation and pronunciation cannot qualify as maki

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

2025-07-08 Thread Pablo Rodriguez via ntg-context
oil down to in the end. As Ulrike says, it is easy to trick validation. The problem with the three issues above is that reading aloud that text (many paragraphs into one) and probably English text with German intonation and pronunciation cannot qualify as making it accessible to visually-impaired

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread Mikael Sundqvist
sue a rather long and detailed article about working with paragraphs in ConTeXt lmtx. /Mikael On Wed, Jun 25, 2025 at 12:55 PM Denis 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. > >

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread John Was
gt; \starttext > > \looseness1 > \samplefile {tufte} > > \stoptext > > If you have access to tugboat, there is in the latest issue a rather long > and detailed article about working with paragraphs in ConTeXt lmtx. > > /Mikael > > On Wed, Jun 25, 2025 at 12:55 PM D

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread Denis Maier via ntg-context
=-1 \input ward Bla bla bla bla bla Bla. \stopparagraph \stoplinenumbering \stoptext Von: John Was Gesendet: Mittwoch, 25. Juni 2025 12:34 An: mailing list for ConTeXt users Betreff: [NTG-context] Re: Lengthening/shortening paragraphs Hello Wolfgang Thanks for that - I

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread John Was
Dear Denis Thanks for the link. I find that \looseness doesn't have any effect (though it doesn't generate an error), but Wolfgang has indicated another way of achieving the same thing (which is wordy but can be converted into a short macro name). Best wishes John Waś *🇪🇺 * Слава Україні! * 🇺🇦

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-25 Thread John Was
Hello Wolfgang Thanks for that - I thought there would probably be a way of manipulating a paragraph through some other mechanism, and the temporary alignment setting does the job. (I'll investigate at some point how to do the reverse since sometimes one wants to lose a line, typically so that a

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-24 Thread Wolfgang Schuster
Am 24.06.2025 um 17:00 schrieb John Was: Hello.  Is there a ConTeXt equivalent for plain TeX's \loosness (which allows the program to lengthening a paragraph, or shorten it if the number is negative). At the final stages of a book this is often useful for getting rid of unsightly gaps. \showg

[NTG-context] Re: Lengthening/shortening paragraphs

2025-06-24 Thread Denis Maier via ntg-context
Don't know if that's still the case, but see here: https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/message/6MRZEFJD5SGIQXJQQOENETERY5FKMG6S/ John Was hat am 24.06.2025 17:00 CEST geschrieben:     Hello.  Is t

[NTG-context] Lengthening/shortening paragraphs

2025-06-24 Thread John Was
Hello. Is there a ConTeXt equivalent for plain TeX's \loosness (which allows the program to lengthening a paragraph, or shorten it if the number is negative). At the final stages of a book this is often useful for getting rid of unsightly gaps. Best wishes John *🇪🇺 * Слава Україні! * 🇺🇦*

[NTG-context] Re: preventing next \par

2025-06-20 Thread mf
ConTeXt in this case), so when I convert the document to another format (e.g. HTML, DOCX, ICML) with Pandoc, the RawInline is simply discarded, and the paragraphs stick to the original text. Massi Il 20/06/25 15:38, Hans Hagen via ntg-context ha scritto: On 6/18/2025 11:41 AM, mf wrote: Hell

[NTG-context] Re: preventing next \par

2025-06-20 Thread Hans Hagen via ntg-context
On 6/18/2025 11:41 AM, mf wrote: Hello list, I remember having read something about this, but I can't remember where: I need to prevent the next \par. The context (lowercase) is XML typesetting, where sometimes I want to concatenate two paragraphs in a particular typesetting, while ke

[NTG-context] Re: preventing next \par

2025-06-19 Thread mf
an and Wolfgang. \ignorepars is what I was looking for, though I realized it must be the last thing in the paragraph. Currently it does not work with my xml setup for paragraphs: \startxmlsetups xml:Para    \dontleavehmode\xmlflush{#1}\resetcharacterkerning\strut\par \stopxmlsetups \resetchara

[NTG-context] Re: preventing next \par

2025-06-19 Thread Wolfgang Schuster
Am 18.06.2025 um 23:28 schrieb mf: Thanks Hraban and Wolfgang. \ignorepars is what I was looking for, though I realized it must be the last thing in the paragraph. Currently it does not work with my xml setup for paragraphs: \startxmlsetups xml:Para   \dontleavehmode\xmlflush{#1

[NTG-context] Re: preventing next \par

2025-06-19 Thread Aditya Mahajan
On Wed, 18 Jun 2025, mf wrote: > Thanks Hraban and Wolfgang. > > \ignorepars is what I was looking for, though I realized it must be the last > thing in the paragraph. > > Currently it does not work with my xml setup for paragraphs: > > \startxmlsetups xml:Para >

[NTG-context] Re: preventing next \par

2025-06-19 Thread Henning Hraban Ramm
Am 18.06.25 um 23:28 schrieb mf: Thanks Hraban and Wolfgang. \ignorepars is what I was looking for, though I realized it must be the last thing in the paragraph. Currently it does not work with my xml setup for paragraphs: \startxmlsetups xml:Para   \dontleavehmode\xmlflush{#1

[NTG-context] Re: preventing next \par

2025-06-18 Thread mf
Thanks Hraban and Wolfgang. \ignorepars is what I was looking for, though I realized it must be the last thing in the paragraph. Currently it does not work with my xml setup for paragraphs: \startxmlsetups xml:Para \dontleavehmode\xmlflush{#1}\resetcharacterkerning\strut\par \stopxmlsetups

[NTG-context] Re: preventing next \par

2025-06-18 Thread Wolfgang Schuster
Am 18.06.2025 um 11:41 schrieb mf: Hello list, I remember having read something about this, but I can't remember where: I need to prevent the next \par. The context (lowercase) is XML typesetting, where sometimes I want to concatenate two paragraphs in a particular typesetting, while ke

[NTG-context] Re: preventing next \par

2025-06-18 Thread Henning Hraban Ramm
Am 18.06.25 um 11:41 schrieb mf: Hello list, I remember having read something about this, but I can't remember where: I need to prevent the next \par. The context (lowercase) is XML typesetting, where sometimes I want to concatenate two paragraphs in a particular typesetting, while ke

[NTG-context] preventing next \par

2025-06-18 Thread mf
Hello list, I remember having read something about this, but I can't remember where: I need to prevent the next \par. The context (lowercase) is XML typesetting, where sometimes I want to concatenate two paragraphs in a particular typesetting, while keeping the original structure o

[NTG-context] Typical font size and interline space for Adobe Garamond Premier Pro.

2025-05-13 Thread Pawel Urbanski
using 11.5pt for font size, and adjust spacing from the default 2.8ex to 2.9ex. Using whitespace between paragraphs set to small, in addition to the former values. It gives me roughly 35...36 lines per page. Thank you for your answers...

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-23 Thread Lutz Haseloff
f curiosity, did you try the cow-jp2.jp2 I attached to my >original email?) > >I have TL2024 and TL2025 installed on my my system. The context in TL2025 >is also the 2025.02.28 version, and it also doesn't work. > >Contrariwise, the context in TL (2024.02.27) does show .J

[NTG-context] Re: Problem with JPEG2000 inclusion in 2025.02.28 update

2025-03-22 Thread Jim
ontext in TL (2024.02.27) does show .JP2 and .JPX images. While I could use the context from TL2024 to include JPX files, the TL2024 context breaks paragraphs differently than more recent versions, and is missing some other things which I depend upon. Thus my interest in either getting the JP2/JPX i

[NTG-context] Re: Grid and setupparagraphs problem, LMTX and MkIV

2025-03-09 Thread Rik Kabel
, but the paragraphs environment clearly is introducing extra space (or removing it). \setuplayout[grid=top] seems to fix both the vertical spacing and the subsequent alignment in your MWE. Thank you, Bruce. I ended up going to a different mechanism completely since I only need text in the second

[NTG-context] Re: Grid and setupparagraphs problem, LMTX and MkIV

2025-03-09 Thread Bruce Horrocks
> On 7 Mar 2025, at 23:07, Rik Kabel wrote: > > I am stumped trying to eliminate the extra vertical space in the following > example. Can anybody point out where it is coming from and, more importantly, > how to eliminate it. All lines should be on the grid, but the paragraphs

[NTG-context] Re: Grid and setupparagraphs problem, LMTX and MkIV

2025-03-08 Thread Wolfgang Schuster
Am 08.03.2025 um 00:07 schrieb Rik Kabel: Hello experts, I am stumped trying to eliminate the extra vertical space in the following example. Can anybody point out where it is coming from and, more importantly, how to eliminate it. All lines should be on the grid, but the paragraphs

[NTG-context] Grid and setupparagraphs problem, LMTX and MkIV

2025-03-07 Thread Rik Kabel
Hello experts, I am stumped trying to eliminate the extra vertical space in the following example. Can anybody point out where it is coming from and, more importantly, how to eliminate it. All lines should be on the grid, but the paragraphs environment clearly is introducing extra space (or

[NTG-context] Re: Strange display of math when enabling export xml/html/xhtml

2025-03-05 Thread Christoph Hintermüller via ntg-context
Dear Hans [Inline Response to message by Hans Hagen, Di, 2025-03-04 17:44 +0100: Answers and comments below corresponding cited paragraphs.] > On 3/4/2025 5:14 PM, Christoph Hintermüller via ntg-context wrote: > > Dear Hans, Dear all > > > > Once angain me trying to convert

[NTG-context] Re: Strange display of math when enabling export xml/html/xhtml

2025-03-04 Thread Christoph Hintermüller via ntg-context
Dear Hans [Inline Response to message by Hans Hagen, Di, 2025-03-04 17:44 +0100: Answers and comments below corresponding cited paragraphs.] > On 3/4/2025 5:14 PM, Christoph Hintermüller via ntg-context wrote: > > Dear Hans, Dear all > > > > Once angain me trying to convert

[NTG-context] Re: how to only switch fontclass ?

2025-02-25 Thread Wolfgang Schuster
e the lanuage for a single word etc. Another solution is to use the paragraph environment and create named paragraphs for each language, this can also be done with extreme tables and named table cells (e.g. \startxcell[chinese]). Wol

[NTG-context] Re: [ layout templates ]

2025-01-06 Thread Hans Hagen via ntg-context
/ templates? e.g. define a section to start with a particular template to be continued with a different template for following pages? Where can I find documentation? in the lowlevel-paragraphs manual

[NTG-context] Expected behaviour of \definelayout

2024-11-05 Thread louis . ad
to no avail, - The layout guide: "It's in the details" - The "ConTEXt Mark IV: an excursion" - The mailing list: Peter Hopcroft chimed in with a similar issue in Dec 2022 (which I did not manage to replicate; it appears the solution was to enforce paragraphs at the l

[NTG-context] Re: “breaking news”

2024-10-01 Thread Hans Hagen
On 10/1/2024 9:16 PM, Henning Hraban Ramm wrote: Am 01.10.24 um 00:17 schrieb Hans Hagen: It’s a novel of ~650 pages with a big range of paragraph lengths (some dialogues with short lines as well as paragraphs that span pages). “Of course” you often get a 3-line paragraph over a page break

[NTG-context] Re: “breaking news”

2024-10-01 Thread Henning Hraban Ramm
Am 01.10.24 um 00:17 schrieb Hans Hagen: It’s a novel of ~650 pages with a big range of paragraph lengths (some dialogues with short lines as well as paragraphs that span pages). “Of course” you often get a 3-line paragraph over a page break – it’s hard to avoid widows and orphans. depends

[NTG-context] Re: “breaking news”

2024-09-30 Thread Hans Hagen
ly it seems to be a bit better than before, needs less trickery, but it’s different enough that I had to start work on my current book from the beginning. It’s a novel of ~650 pages with a big range of paragraph lengths (some dialogues with short lines as well as paragraphs that span pages). “Of c

[NTG-context] Re: “breaking news”

2024-09-30 Thread Henning Hraban Ramm
less trickery, but it’s different enough that I had to start work on my current book from the beginning. It’s a novel of ~650 pages with a big range of paragraph lengths (some dialogues with short lines as well as paragraphs that span pages). “Of course” you often get a 3-line paragraph over a page

[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: Why does text within a very simple xtable seem to not want to take up a lot of free space?

2024-09-24 Thread Wolfgang Schuster
e the first line, that it makes me wonder why the 2nd line was even made. Did I do something wrong with my code? The quotation environment is a block elements which can contain one or more paragraphs but the environment itself can't be part of a paragraph itself with the default setup.

[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 \startparagrap

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

2024-09-23 Thread mf
ragraph or character style in DOCX, ICML or ODT when exported to those formats - e.g. when you have a Span with custom-style="myStyle" around some inline text, you'll get a character style "myStyle" in those formats - for paragraphs, it's a bit different: since they ha

[NTG-context] Re: Interline spacing in tabulate paragraphs

2024-09-15 Thread Wolfgang Schuster
Kirill Davidov schrieb am 15.09.2024 um 20:01: Ah, that helps. Then, one more question. I assume line=2.8ex is equivalent to single line spacing, yes? Do I therefore naively multiply that by, say, 1.5 to get 1.5 line spacing? Thanks! Yes, the default value is 2.8ex and the medium, big and numer

[NTG-context] Re: Interline spacing in tabulate paragraphs

2024-09-15 Thread Kirill Davidov
Ah, that helps. Then, one more question. I assume line=2.8ex is equivalent to single line spacing, yes? Do I therefore naively multiply that by, say, 1.5 to get 1.5 line spacing? Thanks! ___ If your question is of inte

[NTG-context] Re: Interline spacing in tabulate paragraphs

2024-09-15 Thread Florent Michel
Thank you Wofgang for the clarification and information! (And indeed using 4ex makes more sense than my 2em! I must be too used to systems which don't define ex...) Best regards, Florent Le dim. 15 sept. 2024 à 18:14, Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> a écrit : > Florent Mic

[NTG-context] Re: Interline spacing in tabulate paragraphs

2024-09-15 Thread Wolfgang Schuster
Florent Michel schrieb am 15.09.2024 um 17:44: Hello, It's probably not the best solution, but it seems to work on my side if I replace `big` by `2em`; see code below. When the whole document needs a larger interlinespace     \setupinterlinespace[big] is the wrong method and     \setupinte

[NTG-context] Re: Interline spacing in tabulate paragraphs

2024-09-15 Thread Florent Michel
kstra \NC\AR \NC Importanter word \EQ not much else here. \NC\AR \stoptabulate \stopdocument ``` Best regards, Florent Le dim. 15 sept. 2024 à 16:13, Kirill Davidov a écrit : > Greetings, > > Is there a way to set interline spacing in tabulate environments? The > table's paragrap

[NTG-context] Interline spacing in tabulate paragraphs

2024-09-15 Thread Kirill Davidov
Greetings, Is there a way to set interline spacing in tabulate environments? The table's paragraphs do not seem to obey \setupinterlinespace like the rest of the text does. Code to toy with: \startdocument \setupinterlinespace[big] \input lorem \starttabulate[|k0r|k0xp|][EQ={---}] \NC

[NTG-context] Re: (ConTeXt LMTX 2024, monospace font) Why does monospaced text go out of the margin for me? is this supposed to happen?

2024-09-14 Thread Wolfgang Schuster
Felix schrieb am 14.09.2024 um 06:40: https://pastebin.com/2ce1xSYf The code linked above has 3 paragraphs. One in TImes New Roman, the other in Aptos and the last in Aptos Mono. The paragraph with \tt seems to go over my margin of .5 inches for the left and right side of my doc., but the

[NTG-context] (ConTeXt LMTX 2024, monospace font) Why does monospaced text go out of the margin for me? is this supposed to happen?

2024-09-13 Thread Felix
https://pastebin.com/2ce1xSYf The code linked above has 3 paragraphs. One in TImes New Roman, the other in Aptos and the last in Aptos Mono. The paragraph with \tt seems to go over my margin of .5 inches for the left and right side of my doc., but the serif and sans serif text doesn'

[NTG-context] Re: How can I force ConTeXt to display my footnote on the same page as my foot note marker?

2024-07-29 Thread Hans Hagen via ntg-context
;, but not 'CASE 2' , placing footnotes related to the previous paragraphs every few paragraphs. But when I was generating a PDF, I found that the footnote didn't always appear on the same page as its footnote number, even though the footnote had very little text. What can I

[NTG-context] Re: How to hide any content?

2024-07-29 Thread Joel via ntg-context
acros that are creating extra spaces >> between paragraphs. Note these macros shouldn’t create any content, as they >> define content that will be sent to registers and content that is used for >> page references. Its more like invisible data, perhaps the word is >> “meta

[NTG-context] How can I force ConTeXt to display my footnote on the same page as my foot note marker?

2024-07-27 Thread ai2472206007
ated to the previous paragraphs every few paragraphs. But when I was generating a PDF, I found that the footnote didn't always appear on the same page as its footnote number, even though the footnote had very little text. What can I do to get my idea to work? T

[NTG-context] Re: How to hide any content?

2024-07-25 Thread Henning Hraban Ramm
Am 25.07.24 um 10:41 schrieb Taco Hoekwater: On 25 Jul 2024, at 10:29, Joel via ntg-context wrote: I have a strange issue with some macros that are creating extra spaces between paragraphs. Note these macros shouldn’t create any content, as they define content that will be sent to

[NTG-context] Re: How to hide any content?

2024-07-25 Thread Taco Hoekwater
> On 25 Jul 2024, at 10:29, Joel via ntg-context wrote: > > I have a strange issue with some macros that are creating extra spaces > between paragraphs. Note these macros shouldn’t create any content, as they > define content that will be sent to registers and content t

[NTG-context] How to hide any content?

2024-07-25 Thread Joel via ntg-context
I have a strange issue with some macros that are creating extraspaces between paragraphs. Note these macros shouldn’t create anycontent, as they define content that will be sent to registers andcontent that is used for page references. Its more like invisibledata, perhaps the word is

[NTG-context] Re: Quotation mark in drop caps

2024-07-11 Thread Thangalin
with the lead characters from the drawer below. > These days there are (better) alternatives to solve the issue of > separation text paragraphs. > > > (avoiding a problem instead of trying to solve it afterwards) > > .F > > _

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread vm via ntg-context
first place. Most likely to visually separate blocs of mono colored bread text with the lead characters from the drawer below. These days there are (better) alternatives to solve the issue of separation text paragraphs. (avoiding a problem instead of trying to solve it afterwards) .F

[NTG-context] Re: LUA API for page numbers

2024-05-21 Thread Wolfgang Schuster
he margin and the decision to make the break after block 10 happened afterwards. You can control page breaks to a certain degree with the \testpage command between paragraphs. \starttext \dorecurse{100} {\testpage[3] \bold{#1:} \samplefile{ward}% \startmarginblock Note #1\stopma

[NTG-context] Re: How to disable hyphenation at the end of a line?

2024-05-19 Thread Mikael Sundqvist
everywhere). In the total demerits calculation penalties are more or less squared, so setting \finalhyphendemerits to a ridiculously high value might do, for most paragraphs. /Mikael On Mon, May 20, 2024 at 3:33 AM Joel via ntg-context wrote: > > I'm using mostly default ConTeXt se

[NTG-context] Re: build_parshape and \getshapetext - need for a deeper understanding

2024-05-19 Thread Hans Hagen via ntg-context
fight several issues: - parshapes being reset at the end paragraph (handled here by luametatex context) - parshapes operate on lines, not dimension (i might add an aletnative one day) - you use a bit old mechanism (checkout the luametafun-paragraphs chapter) Now, is there a solution? It really depen

[NTG-context] How to place text, but make it completely hidden from viewers?

2024-05-09 Thread Joel via ntg-context
cite[author1912]    \stopeffect%     }% \input knuth It creates a paragraph break after the first knuth, then another after the hidden text, thereby creating a "double spaced" break between two paragraphs. Note the above code is used in many macros, so I don't have full control alw

[NTG-context] Re: Why is this description environment not showing the correct title?

2024-05-05 Thread Wolfgang Schuster
l I don't know how you want it to look, exactly, but ending the paragraph helps with the numbering. There is also a start/stop version that suggests a bit more structure. Paragraphs act as delimiter for each description in the old form, the environment form is better in this regards because

[NTG-context] Re: \par and \startlines

2024-04-26 Thread Denis Maier via ntg-context
nbetween referring to then? If each line is a paragraph, what's this group of paragraphs then? Can you manually switch to the next one? The inbetween setting works because ConTeXt checks at the start of each line whether it's empty (in this case the value is used) or not.

[NTG-context] Re: \par and \startlines

2024-04-26 Thread Wolfgang Schuster
kes no difference here. BTW: ConTeXt has a module for poems which can be loaded with \usemodule[format]. Wolfgang Ok. I'll have a look at this module. Just two questions: 1. so did this behavior change? 2. What is inbetween referring to then? If each line is a paragraph, what'

[NTG-context] Re: \par and \startlines

2024-04-26 Thread Denis Maier via ntg-context
ch can be loaded with \usemodule[format]. Wolfgang Ok. I'll have a look at this module. Just two questions: 1. so did this behavior change?  2. What is inbetween referring to then? If each line is a paragraph, what's this group of pa

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread hf
I said it was a good ideal all along. >> >> \stopitemize >> >> ``` >> >> Now the distance between the items is equal to the blank space between >> paragraphs. >> >> I want to reduce it equal to the distance between the lines of a paragra

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread Henning Hraban Ramm
ideal all along. \stopitemize ``` Now the distance between the items is equal to the blank space between paragraphs. I want to reduce it equal to the distance between the lines of a paragraph. You asked for a list, that is e.g. a table of contents (list of numbered items like sections or floats). If you

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread hf
en the items is equal to the blank space between paragraphs. I want to reduce it equal to the distance between the lines of a paragraph. Best, Hong April 25, 2024 at 4:22 PM, "Henning Hraban Ramm" wrote: > Am 25.04.24 um 10:20 schrieb h...@hongfeng.ch: > >> which

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Henning Hraban Ramm
like the first two paragraphs. The question is “what is ConTeXt,” and the answer is “we’re not LaTeX.” And why “infamous”? I agree. It sounds the same as "we're not msword" or "we're not google docs". (In the end the only thing that latex and context have in co

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-17 Thread Hans Hagen
On 4/17/2024 8:32 AM, Thomas A. Schmitz wrote: On 16. Apr 2024, at 21:56, Peter Hopcroft via ntg-context wrote: On 17/04/2024, at 7:11 AM, Henning Hraban Ramm wrote: In my poster (still WIP) I wrote: … Excellent No, I must admit I don’t like the first two paragraphs. The question

[NTG-context] Re: Wiki - test/proposal to further clarify documentation

2024-04-16 Thread Thomas A. Schmitz
> On 16. Apr 2024, at 21:56, Peter Hopcroft via ntg-context > wrote: > > > >> On 17/04/2024, at 7:11 AM, Henning Hraban Ramm wrote: >> >> In my poster (still WIP) I wrote: >> … > > Excellent No, I must admit I don’t like the first two paragr

[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
phs Command/ note Command/ ornament Command/ paragraphs Command/ placecombinedlist Command/ placefloat Command/ placelistoffloats Command/ placelistofsorts Command/ placelistofsynonyms Command/ placement Command/ placepairedbox Command/ placeregister Command/ presetlabeltext Command/ referenceformat

[NTG-context] Re: Visually balanced columns

2024-03-27 Thread Wolfgang Schuster
Alexey Kryukov schrieb am 27.03.2024 um 14:02: Hi list, I'd like to know if its is possible to get visually balanced mixedcolumns in lmtx. For example, if I have \blank's between paragraphs, I would like them to be stretched or expanded by a such way that the bottommost lines hav

[NTG-context] Visually balanced columns

2024-03-27 Thread Alexey Kryukov
Hi list, I'd like to know if its is possible to get visually balanced mixedcolumns in lmtx. For example, if I have \blank's between paragraphs, I would like them to be stretched or expanded by a such way that the bottommost lines have the same vertical position -- no matter, how many l

[NTG-context] Re: Japanese

2024-03-14 Thread Otared Kavian
ig3_1_15 et al, and > > https://www.w3.org/TR/jlreq/#fig3_1_4 > > • positioning of yokugo-ruby https://www.w3.org/TR/jlreq/#fig2_3_24 > > • inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 > > • emphasis with sesame dot or bullet > > • itemization http

[NTG-context] Re: Japanese

2024-03-14 Thread Emanuel Han via ntg-context
ositioning of yokugo-ruby https://www.w3.org/TR/jlreq/#fig2_3_24 > > • inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 > > • emphasis with sesame dot or bullet > > • itemization https://www.w3.org/TR/jlreq/#fig2_5_6 > > • indenting of quotation para

[NTG-context] Re: Japanese

2024-03-13 Thread Otared Kavian
rg/TR/jlreq/#fig2_3_24 > • inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 > • emphasis with sesame dot or bullet > • itemization https://www.w3.org/TR/jlreq/#fig2_5_6 > • indenting of quotation paragraphs > https://www.w3.org/TR/jlreq/#f

[NTG-context] Re: Japanese

2024-03-11 Thread Wolfgang Schuster
paragraphs https://www.w3.org/TR/jlreq/#fig2_5_7 Use the narrower or blockquote environment for this. * tab setting https://www.w3.org/TR/jlreq/#fig2_6_1 Just use a table. * furiwake https://www.w3.org/TR/jlreq/#fig2_7_2 * jidori https://www.w3.org/TR/jlreq/#fig2_7_4

[NTG-context] Re: Japanese

2024-03-10 Thread Jean-Pierre Delange
_3_24 * inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 * emphasis with sesame dot or bullet * itemization https://www.w3.org/TR/jlreq/#fig2_5_6 * indenting of quotation paragraphs https://www.w3.org/TR/jlreq/#fig2_5_7 * tab setting https://www.w3.org/TR/

[NTG-context] Re: Japanese

2024-03-10 Thread Emanuel Han via ntg-context
/#fig2_3_24 inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 emphasis with sesame dot or bullet itemization https://www.w3.org/TR/jlreq/#fig2_5_6 indenting of quotation paragraphs https://www.w3.org/TR/jlreq/#fig2_5_7 tab setting https://www.w3.org/TR/jlreq/#fig2_6_1 furiwake https

[NTG-context] Re: Japanese

2024-02-28 Thread Wolfgang Schuster
to it is more appropriate when the line length is longer than 35 characters./ I like the standard line gap which is provided by ConTeXt, which is equivalent to \setupwhitespace/[0pt]/. Even when using ruby, it works well. I found the best voffset for ruby to be -1.7ex. The \setupwhitespace set

[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
Dear List, At Work everything works fine now. Many thanks for those, who have written me. I have a question to my paragraphs: \definetextbackground[Paragaph][ location=paragraph, background=color, backgroundcolor=lightgray, leftoffset=.5\bodyfontsize, rightoffset=.5\bodyfontsize

[NTG-context] How to Create Asymmetrical Continuous Columns in ConTeXt?

2024-01-18 Thread seyal . zavira
Hi all, I have a lengthy text that I wish to seamlessly incorporate using the \input{mytext} command in ConTeXt. Additionally, I aim to present it in asymmetrical continuous columns, where the text flows over several pages. I have tried paragraphs and columns, but in paragraphs, I can't

[NTG-context] Re: Looking for itemize help

2024-01-15 Thread Jim
"packed,joineup", but apparently not if whitespace is active. >> "Usually" is in the eye of the beholder. ;-) >> I would have thought that having non-zero whitespace between paragraphs is >> common. For example, Aditya's blog linked to above has whitespac

  1   2   3   4   5   6   7   8   9   10   >