Re: [NTG-context] Hyphentation/Linebreak after x characters inside \WORD?

2020-04-23 Thread Rik Kabel
On 4/23/2020 15:01, Benjamin Buchmuller wrote: Sorry, I have just realized that the problem might not be \WORD{} actually, so this one hyphenates: \define[2]\mycommand{ \startxrow \startxcell o#1 \stopxcell \startxcell \tt\WORD #2 \stopxcell \stopxrow }

Re: [NTG-context] Hyphentation/Linebreak after x characters

2020-04-23 Thread Rik Kabel
On 4/23/2020 17:50, Wolfgang Schuster wrote: Benjamin Buchmuller schrieb am 23.04.2020 um 23:16: Hi Rik, Thanks for the fast reply! Your example works indeed nicely. However, within this solution my problem has shifted now (fully) towards breaking after the same number of characters, which s

[NTG-context] LMTX rollback?

2020-04-27 Thread Rik Kabel
My update script reports: 2020-04-27T12:40:53  ConTeXt updated from 2020.04.19T19:43 to 2020.04.26T19:59 2020-04-27T12:40:53  LuaMetaTeX updated from 2.05.02 to 2.05.01 2020-04-27T12:40:53  LuaMetaTeX functionality updated from 20200413 to 20200402 Is this an intentional rollback

[NTG-context] Three-deep itemize fails on LMTX

2020-05-04 Thread Rik Kabel
List, The following example works with MkIV latest, but fails with LMTX latest (Win10 x64). The complaint is ! Missing math style, treated as \displaystyle. \starttext   \startitemize   \item     Level 1 first     \startitemize     \item   Level 2 first

Re: [NTG-context] Three-deep itemize fails on LMTX

2020-05-04 Thread Rik Kabel
On 5/4/2020 17:13, Wolfgang Schuster wrote: Rik Kabel schrieb am 04.05.2020 um 23:07: List, The following example works with MkIV latest, but fails with LMTX latest (Win10 x64). The complaint is ! Missing math style, treated as \displaystyle. \starttext   \startitemize

Re: [NTG-context] how to interrupt doublesided in particular instance

2020-05-06 Thread Rik Kabel
On 5/6/2020 00:54, jbf wrote: So simple, Wolfgang. Thanks. I had got close amid all the varieties I was trying out to achieve the same result. Perhaps my closest was: \setuphead[chapter][pagebreak=chapterverso], but it couldn't quite cut it! Julian On 6/5/20 1:57 pm, Wolfgang Schuster wrote

Re: [NTG-context] error during the installation of luametatex

2020-05-09 Thread Rik Kabel
On 5/9/2020 02:52, Hans Hagen wrote: looks like a wrong binary .. should be 2.06.02 .. can you try this binary: http://dl.contextgarden.net/build/luametatex/x86_64-darwin/ (the farm generates two binaries for osx and it looks like the legacy machine has gone off line which happens when osx u

Re: [NTG-context] error during the installation of luametatex

2020-05-09 Thread Rik Kabel
On 5/9/2020 09:33, Hans Hagen wrote: On 5/9/2020 3:27 PM, Rik Kabel wrote: On 5/9/2020 02:52, Hans Hagen wrote: looks like a wrong binary .. should be 2.06.02 .. can you try this binary: http://dl.contextgarden.net/build/luametatex/x86_64-darwin/ (the farm generates two binaries for osx

Re: [NTG-context] error during the installation of luametatex

2020-05-09 Thread Rik Kabel
Context contributors team have carried out with focus and perseverance through the years.  Hello to Otared and Luigi with whom I  was in contact many years ago at the time of MKII . I also installed the same LMTX Context release on the Linux Subsystem for  Microsoft Windows 10 and on d

Re: [NTG-context] left protruding quotations

2020-05-14 Thread Rik Kabel
On 5/14/2020 11:21, Wolfgang Schuster wrote: Michael Guravage schrieb am 14.05.2020 um 10:37: When I start a paragraph with a \quote or a \quotation the left quotemark does not protrude, but when I use Unicode quotes it does. I would prefer to use the commands. Any suggestions on how I can ac

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Rik Kabel
On 5/19/2020 12:12, Pablo Rodriguez wrote: On 5/19/20 5:55 PM, Wolfgang Schuster wrote: Pablo Rodriguez schrieb am 19.05.2020 um 16:42: [...] I’m getting exactly the same error on Windows (x64). Where could we get the latest binary? You can download the binary from the following link but onl

Re: [NTG-context] output file name query

2020-05-22 Thread Rik Kabel
On 5/22/2020 11:39, Henning Hraban Ramm wrote: Am 22.05.2020 um 15:09 schrieb Wolfgang Schuster : Alan Bowen schrieb am 22.05.2020 um 14:33: In my project, I process a single product file by enabling various modes. What I would like to do is to vary the name of the output PDF file in each in

Re: [NTG-context] Getting width of text to be typeset

2020-05-22 Thread Rik Kabel
On 5/22/2020 18:18, Hans Hagen wrote: On 5/23/2020 12:03 AM, Hans Hagen wrote: On 5/22/2020 11:22 AM, cont...@vivaldi.net wrote: Hello, is it possible to get somehow the width of the "material" (box?) of the current line which is "ready" to be typeset? See the case: \starttext    so

Re: [NTG-context] Getting width of text to be typeset

2020-05-23 Thread Rik Kabel
On 5/22/2020 19:49, Rik Kabel wrote: If the OP simply wants the width of a string, one can use \setwidthof#1\to#2. \define\String{pqrs} \setwidthof{\String}\to\Wdth \String\ is \Wdth\ wide. \setwidthof{{\tfb\em\String}}\to\Wdth {\tfb\em\String} is \Wdth\ wide. I do not

Re: [NTG-context] How to define a font with an effect as a font with \definefont

2020-05-23 Thread Rik Kabel
On 5/23/2020 15:50, Gerben Wierda wrote: On 23 May 2020, at 20:06, Wolfgang Schuster > wrote: Pablo Rodriguez schrieb am 23.05.2020 um 20:02: On 5/23/20 11:52 AM, Gerben Wierda wrote: [] Actually, my setup is Optima with Helvetica used for Cyrilli

[NTG-context] \setupbackend in MkIV

2020-05-25 Thread Rik Kabel
I cannot get a PDF/A document produced with the latest MkIV beta 2020.05.18 16:46 (LMTX works without issue). Using the example from the wiki (https://wiki.contextgarden.net/PDF/A) I get the error stating: ... \p_file {\backendparameter {xmpfile}}\ifempty    

[NTG-context] Index formatting difference LMTX and MkIV

2020-08-26 Thread Rik Kabel
Hello list, I have an index which uses multilevel indexing (a+b+c) to insert entries which contain snips of text. LMTX behaves differently from MkIV when trimming that text, resulting in line wrapping which does not happen with MKiV. I am not sure when this began -- I just picked up work again

[NTG-context] Index formatting difference LMTX and MkIV redux

2020-10-21 Thread Rik Kabel
Hello list, About two months ago (2020-08-26) I described a difference between LMTX and MkIV in the setting of index registers entries, and more particularly, in the trimming of text to fit the available width therein. I have now created a smallish example to demonstrate the problem. I do no

[NTG-context] Which version of MkIV should we use?

2020-10-25 Thread Rik Kabel
Hello all, I have noticed some differences between the MkIV installed as part of LMTX and the MkIV installed via first-setup. Which should be used going forward when one wants to use MkIV? (One difference: \contextkind is defined in file context.mkiv installed via first-setup. It is not defi

Re: [NTG-context] Which version of MkIV should we use?

2020-10-26 Thread Rik Kabel
On 10/26/2020 04:37, Hans Hagen wrote: On 10/26/2020 12:09 AM, Rik Kabel wrote: Hello all, I have noticed some differences between the MkIV installed as part of LMTX and the MkIV installed via first-setup. Which should be used going forward when one wants to use MkIV? (One difference

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

2020-10-26 Thread Rik Kabel
Hello list, Another difference, perhaps the result of my lack of knowledge, but a difference. The following example produces different results for the fourth sequence, with the index being passed one item under MkIV and two items under LMTX. (The code is stripped out of a much more complex

Re: [NTG-context] Which version of MkIV should we use?

2020-10-28 Thread Rik Kabel
On 10/26/2020 08:05, Rik Kabel wrote: Hans, Let me rephrase the question. With the following example: \starttext \contextkind \stoptext The standalone installation returns a document containing "beta" and context --luatex with the LMTX installation complains of an

Re: [NTG-context] new upload

2020-11-06 Thread Rik Kabel
On 11/6/2020 16:03, Pablo Rodriguez wrote: On 11/6/20 8:42 PM, Hans Hagen wrote: Hi, Again a new lmtx upload. As these days are all about counting and numbers ... of the 19K visible macros some 14K are now flagged. Many thanks for the new release, Hans. I’m afraid that I cannot update unless

[NTG-context] fancybreak fails in LMTX

2020-11-07 Thread Rik Kabel
Hello all, The following example produces the expected output in MkIV, but fails in LMTX (both dated 2020-11-07). The modules directory was copied into the LMTX tree from the MkIV tree, and the log indicates that the module is loaded. It gives no other clues. The output has a blank line where

Re: [NTG-context] Index formatting difference LMTX and MkIV redux

2020-11-17 Thread Rik Kabel
Bump. This is still a problem. Can anyone acknowledge that the problem exists outside my own installation? If so, is there a work-around? An explanation? On 10/21/2020 21:42, Rik Kabel wrote: Hello list, About two months ago (2020-08-26) I described a difference between LMTX and MkIV in

Re: [NTG-context] reusableMPgraphic not working

2020-11-18 Thread Rik Kabel
On 11/18/2020 08:11, Bruce Horrocks wrote: Just working through the Metafun manual and have hit a problem. In the following MWE the green circle appears but the blue one doesn't. Surely reusable graphics must be so commonly used that it has to be me that's doing something wrong? (Context ver

[NTG-context] LMTX fails with custom tags (MkIV continues to work)

2020-11-18 Thread Rik Kabel
Documents fail with an error when they include \startelement[tagname]. This started on or before the 2020.11.17T12:42 LMTX update, and continues with 2020.11.18 19:16 LMTX. MkIV continues to work as expected. Example: \setelementbackendtag[myTag] \setelementnature[myTag][mixed] \star

[NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Rik Kabel
Another LMTX/MkIV difference, this time with expansion: \define\Align{yes} \starttext \startalignment[\Align]     This works with MkIV but fails with LMTX, complaining: {\tt     tex error on line 3 in file G:/expand.mkvi: The file ended     when scanning an argument.} \bla

Re: [NTG-context] LMTX MkIV difference in expansion

2020-11-19 Thread Rik Kabel
On 11/19/2020 17:03, Hans Hagen wrote: On 11/19/2020 9:41 PM, Wolfgang Schuster wrote: Rik Kabel schrieb am 19.11.2020 um 21:20: Another LMTX/MkIV difference, this time with expansion:     \define\Align{yes}     \starttext     \startalignment[\Align]     This works with MkIV but fails

[NTG-context] Problem with setupcharacterspacing and comma

2020-11-20 Thread Rik Kabel
Hello all, Playing with define/setup/set characterspacing, I have come across some odd, perhaps buggy, behavior. This applies to both MkIV 2020.11.19 11:23 and LMTX 2020.11.19 11:28. The problem is that character spacing is not effected for the left side of the comma character. It is handled

Re: [NTG-context] Problem with setupcharacterspacing and comma

2020-11-21 Thread Rik Kabel
On 11/21/2020 04:46, Hans Hagen wrote: On 11/21/2020 4:57 AM, Rik Kabel wrote: Hello all, Playing with define/setup/set characterspacing, I have come across some odd, perhaps buggy, behavior. This applies to both MkIV 2020.11.19 11:23 and LMTX 2020.11.19 11:28. The problem is that

Re: [NTG-context] LMTX MkIV difference in expansion

2020-11-21 Thread Rik Kabel
On 11/21/2020 10:05, Wolfgang Schuster wrote: Rik Kabel schrieb am 20.11.2020 um 00:18: You are right about not quite understand. There are cases where you want to pass a command to another command as it is without replacing it with its content, e.g. when you store the \TeX logo in the

Re: [NTG-context] RE : upload

2020-11-23 Thread Rik Kabel
On 11/23/2020 17:02, Hans Hagen wrote: On 11/23/2020 9:42 PM, Joseph wrote: After running install.bat I see error : new attempt The following works with the mkiv installation and with the lmtx install and context --luatex. It fails with an undefined control sequence error when run with conte

[NTG-context] Display reference number as Roman number

2020-11-24 Thread Rik Kabel
Hello all, What I thought should be a simple conversion escapes me. I have a reference (created originally via a label defined by \definelabel) that, when referenced as *\in[label]* or *\ref[number][label]* displays a number, and that is how I normally use it. However, I want to display it in

[NTG-context] Another LMTX small issue

2020-11-25 Thread Rik Kabel
The following code generates an error message in the log under LMTX 2020.11.24 19:02 but compilation continues with no apparent issue. \starttext \framedtext{abc} \stoptext -- Rik ___ If your question is o

[NTG-context] framedtext is (still) broken in LMTX

2020-11-29 Thread Rik Kabel
With ConTeXt  ver: 2020.11.28 13:18 LMTX  fmt: 2020.11.29 the *\framedtext* output is consistently *0.8\textwidth*. MkiV gives the expected result. \starttext \framedtext{Fail}\par \framedtext[width=fit]{Fail}\par \framedtext[width=3cm]{Fail}\par \framedtext[width=0.8\textwidth]{

Re: [NTG-context] framedtext is (still) broken in LMTX

2020-11-30 Thread Rik Kabel
On 11/29/2020 17:15, Hans Hagen wrote: On 11/29/2020 10:33 PM, Rik Kabel wrote: With ConTeXt  ver: 2020.11.28 13:18 LMTX fmt: 2020.11.29 the *\framedtext* output is consistently *0.8\textwidth*. MkiV gives the expected result.     \starttext     \framedtext{Fail}\par     \framedtext[width

Re: [NTG-context] framedtext is (still) broken in LMTX

2020-11-30 Thread Rik Kabel
On 11/30/2020 15:05, Wolfgang Schuster wrote: Rik Kabel schrieb am 30.11.2020 um 18:15: On 11/29/2020 17:15, Hans Hagen wrote: On 11/29/2020 10:33 PM, Rik Kabel wrote: With ConTeXt  ver: 2020.11.28 13:18 LMTX  fmt: 2020.11.29 the *\framedtext* output is consistently *0.8\textwidth*. MkiV

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Rik Kabel
On 12/2/2020 13:59, T. Kurt Bond wrote: Interesting. Here is a an example that sort of works, Variant 1: \definefontfamily[english] [rm] [ebgaramond] [features={default, dlig=no}] \setupbodyfont[english,10pt] \starttext Variant 1: Does this look like EBGaramond? f

Re: [NTG-context] How do I get rid of the ct and st ligatures in EBGaramond?

2020-12-02 Thread Rik Kabel
On 12/2/2020 13:34, Hans Hagen wrote: On 12/2/2020 5:54 PM, Joey McCollum wrote: If you're using Octavio Pardo's version of EB Garamond (https://github.com/octaviopardo/EBGaramond12 ), then these ligatures are covered (along with the Th ligature)

[NTG-context] Uploaded LuaMetaTeX version

2020-12-04 Thread Rik Kabel
My update log says: 2020-12-04T11:32:59  ConTeXt updated from 2020.12.01T17:52 to 2020.12.03T19:02 2020-12-04T11:32:59  LuaMetaTeX downdated from 2.08.03 20201123 549 to 2.05.01 20200402 491 That is quite a change! On 12/4/2020 07:01, Hans Hagen wrote: On 12/4/2020 11:19 AM, Hennin

[NTG-context] thinrules width

2020-12-14 Thread Rik Kabel
Hello list, and developers in particular, I note that thinrules (and its setup, setupthinrules, and relatives thinrule and hairline) does not have a width setting, and always sets a rule (or rules) the full width of the text area (less any text set on the same line. No problem, but I do see

Re: [NTG-context] Display reference number as Roman number

2021-01-06 Thread Rik Kabel
On 11/24/2020 22:09, Rik Kabel wrote: Hello all, What I thought should be a simple conversion escapes me. I have a reference (created originally via a label defined by \definelabel) that, when referenced as \in[label] or \ref[number][label] displays a number, and that is how I normally use

[NTG-context] Using \overloaded

2021-01-23 Thread Rik Kabel
Hans and all, Preparing my standard environments for future strict enforcement of overloading prevention, I have run into one issue. I had been using the following construction to change the formatting of URLs: \let\OrigHyphenatedurl\hyphenatedurl \starttexdefinition hyphenatedurl #UR

Re: [NTG-context] Using \overloaded

2021-01-24 Thread Rik Kabel
On 1/24/2021 04:33, Wolfgang Schuster wrote: Rik Kabel schrieb am 24.01.2021 um 05:13: Hans and all, Preparing my standard environments for future strict enforcement of overloading prevention, I have run into one issue. I had been using the following construction to change the formatting

[NTG-context] Change to wordright behavior?

2021-04-18 Thread Rik Kabel
Dear all, At some time in the last couple of years the behavior of \wordright seems to have changed, at least in the following situation. With the following example: \starttext \hsize3cm   Aaa\wordright{Aaa}\par   \sc{Bbb\wordright{Bbb}}\par   {\sc Ccc\wordright{Ccc}}\par

Re: [NTG-context] Change to wordright behavior?

2021-04-21 Thread Rik Kabel
On 4/18/2021 22:12, Rik Kabel wrote: Dear all, At some time in the last couple of years the behavior of \wordright seems to have changed, at least in the following situation. With the following example: \starttext \hsize3cm   Aaa\wordright{Aaa}\par   \sc{Bbb\wordright{Bbb

[NTG-context] definelabel and TEXpage

2021-05-20 Thread Rik Kabel
In the following example: \definelabel[BB][alternative=inright,headcolor=red,text=] \startTEXpage Where is the label?\BB \stopTEXpage The label is not displayed if a TEXpage is used, but if the start/stop is changed to starttext/stoptext, all is well. Is this expected? -- Rik __

[NTG-context] Color problem

2021-05-20 Thread Rik Kabel
Consider the following example: \define \HighlightColor {red} \definehighlight[RED][color=\HighlightColor] \definelabel[AA][alternative=inright,headcolor=\HighlightColor,text=] \definelabel[BB][alternative=inright,headcolor=red,text=] \noheaderandfooterlines \starttext \hsize

Re: [NTG-context] Color problem

2021-05-21 Thread Rik Kabel
On 5/21/2021 00:26, Wolfgang Schuster wrote: Aditya Mahajan schrieb am 21.05.2021 um 04:47: On Thu, 20 May 2021, Rik Kabel wrote: Consider the following example:     \define \HighlightColor {red} Why not just use: \definecolor[HighlightColor][red] and then use color=HighlightColor, etc

Re: [NTG-context] definelabel and TEXpage

2021-05-21 Thread Rik Kabel
On 5/21/2021 00:16, Wolfgang Schuster wrote: Rik Kabel schrieb am 21.05.2021 um 04:31: In the following example:     \definelabel[BB][alternative=inright,headcolor=red,text=]     \startTEXpage     Where is the label?\BB     \stopTEXpage The label is not displayed if a TEXpage is used, but if

Re: [NTG-context] One chapter with different heading settings

2021-05-23 Thread Rik Kabel
On 5/23/2021 07:43, Jeroen wrote: In the preamble I have the following setup for the chapter header setup. There is one chapter I want to have a different heading setup with some less spacing, what would be the easiest way to achieve this? \setuphead [section] [style=bold, before={\vskip4mm},

Re: [NTG-context] BibTeX inproceedings entries not rendered correctly in APA style

2021-05-24 Thread Rik Kabel
On 5/24/2021 16:28, Nicola wrote: I don't know if this is restricted to inproceedings entries, but consider the following test.bib: @inproceedings{Foo:1983, author = {Foo, Bar}, booktitle = {Booktitle}, pages = {34--39}, title = {Title of the paper},

Re: [NTG-context] BibTeX inproceedings entries not rendered correctly in APA style

2021-05-24 Thread Rik Kabel
On 5/24/2021 22:12, Alan Braslau wrote: On Mon, 24 May 2021 17:53:49 -0400 Rik Kabel wrote: This is intended. Or rather, it is a side-effect of the intended behavior. If you add an editor ("editor={Baz, Bar}") you will get something like: Foo, B. (1983). Title of the paper.

[NTG-context] Unnecessary loading of lm-mono

2021-05-26 Thread Rik Kabel
For a few revisions now, I have seen the following as the very first line of log files. It is not coming from my document. Is anybody else seeing it? fonts   > beware: no fonts are loaded yet, using 'lm mono' in box Here is an example document that generates it: \setupbodyfon

Re: [NTG-context] BibTeX inproceedings entries not rendered correctly in APA style

2021-05-28 Thread Rik Kabel
On 5/28/2021 16:33, Alan Braslau wrote: On Fri, 28 May 2021 19:52:19 - (UTC) Nicola wrote: If there is no publisher, then @unpublished is a better category. APA explicitly, and for good reason, accounts for self-publishing, indicating that the Author was the publisher. Ah ok, that explai

Re: [NTG-context] Hyphenation again

2021-06-06 Thread Rik Kabel
On 6/6/2021 12:11, Steffen Wolfrum wrote: Hi, yet another strange thing: «ap-plic-» See code below, Steffen \mainlanguage[en] \startexceptions[en] appli-ca​ble obli-gated \stopexceptions \startexceptions[de] appli-ca​ble obli-gated \stopexceptions \startexceptions[it] appli-ca​ble obl

[NTG-context] LMTX problem with doifmode in \setuplayout

2021-06-08 Thread Rik Kabel
,     marking=\doifmode{aaa}{off},    ] \starttext    This is only a test. \stoptext This did work without complaint a few months ago. -- Rik Kabel ___ If your question is of interest to others

Re: [NTG-context] LMTX problem with doifmode in \setuplayout

2021-06-08 Thread Rik Kabel
On 6/8/2021 16:11, Wolfgang Schuster wrote: Rik Kabel schrieb am 08.06.2021 um 18:14: Hello all, Odd issue with LMTX (works fine with --luatex). \doifelsemode causes a failure if it is used to set a simple value such as on, off, yes, no, ..., but works with a dimension. Perhaps better

[NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-21 Thread Rik Kabel
Hello all, Last October Denis Maier complained about a spurious empty line generated with protrusion and bidi active and a full paragraph. (See https://www.mail-archive.com/ntg-context@ntg.nl/msg95916.html or similar on your favo

Re: [NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-23 Thread Rik Kabel
On 6/23/2021 18:10, Hans Hagen wrote: On 6/22/2021 4:52 AM, Rik Kabel wrote: [...]ome an alternative way to do that.) I'll send you a possible fix but it needs a bit of testing. It has to do with (probably spurious) spaces which means that the parbuilder then considers the dir node to

Re: [NTG-context] LMTX, BIdi, full paragraph, and spurious empty line

2021-06-24 Thread Rik Kabel
On 6/23/2021 19:44, Rik Kabel wrote: On 6/23/2021 18:10, Hans Hagen wrote: On 6/22/2021 4:52 AM, Rik Kabel wrote: [...]ome an alternative way to do that.) I'll send you a possible fix but it needs a bit of testing. It has to do with (probably spurious) spaces which means tha

Re: [NTG-context] injectors not working in LMTX?

2021-06-24 Thread Rik Kabel
In March, Pablo wrote: the following sample (from https://pragma-ade.com/general/manuals/workflows-mkiv.pdf#search=resort) doesn’t get right output with LMTX (current latest from 2021.03.25 14:04): \showinjector \setinjector[register][3][\column] \setinjector[list][2][

[NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
I get no quotation marks at all (and no protrusion) with \quotation{text} using \setupquotation[method=font]. This seems to have started earlier this month, but for the record, I am using ConTeXt  ver: 2021.06.24 19:19 LMTX. Wolfgang's example from a related thread earlier this month (https:/

Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
Thank you Wolfgang for the quick diagnosis and Hans for the fast turnaround. -- Rik ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.

[NTG-context] Protrusion in notes, was Re: setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
On 6/24/2021 18:50, Rik Kabel wrote: Thank you Wolfgang for the quick diagnosis and Hans for the fast turnaround. Sorry, I was wrong about the turnaround -- I tested on my own patched copy, not the new download, but I am sure it will appear soon. Follow-up question. Can protrusion be

[NTG-context] Soft-hyphen in Antykwa.

2021-06-26 Thread Rik Kabel
All, In recent compilations of a document using Antykwa Torunska Condensed (in headings in the margin), I now have no hyphen at a word break, and see the following in the log: fonts   > checking > char ­ (U+000AD) in font 'AntykwaTorunskaCond-Regular' with id 73: missing Is th

Re: [NTG-context] Soft-hyphen in Antykwa.

2021-06-26 Thread Rik Kabel
On 6/26/2021 18:38, Rik Kabel wrote: All, In recent compilations of a document using Antykwa Torunska Condensed (in headings in the margin), I now have no hyphen at a word break, and see the following in the log: fonts   > checking > char ­ (U+000AD) i

Re: [NTG-context] Soft-hyphen in Antykwa.

2021-06-27 Thread Rik Kabel
On 6/27/2021 07:46, Hans Hagen wrote: On 6/27/2021 12:38 AM, Rik Kabel wrote: All, In recent compilations of a document using Antykwa Torunska Condensed (in headings in the margin), I now have no hyphen at a word break, and see the following in the log:     fonts   > check

Re: [NTG-context] Soft-hyphen in Antykwa.

2021-06-27 Thread Rik Kabel
On 6/27/2021 14:14, Rik Kabel wrote: On 6/27/2021 07:46, Hans Hagen wrote: On 6/27/2021 12:38 AM, Rik Kabel wrote: All, In recent compilations of a document using Antykwa Torunska Condensed (in headings in the margin), I now have no hyphen at a word break, and see the following in the log

[NTG-context] log: use \thinspace instead of \,

2021-06-28 Thread Rik Kabel
All, Examining recent log files, I see the message suggestion  > use \thinspace instead of \, When was this instituted? What does it mean? Has \, been deprecated? For many years it was recommended as a short form of \thinspace, and implementing the replacement would certainly result i

Re: [NTG-context] Heading for endnotes / grouped by chapter endnotes

2021-06-30 Thread Rik Kabel
For what its worth, I offer my endnote apparatus with updates for parts. It uses the standard note/notation mechanism, not a list, for endnotes. Perhaps it can be further adapted to the needs of this thread. There is at least one small issue with it: I have to use \stopendnote even though I de

[NTG-context] Modules under LMTX, was Re: Use of lettrine module in LMTX

2021-07-25 Thread Rik Kabel
On 7/25/2021 16:14, Nicola wrote: On 2021-07-23, Arthur Rosendahl wrote: On Fri, Jul 23, 2021 at 03:10:59PM +0200, Gerben Wierda wrote: I just made a remark on ConTeXtgarden not mentioning this. I am guilty and apologize for the bad advice. But I'd like to point out that not *all* the modules

[NTG-context] Re: new upload

2023-07-10 Thread Rik Kabel
The following code now fails. It works as expected under 2023.05.05 as found in the texlive.net runner. \defineparagraphs[TwoCols][n=2] \setupparagraphs[TwoCols][2][\width=.5\textwidth] \starttext \input knuth \par \startTwoCols \input knuth \par \nextTwoCols \input knu

[NTG-context] Re: new upload

2023-07-18 Thread Rik Kabel
On 7/18/2023 4:12 PM, Hans Hagen wrote: Hi, In todays upload there is a follow up on a new feature that is already present in the previous upload (but that was not yet advertised):   context --parallel test1.tex test2.tex test3.tex   context --parallel --pattern=test*.tex   context --paral

[NTG-context] Re: upload

2023-08-09 Thread Rik Kabel
On 8/9/2023 11:42 AM, Hans Hagen wrote: Hi, I uploaded a new lmtx. There are some new features that wil be revealed in the future (likely after the meeting) but here is one: Two problems with this upload. First, page number suppression no longer works. Second, table captions are not displa

[NTG-context] Re: Very strange error:

2023-08-14 Thread Rik Kabel
On 8/14/2023 11:41 AM, Xavier B. wrote: After I run context (LMTX version) to my document (attached) I get this error: tex error > tex error on line 540 in file ./dev.tex: The file ended when scanning an argument. I don't know how to start... Can anyone help me? Thanks, Xavier PS: I r

[NTG-context] Re: Very strange error:

2023-08-14 Thread Rik Kabel
On 8/14/2023 12:42 PM, Rik Kabel wrote: On 8/14/2023 11:41 AM, Xavier B. wrote: After I run context (LMTX version) to my document (attached) I get this error: tex error > tex error on line 540 in file ./dev.tex: The file ended when scanning an argument. I don't know how

[NTG-context] Re: disable header for endnotes

2023-08-16 Thread Rik Kabel
On 8/16/2023 5:02 AM, jbf wrote: I wonder if someone might be able to help me with this. I have a book in three parts and the author wants endnotes. No problem. I can produce those with \setupfootnotes[location=text] and then \placefootnotes. However, I would like the header to read 'Notes'

[NTG-context] Re: no packed in current latest (LMTX only)

2023-09-04 Thread Rik Kabel
On 9/4/2023 12:12 PM, Pablo Rodriguez wrote: Dear list, after updating to current latest (from 2023.09.03 19:03), packed list doesn’t seem to work in LMTX: \starttext \startTEXpage[offset=1em] \startitemize[packed] \item item \item item \stopitemize \stopTEXpage \stopte

[NTG-context] out of order sectionsblocks

2023-09-04 Thread Rik Kabel
The following example generates a log file which begins with the line structure   > lists > out of order sectionsblocks, maybe use \setsectionblock My larger document has over a hundred of these at the beginning. \setupnote [endnote] [location=none] \starttext  \startbodymat

[NTG-context] Re: Chapters without new page

2023-09-14 Thread Rik Kabel
On 9/14/2023 5:49 PM, Jeroen wrote: In the \startbackmatter ... \stopbackmatter section i would like to have some chapters that are not automatically placed on a new page for the next chapter. Is there an easy way to suppress the new page for these chapters? Thanks, Jeroen Untried: 1. Defi

[NTG-context] Re: Chapters without new page

2023-09-14 Thread Rik Kabel
On 9/14/2023 10:10 PM, Rik Kabel wrote: On 9/14/2023 5:49 PM, Jeroen wrote: In the \startbackmatter ... \stopbackmatter section i would like to have some chapters that are not automatically placed on a new page for the next chapter. Is there an easy way to suppress the new page for these

[NTG-context] Re: Chapters without new page

2023-09-15 Thread Rik Kabel
On 9/15/2023 4:10 AM, Taco Hoekwater wrote: On 15 Sep 2023, at 09:58,wrote: I thought there should be a setups key on \setupsectionblock, but apparently there isn’t. So, the example below does not work, but maybe it wouldn’t be too hard to add it… There is a ‘before' key, but note that

[NTG-context] Libertinus error with today's version

2023-09-18 Thread Rik Kabel
(Running 2023.09.18 17:40 on Windows 11 x64) With \setupbodyfont[libertinus,11pt] \starttext Hello \stoptext I get no text output in the pdf and the following error reports: fonts   > otf loading > loading 'G:/ConTeXt_LMTX/tex/texmf/fonts/data/public/libertinus/Liber

[NTG-context] Re: bibliography questions

2023-10-05 Thread Rik Kabel
On Oct 3, 2023 16:32, Henning Hraban Ramm wrote:Am 03.10.23 um 02:02 schrieb Alan Braslau: > On Mon, 2 Oct 2023 13:13:52 +0200 > Henning Hraban Ramm wrote: > >> Consider: >> @Book {rattenhka, >> author = "Bettina von Arnim and Gisela von Arnim", >> title = "Das Leben der Hochgräfin Gritta

[NTG-context] Re: bibliography questions

2023-10-05 Thread Rik Kabel
Sorry, pandoc, not procmail.On Oct 5, 2023 09:05, Rik Kabel wrote:On Oct 3, 2023 16:32, Henning Hraban Ramm wrote:Am 03.10.23 um 02:02 schrieb Alan Braslau: > On Mon, 2 Oct 2023 13:13:52 +0200 > Henning Hraban Ramm wrote: > >> Consider: >> @Book {rattenhka, >>

[NTG-context] Problem with textstyle

2023-11-17 Thread Rik Kabel
Hello list, The following example does not compile, complaining “Missing number, treated as zero needed to see a number, look up 'weird error' in the index to The TeXbook”: \setuphead   [chapter] [   textstyle=cap,    

[NTG-context] Font version parse question

2024-03-07 Thread Rik Kabel
Hello all, The font tweak file libertinus_math.lfg tests for a font version of *7.040*, but the result of the version parse is *7.040;RELEASE*, resulting in an error message. I do not know if this is the fault of the parser or of the font metadata. Changing the test in the .lfg file fixes the

[NTG-context] Log entries about confusing level change

2024-03-07 Thread Rik Kabel
Hello all, The following example produces two log entries that seem a bit odd. The log entries are: backend > bookmarks > confusing level change at level 3 around '1 body1' backend > bookmarks > confusing level change at level 3 around 'back1' and they refer to the

[NTG-context] Re: more register questions!

2024-05-07 Thread Rik Kabel
Hello Wolfgang and all, I have been trying to extend this to handle endnotes. So far, I have not succeeded; the number is always that of the last endnote. I could possibly increment a counter for each endnote processed, but that seems a hack. -- Rik On 2024-05-03 06:18, Wolfgang Schuster w

[NTG-context] Errors with 2024-05-11 LMTX

2024-05-12 Thread Rik Kabel
I have come across an error that halts processing with the latest release. The following demonstrates this: \setuppagenumbering [location=] \starttext  \dorecurse{36}{\dorecurse{19}{abc }}  \startplacetable[location=split,title={Table}]     \starttabulate[|p|p|]     \HL

[NTG-context] Re: Errors with 2024-05-11 LMTX

2024-05-12 Thread Rik Kabel
On 2024-05-12 19:01, Hans Hagen wrote: On 5/12/2024 6:50 PM, Rik Kabel wrote: I have come across an error that halts processing with the latest release. The following demonstrates this: That one was hard to find as it was not something new hut just showing up now. Can you try the latest

[NTG-context] Re: how to prevent item appearing in List of Figures

2024-05-30 Thread Rik Kabel
Bypass the place figure mechanism completely  by placing them on the page in an overlay. On May 30, 2024 04:22, Tomáš Hála wrote:Hi Charlie, I guess that \starttplacefigure[location={none},...] might help you. Or (older) \placefigure[none][,,,]{...}{...} Best, Tomáš > I haven’t type

[NTG-context] Re: missing space with French quotation

2024-05-30 Thread Rik Kabel
From my basic environment file, a useful reminder: %% \mainlanguage sets language used for labels (TOC, chapters, ...) %% \language sets language to use for hyphenation, quote rules, ... -- Rik On 2024-05-30 11:34, Peter Münster wrote: Hi, When using \start/stopquotation in French docu

[NTG-context] Re: missing space with French quotation

2024-05-30 Thread Rik Kabel
My apologies to all, and thank you, Wolfgang. Time to update my notes. -- Rik On 2024-05-30 16:33, Wolfgang Schuster wrote: Rik Kabel schrieb am 30.05.2024 um 19:21:  From my basic environment file, a useful reminder:     %% \mainlanguage sets language used for labels (TOC, chapters

[NTG-context] Inserting text between end notes

2024-08-31 Thread Rik Kabel
Hello all, I am trying to implement some style-guide-defined (Chicago 17, and now, 18) requirements to the end notes in a book. The need is to insert non-end-note text into the list of end notes. But end notes are not a list (as far as I can see) and \writetolist and such are no help. The te

[NTG-context] Problem with end note processing

2024-08-31 Thread Rik Kabel
Hello all, I am working through some issues with end notes, and came across a what appears to be a bug as demonstrated in the following MWE. ConTeXt  ver: 2024.08.16 15:49 LMTX  fmt: 2024.8.16  int: english/english \setupnote [endnote][location=none] \setupnotation [endnote][] \s

[NTG-context] Re: Inserting text between end notes

2024-09-03 Thread Rik Kabel
: On 1 Sep 2024, at 03:53, Rik Kabel wrote: Hello all, I am trying to implement some style-guide-defined (Chicago 17, and now, 18) requirements to the end notes in a book. The need is to insert non-end-note text into the list of end notes. But end notes are not a list (as far as I can see) and

[NTG-context] Inmargin labels fail to be placed on makeup pages

2024-09-11 Thread Rik Kabel
Hello all, As the subject says, labels (\definelabel) with alternative=inmargin are not placed on makeup pages. (Left and right placement works.) The following example demonstrates this. (ConTeXt  ver: 2024.08.16 15:49 LMTX  fmt: 2024.8.16  int: english/english) \showframe \definemakeu

  1   2   3   4   5   6   >