[NTG-context] Re: PDF, runner, and TikZ patches

2024-03-15 Thread Hans Hagen
version), I'd still like the cmyk support, even if there is no ability to specify colour profiles: \def\pgfutil@emu@cmyk#1#2,#3,#4,#5\@nil { \pgfmathsetmacro{\@red@}{(1 - #2) * (1 - #5)}% \pgfmathsetmacro{\@green@}{(1 - #3) * (1 - #5)}% \pgfmathsetmacro{\@blue@}{(1 - #4) * (1 - #5

[NTG-context] Re: PDF, runner, and TikZ patches

2024-03-15 Thread Max Chernoff
ewer than I thought?), so this seemed like the right place to start. > And, if anyone has the will to push this (or add it in to a ConTeXt > distribution version), I'd still like the cmyk support, even if there is no > ability to specify colour profiles: > > \def\pgfutil(a)emu@cmyk#1#2,#3,#4

[NTG-context] Re: PDF, runner, and TikZ patches

2024-03-14 Thread Jim
Max (et al), were you hoping the ConTeXt distribution would ship its own pgfutil-context.def, or were you hoping that someone could convince Henri to put the RGB change in? And, if anyone has the will to push this (or add it in to a ConTeXt distribution version), I'd still like the cmyk support

[NTG-context] Re: Japanese

2024-03-14 Thread Otared Kavian
etup for writing Japanese: I tested with both > files, and noticed that with the new version the output looks great. > > I have a question about the code in the \directlua{} part of your setup: why, > for instance, the > paperSize = « B5" > is defined « by hand » there, instead of be

[NTG-context] Re: Japanese

2024-03-14 Thread Emanuel Han via ntg-context
gt; files, and noticed that with the new version the output looks great. > I have a question about the code in the \directlua{} part of your setup: why, > for instance, the > paperSize = « B5" > is defined « by hand » there, instead of being retrieved from the command > \setuppapersize[B

[NTG-context] Re: Japanese

2024-03-13 Thread Otared Kavian
Hi Emmanuel, Thank you so much for the new setup for writing Japanese: I tested with both files, and noticed that with the new version the output looks great. I have a question about the code in the \directlua{} part of your setup: why, for instance, the paperSize = « B5" is de

[NTG-context] Re: issue with module update

2024-03-11 Thread Pablo Rodriguez via ntg-context
I made that change to avoid having two releases with the same date (I think this also may give issues with symlinks). Well, I realize that if I make a wrong release, I have to number the new version with only numbers (and maybe points instead of hyphens). Sorry again for giving problem

[NTG-context] Re: issue with module update

2024-03-11 Thread Taco Hoekwater
> On 11 Mar 2024, at 16:57, Pablo Rodriguez via ntg-context > wrote: > > Dear list, > > I have just updated a module named PresVoz. > > I get the standard directory > (https://modules.contextgarden.net/dl/presvoz/) and > (https://modules.contextgarden.

[NTG-context] issue with module update

2024-03-11 Thread Pablo Rodriguez via ntg-context
Dear list, I have just updated a module named PresVoz. I get the standard directory (https://modules.contextgarden.net/dl/presvoz/) and (https://modules.contextgarden.net/dl/presvoz-{%version%}.zip), but no https://modules.contextgarden.net/dl/presvoz.zip (with current version). So when

[NTG-context] Re: has the statistical charts module a new home?

2024-03-11 Thread Aditya Mahajan
On Mon, 11 Mar 2024, Henning Hraban Ramm wrote: > Hi Tomáš et al., > > the site https://akela.mendelu.cz/~thala/statcharts/ and actually the whole > server disappeared. > > Is there a new download location for the charts module? There is a version on internet archive: https

[NTG-context] Re: Japanese

2024-03-10 Thread Jean-Pierre Delange
Emanuel, Your sample seems to work fine on CTX MKIV 2024.01.24 version , as far as I see the final PDF output. And ConTeXt doesn't complain, even in the log ! Best//JP Le 10/03/2024 à 17:43, Emanuel Han via ntg-context a écrit : Hi all, I added https://wiki.contextgarden.net

[NTG-context] Re: additional font faces

2024-03-08 Thread Henning Hraban Ramm
Am 08.03.24 um 18:02 schrieb Hans Hagen: On 3/8/2024 5:55 PM, Henning Hraban Ramm wrote: Hi, if I need an additional pair of upright and italic font faces, e.g. a Medium or Light version, would it make sense to define them like this: I'd just define a new typeface / bodyfont, using fo

[NTG-context] Re: additional font faces

2024-03-08 Thread Hans Hagen
On 3/8/2024 5:55 PM, Henning Hraban Ramm wrote: Hi, if I need an additional pair of upright and italic font faces, e.g. a Medium or Light version, would it make sense to define them like this: I'd just define a new typeface / bodyfont, using fo rinstance \starttypescript [sans

[NTG-context] additional font faces

2024-03-08 Thread Henning Hraban Ramm
Hi, if I need an additional pair of upright and italic font faces, e.g. a Medium or Light version, would it make sense to define them like this: % adapted from font-pre.mkxl \definefontalternative[md] \definefontalternative[mi] \definefontalternative[ms] \definealternativestyle [medium

[NTG-context] Re: Font version parse question

2024-03-07 Thread Hans Hagen
On 3/7/2024 7:36 PM, Rik Kabel wrote: 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

[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

[NTG-context] Re: imposition: getting to the last page of a booklet

2024-03-07 Thread Wolfgang Schuster
Pablo Rodriguez via ntg-context schrieb am 06.03.2024 um 20:17: On 3/6/24 19:50, Wolfgang Schuster wrote: [...] Could you write the first line in plain language? Look at the second example of the Lua code in the example below for each command (the first example is your version), the third

[NTG-context] Re: imposition: getting to the last page of a booklet

2024-03-06 Thread Pablo Rodriguez via ntg-context
On 3/6/24 19:50, Wolfgang Schuster wrote: >> [...] >> Could you write the first line in plain language? > > Look at the second example of the Lua code in the example below for each > command (the first example is your version), the third example is just a > condensed ver

[NTG-context] Re: imposition: getting to the last page of a booklet

2024-03-06 Thread Wolfgang Schuster
answered before, Wolfgang. I’m afraid I don’t get how \ifcase is deployed with as conditional (being \ifcase used to give numbers for weekdays or months). The \ifcase command is the TeX version of a switch statement from other programming languages. The first case in \ifcase checks against zero

[NTG-context] Re: issue mixing font features (LMTX & MkIV)

2024-03-04 Thread Hans Hagen via ntg-context
wider feature in all fonts). This began to behave differently in latest from 2024.01.08 11:23 (which is my next version after the one from 2023.09.26 18:19). Could anyone confirm the issue? accumulating these effects is dependent on how the features that you use are defined in luametatex we

[NTG-context] issue mixing font features (LMTX & MkIV)

2024-03-03 Thread Pablo Rodriguez via ntg-context
2024.01.08 11:23 (which is my next version after the one from 2023.09.26 18:19). Could anyone confirm the issue? Many thanks for your help, Pablo ___ If your question is of interest to others as well, please add

[NTG-context] Re: Issue with italics

2024-02-26 Thread Jean-Pierre Delange
Didot is concerned, I have installed the most recent version. But what amazes me the most is that by only keeping a font like EBGaramond without writing : \definefallbackfamily  [mainface] [rm] [Theano Didot] [preset=range:greek,force=yes] So, using EBGaramond only, I have the French text

[NTG-context] Re: Issue with italics

2024-02-26 Thread Thomas A. Schmitz
I just tried your example with the latest version of GFSDidot (the older version I had on my system did not show some diacritics; this problem disappeared when I installed the latest), and the italics are there, I don’t see any problem in the pdf. If you want the Greek displayed in Theano, you

[NTG-context] Re: FreeBSD 13.2

2024-02-26 Thread Roger Mason
Hello Hraban, Henning Hraban Ramm writes: > Usually, you don’t need to set any variables. > The default configuration file is also fine. > > Does "context --version" work? No: mtxrun | forcing cache reload resolvers | resolving | configuration files alread

[NTG-context] Re: Issue with italics

2024-02-26 Thread Denis Maier via ntg-context
mailing list for ConTeXt users' > Cc: denisma...@mailbox.org > Betreff: [NTG-context] Re: Issue with italics > > I don't know, but maybe GFS Didot has not italic shape? > At least, that's what I'd guess after looking at this > https://fonts.google.com/specimen/GFS+Didot (ma

[NTG-context] Re: Issue with italics

2024-02-26 Thread Denis Maier via ntg-context
I don't know, but maybe GFS Didot has not italic shape? At least, that's what I'd guess after looking at this https://fonts.google.com/specimen/GFS+Didot (maybe your version has italics...) Best, Denis > -Ursprüngliche Nachricht- > Von: Jean-Pierre Delange > Gesendet: M

[NTG-context] Issue with italics

2024-02-26 Thread Jean-Pierre Delange
Greek text, which I don't like the look of. But the Greek text is displayed, as are the French italics. On the other hand, if I use GFS Didot as the main font and Theano Didot for the Greek, the italics disappear and the Greek text looks better. The CTX version I use is: mtx-context | current

[NTG-context] Re: FreeBSD 13.2

2024-02-26 Thread Henning Hraban Ramm
is also fine. Does "context --version" work? Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
index a nil value (local 'a2') >>>> >>>> I have checked everything. I have tried commenting out many things and >>>> the weird part is that it fails in a simple math expression: \math{E_{i}j}. >>>> Even a simple $y$ or \math{a+b} will trigger the error. H

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
w to provide a MWE >> for this because it's a very big project (statistics book). >> >> I have tried 2 versions, the system-wide one, just upgraded: >> mtx-context | ConTeXt Process Management 1.06 >> mtx-context | current version: 2024.02.22 18:31 >

[NTG-context] Re: Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
ig project (statistics book). > > I have tried 2 versions, the system-wide one, just upgraded: > mtx-context | ConTeXt Process Management 1.06 > mtx-context | current version: 2024.02.22 18:31 > > And a less recent version, attached to the project: > mtx-context | ConTeXt

[NTG-context] Strange error at lxml-mms.lmt:749

2024-02-25 Thread Andres Conrado Montoya
| ConTeXt Process Management 1.06 mtx-context | current version: 2024.02.22 18:31 And a less recent version, attached to the project: mtx-context | ConTeXt Process Management 1.05 mtx-context | current version: 2024.02.14 13:38 Any help will be much appreciated. -- Andrés Conrado Montoya

[NTG-context] Re: FreeBSD 13.2

2024-02-25 Thread Mojca Miklavec
On Sun, 25 Feb 2024 at 13:12, Hans Hagen wrote: > > Can freebsd 14 work with older bins? Yes, definitely. > The previous method of these hard coded version numbers was a pain You might be mixing up FreeBSD and OpenBSD. FreeBSD is (fully) compatible, OpenBSD is totally incompatible.

[NTG-context] Re: FreeBSD 13.2

2024-02-25 Thread Hans Hagen
use mtxrun is compiled for FreeBSD 14.0. There were some troubles with our infrastructure which led Hans to build the binaries himself without paying extra attention to compatibility with older systems. Can freebsd 14 work with older bins? The previosu method of these hard coded version numbers

[NTG-context] Re: new context option

2024-02-24 Thread Otared Kavian
Thanks Denis… I fixed the error. Sure, I had a sort of two years time jet lag :-) Best regards: Otared > On 24 Feb 2024, at 11:11, Denis Maier via ntg-context > wrote: > > Hi Otared > Shouldn't the version be 2024? > Best > Denis > >> Otared Kavia

[NTG-context] Re: new context option

2024-02-24 Thread Denis Maier via ntg-context
Hi Otared Shouldn't the version be 2024?  Best Denis   Otared Kavian hat am 24.02.2024 10:40 CET geschrieben:     Hi Hans,   Thanks for this nice option: it comes handy

[NTG-context] Re: MetaPost lines in tables?

2024-02-22 Thread Henning Hraban Ramm
not much interested in dashed borders but to have lines affected by my sketchy style - courtesy of Aditya et al., see below) Taco, will the syntax pages in the wiki update automatically to a newer version? """ \startuseMPgraphic{mp:sketchy} input mp-sketch.mp; sketchypaths; ske

[NTG-context] Re: using an end of line as parameter

2024-02-21 Thread Bruce Horrocks
e me realise that the process of identifying the four lines of the question is separate from the typesetting of the question later. The amended version below uses your \tareaABC macro to format the question so you can more easily change the layout without having to understand ConTeXT Lua Docum

[NTG-context] LuaTeX 1.18.0

2024-02-21 Thread luigi scarso
The upcoming version 1.18.0 has some changes that are not compatible with previous versions but should only apply in kpse mode: 1) the debug library is disabled; can be enabled with --luadebug 2) os.rename os.remove and lfs library functions are checked from kpse to see if the path is legal I'm

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-21 Thread Ursula Hermann
nd prompt "context --version" (with no path specified) and "where context". But this is independent from the issue that you get pdflatex when you intend context. I hope it helps now, Pablo ___ If

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-21 Thread Pablo Rodriguez via ntg-context
invoking pdflatex. In that case, you have to check WinEdt to see which command is run when you start the compilation process (which command you really invoke). Another way to see which ConTeXt binary you invoke would be to type in the command prompt "context --version" (with no path sp

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-20 Thread Gavin via ntg-context
eX Live 2023). In ConTeXt > terms, this is almost ancient (»uralt«). Just to clarify, TeX Live 2023 has a perfectly good, rather up-to-date version of ConTeXt. I’m using it to typeset books and papers with all sorts of MetaFun craziness. However, if I attempt to typeset one of these ConTeXt d

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-20 Thread Pablo Rodriguez via ntg-context
too). Reading your log (which I simply ignored and Gavin took care to read it [totally my fault]), the first line you get is: This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2024.2.6) 19 FEB 2024 12:41 The engine you are using is pdfTeX (from TeX Live

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Gavin via ntg-context
Hi Uschi, The log file is certainly helpful. It tells me two things. First, you have TeX Live 2023 installed. TeX Live 2023 has a good version of ConTeXt. Unless you need specific, newer ConTeXt features, you can use the ConTeXt version in TeX Live that you already have. Second, when you

[NTG-context] Re: Sorry for once more asking, i am at Work

2024-02-19 Thread Ursula Hermann
uitting I wrote on Wednesday last week. I also did an download of cont- lmt and cont- tmf. Don't know if there is a mistake which is my fault? I don't know, maybe important: The log file says: This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2024.2.6) 19 F

[NTG-context] Re: New upload doesn't work on macOS 10.13.6

2024-02-18 Thread Gavin via ntg-context
Hi Ralf I keep TeX Live on my Mac. It’s a great fall-back when I have new version surprises with ConTeXt. tug.org/mactex/ TeX Live has a friendly installer. Updates are easy with TeX Live Utility. TeX Live has a version of ConTeXt from last May, and it’s quite a good version, in my

[NTG-context] Re: New upload doesn't work on macOS 10.13.6

2024-02-18 Thread Mojca Miklavec
Dear Ralf, On Sun, 18 Feb 2024 at 21:07, Ralf Heinrich Arning wrote: > > after having tried to update with the new upload, ConTEXt doesn't run anymore. > > According to the output the new version requires a more recent system. We had some technical difficulties on our build farm, s

[NTG-context] Re: manuals

2024-02-18 Thread Jean-Pierre Delange
Hello everyone!  As an eternal newbie (with a memory like a goldfish), I started by building my own documentation from the web pages constructed by Bertrand Masson (prehistory archaeologist in Northern France) "les fiches à Bébert" (obsolete version here: http://bertrandmasson.fre

[NTG-context] New upload doesn't work on macOS 10.13.6

2024-02-18 Thread Ralf Heinrich Arning
Hi list, after having tried to update with the new upload, ConTEXt doesn't run anymore. According to the output the new version requires a more recent system. I still use macOS 10.13.6 (High Sierra). This is what I get: = context TestCode.tex dyld: lazy symbol binding failed

[NTG-context] Re: Memory consumption in new upload

2024-02-17 Thread Hans Hagen
all.nl>> wrote: On 2/17/2024 6:17 PM, Shiv Shankar Dayal wrote: > Thanks for new upload. I see that memory consumption is much less than > previous version. So > once again, thanks a lot. > > I am curious about what h

[NTG-context] Re: Memory consumption in new upload

2024-02-17 Thread Shiv Shankar Dayal
, Feb 18, 2024 at 2:13 AM Hans Hagen wrote: > >> On 2/17/2024 6:17 PM, Shiv Shankar Dayal wrote: >> > Thanks for new upload. I see that memory consumption is much less than >> > previous version. So >> > once again, thanks a lot. >> > >> > I am

[NTG-context] Re: Memory consumption in new upload

2024-02-17 Thread Shiv Shankar Dayal
is only 3MB. On Sun, Feb 18, 2024 at 2:13 AM Hans Hagen wrote: > On 2/17/2024 6:17 PM, Shiv Shankar Dayal wrote: > > Thanks for new upload. I see that memory consumption is much less than > > previous version. So > > once again, thanks a lot. > > > > I am curious about

[NTG-context] Re: Memory consumption in new upload

2024-02-17 Thread Hans Hagen
On 2/17/2024 6:17 PM, Shiv Shankar Dayal wrote: Thanks for new upload. I see that memory consumption is much less than previous version. So once again, thanks a lot. I am curious about what has changed in recent upload, that memory consumption is about 60% of earlier versions. it's hard

[NTG-context] Memory consumption in new upload

2024-02-17 Thread Shiv Shankar Dayal
Thanks for new upload. I see that memory consumption is much less than previous version. So once again, thanks a lot. I am curious about what has changed in recent upload, that memory consumption is about 60% of earlier versions. -- Respect, Shiv Shankar Dayal

[NTG-context] behaviour sy in externalfigure

2024-02-16 Thread Hans van der Meer via ntg-context
sy=1.001 in order to get the original height. Although not to difficult with a jump to Lua code, I would prefer not.yours sincerelydr. Hans van der Meer\starttext\ConTeXt\space version \contextversion\blank\type{\externalfigure[testfile.jpg]} source figure\crlf\externalfigure[testfile.jpg]\crlf\t

[NTG-context] Re: Fwd: Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-14 Thread Alain Delmotte
Linux and OpenBSD in some of the boxes where I previously was only running OpenBSD when the OpenBSD version was dropped to be able to run ConTeXt. But where can I find them, please?  I can's see a link on the Wiki Installation page. I re-added the link to https://wiki.contextgarden.net

[NTG-context] Re: An announcement of my new book.

2024-02-14 Thread Joaquín Ataz López
that are spectacularly well documented, others that only show hints, and leave it up to the user to figure things out on their own, and others still that won't even compile on a more recent version of ConTeXt (apparently the proper way to access a counter's value in ConTeXt is to use \getnumber

[NTG-context] Re: Fwd: Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-14 Thread Henning Hraban Ramm
when the OpenBSD version was dropped to be able to run ConTeXt. But where can I find them, please?  I can's see a link on the Wiki Installation page. I re-added the link to https://wiki.contextgarden.net/Installation Hraban

[NTG-context] Re: Fwd: Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-14 Thread Angel M Alganza
On 2024-02-14 18:10, Henning Hraban Ramm wrote: But Hans’ latest upload includes 32bt Linux binaries again. That's an excellent piece of news! I'm dual booting Linux and OpenBSD in some of the boxes where I previously was only running OpenBSD when the OpenBSD version was dropped to be able

[NTG-context] Fwd: Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-14 Thread Henning Hraban Ramm
was struggling for having my computers back in order (that appends sometimes). Now I'd like to have LMTX on an old but still used (when travelling) portable under lubuntu 18.04 32Bits. There is no more executable available on pragma and I am using Context from TeX Live, but it is the 2017 version

[NTG-context] Two bugs with descriptions in ConTeXt.

2024-02-13 Thread SirColeman via ntg-context
where it is, and the description is placed next to it. But what happens is that the bullet is shifted to the right, making it overlap with the description's head, which isn't pretty. ConTeXt version 2024.1.24 descriptions.lmtx Description: Binary data descriptions.pdf Description: Adobe PDF

[NTG-context] Fwd: Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-13 Thread Alain Delmotte
on an old but still used (when travelling) portable under lubuntu 18.04 32Bits. There is no more executable available on pragma and I am using Context from TeX Live, but it is the 2017 version. I can do with it, but it would be better to have Context lmtx latest. Is it possible to have

[NTG-context] Re: An announcement of my new book.

2024-02-13 Thread Wolfgang Schuster
cluded such misinformation. But now, this is a bug that needs to be resolved. I'm running ConTeXt version 2024.01.24, and the given attachment fails to compile, even with MkIV. I don't want to pester those subscribed to this mailing list with bug reports, so I thought it would be more sensible t

[NTG-context] Re: An announcement of my new book.

2024-02-13 Thread SirColeman via ntg-context
be resolved. I'm running ConTeXt version 2024.01.24, and the given attachment fails to compile, even with MkIV. I don't want to pester those subscribed to this mailing list with bug reports, so I thought it would be more sensible to post such reports on the context developers mailing

[NTG-context] Re: An announcement of my new book.

2024-02-13 Thread Wolfgang Schuster
, on the other hand, is apparently very powerful and capable, but is not as well documented. There are things that are spectacularly well documented, others that only show hints, and leave it up to the user to figure things out on their own, and others still that won't even compile on a more recent version

[NTG-context] Re: Context lmtx for 32bit under LUBUNTU 18.04

2024-02-13 Thread Henning Hraban Ramm
but still used (when travelling) portable under lubuntu 18.04 32Bits. There is no more executable available on pragma and I am using Context from TeX Live, but it is the 2017 version. I can do with it, but it would be better to have Context lmtx latest. Is it possible to have

[NTG-context] Context lmtx for 32bit under LUBUNTU 18.04

2024-02-13 Thread Alain Delmotte
lubuntu 18.04 32Bits. There is no more executable available on pragma and I am using Context from TeX Live, but it is the 2017 version. I can do with it, but it would be better to have Context lmtx latest. Is it possible to have it? But if this a too complicate problem, I'll stand

[NTG-context] Re: Section numbering does not work

2024-02-13 Thread Oliver Marugg
gt;> found this? >> Greets Oliver >> Running freshly installed context ARM64 on m1 and updated it via sh >> install.sh on ARM64 macos 14.3.1: >> >> context --version >> mtx-context | ConTeXt Process Management 1.05 >> mtx-context | >> mtx-co

[NTG-context] Re: Section numbering does not work

2024-02-13 Thread Wolfgang Schuster
on ARM64 macos 14.3.1: context --version mtx-context | ConTeXt Process Management 1.05 mtx-context | mtx-context | main context file: /Applications/ConTeXtStandalone/tex/texmf-context/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2024.01.24 22:39 mtx

[NTG-context] Re: Section numbering does not work

2024-02-13 Thread Oliver Marugg
kmatter. I had a longer text file and I stripped it down until I >> found this? > > IIRC : > > \setupsectionblock[backpart][number=yes] > > Best wishes, > Taco > >> Greets Oliver >> >> >> Running freshly installed context ARM64 on m1 a

[NTG-context] Re: Section numbering does not work

2024-02-13 Thread Taco Hoekwater
s] Best wishes, Taco > Greets Oliver > > > Running freshly installed context ARM64 on m1 and updated it via sh > install.sh on ARM64 macos 14.3.1: > > context --version > mtx-context | ConTeXt Process Management 1.05 > mtx-context | > mtx-context | main c

[NTG-context] Section numbering does not work

2024-02-12 Thread Oliver Marugg
Hi Section numbering does not work until I remove \startbackmatter \stopbackmatter. I had a longer text file and I stripped it down until I found this? Greets Oliver Running freshly installed context ARM64 on m1 and updated it via sh install.sh on ARM64 macos 14.3.1: context --version

[NTG-context] An announcement of my new book.

2024-02-11 Thread SirColeman via ntg-context
, but is not as well documented. There are things that are spectacularly well documented, others that only show hints, and leave it up to the user to figure things out on their own, and others still that won't even compile on a more recent version of ConTeXt (apparently the proper way to access a counter's

[NTG-context] Re: Square right aligned

2024-02-09 Thread Wolfgang Schuster
]}} \starttext This is the end of our proof. \qed \stoptext In principle it is included in ConTeXt, but it seems that in the latest version I have (2024.01.23), the command \qed is broken. Hi Otared, \qed seems to have been disabled (line 988 in strc-con.mklx). The \qed command works only

[NTG-context] Re: Square right aligned

2024-02-09 Thread Pablo Rodriguez via ntg-context
the end of our proof. \qed > \stoptext > > In principle it is included in ConTeXt, but it seems that in the latest > version I have (2024.01.23), the command \qed is broken. Hi Otared, \qed seems to have been disabled (line 988 in strc-con.mklx). Functionality seems to have been en

[NTG-context] Re: Square right aligned

2024-02-09 Thread Ursula Hermann
this: \definesymbol[QED][\mathematics{\square}] \def\qed{\wordright{\symbol[QED]}} \starttext This is the end of our proof. \qed \stoptext In principle it is included in ConTeXt, but it seems that in the latest version I have (2024.01.23), the command \qed is broken. Best regards: Otared On 8 Feb 2024

[NTG-context] Re: Square right aligned

2024-02-08 Thread Ursula Hermann
]}} \starttext This is the end of our proof. \qed \stoptext In principle it is included in ConTeXt, but it seems that in the latest version I have (2024.01.23), the command \qed is broken. Best regards: Otared On 8 Feb 2024, at 12:23, Ursula Hermann mailto:ursula.herm...@univie.ac.at>> wrote: Dea

[NTG-context] Re: Square right aligned

2024-02-08 Thread Otared Kavian
, but it seems that in the latest version I have (2024.01.23), the command \qed is broken. Best regards: Otared > On 8 Feb 2024, at 12:23, Ursula Hermann wrote: > > Dear List, > > I am at Home and have the following example.: > > \starttext > \margintext {1.1.1

[NTG-context] OT: interview with John Warnock

2024-02-06 Thread Henning Hraban Ramm
Hi, I came across this interview with John Warnock (founder of Adobe and developer of PostScript): https://archive.computerhistory.org/resources/access/text/2023/08/102738759-05-01-acc.pdf Maybe you already know it. And there’s probably a video version. While the first half about his personal

[NTG-context] mtxrun.lua:10080: bad argument #9 to 'format'

2024-01-28 Thread Garulfo
txrun.lua:10080: bad argument #9 to 'format' (number expected, got string) mtxrun --version mtxrun  | ConTeXt TDS Runner Tool 1.32 mtxrun  | source path ___ If your question is of interest to others

[NTG-context] Re: Suggestions and problems of the manuals

2024-01-26 Thread Wolfgang Schuster
y done by loading special math fonts into the math family slots. Your font set is lacking at least the parameter mentioned earlier. mtx-context | fatal error: return code: 1 - I tried to find a prebuild version and found https://mirror.contextgarden.net/general/manuals/math-mk

[NTG-context] Re: \starttable questions

2024-01-25 Thread Jim
here could help me with these three things: >>> > For a long time I have been using Wichura's TaBle macros (i.e., what one >>> > gets with >>> > \input table >>> > in plain TeX) and would like to use what appears to be ConTeXt'

[NTG-context] Re: \starttable questions

2024-01-25 Thread Wolfgang Schuster
one gets with \input table in plain TeX) and would like to use what appears to be ConTeXt's version of those (i.e., what one gets with \starttable ... \stoptable). However, https://wiki.contextgarden.net/Command/starttable says The environment \starttable ... \stoptable is and (sic) old

[NTG-context] Re: \starttable questions

2024-01-25 Thread Jim
hat one >> gets with >> \input table >> in plain TeX) and would like to use what appears to be ConTeXt's version of >> those (i.e., what one gets with \starttable ... \stoptable). >> However, https://wiki.contextgarden.net/Command/starttable says >> The environment \start

[NTG-context] Re: \starttable questions

2024-01-25 Thread Henning Hraban Ramm
Am 25.01.24 um 16:12 schrieb Jim: Hi, I was wondering if anyone here could help me with these three things: For a long time I have been using Wichura's TaBle macros (i.e., what one gets with \input table in plain TeX) and would like to use what appears to be ConTeXt's version of those

[NTG-context] \starttable questions

2024-01-25 Thread Jim
Hi, I was wondering if anyone here could help me with these three things: For a long time I have been using Wichura's TaBle macros (i.e., what one gets with \input table in plain TeX) and would like to use what appears to be ConTeXt's version of those (i.e., what one gets with \starttable

[NTG-context] Re: Suggestions and problems of the manuals

2024-01-25 Thread Gerion Entrup
typeset math unless various parameters have been > set. This is > normally done by loading special math fonts into the math family slots. > Your font > set is lacking at least the parameter mentioned earlier. > mtx-context | fatal error: return code: 1 >

[NTG-context] Re: upload

2024-01-24 Thread Otared Kavian
Hi Thomas, Thank you for your advice: I did add chmod +x install.sh and now the script runs without MacOS complaining. However, since I had downloaded a new script yesterday and had updated to version 2024.01.23, I cannot check whether the issue was adding +x to the file install.sh

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Shiv Shankar Dayal
*Gesendet:* Dienstag, 16. Jänner 2024 13:42 > *An:* mailing list for ConTeXt users > *Betreff:* [NTG-context] Re: After Compiling the Context test, there was > no PDF. > > > > I just updated my ConTeXt distribution and it is working fine for me. > > > > Try proces

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-24 Thread Ursula Hermann
lto:shivshankar.da...@gmail.com>> wrote: Please paste line no. 238 of your input file. On Tue, Jan 16, 2024 at 4:11 PM Ursula Hermann mailto:ursula.herm...@univie.ac.at>> wrote: Dear List, After Compiling in the Folder: This is LuaMetaTeX, Version 2.10.11 initex (C:/Users/Herman

[NTG-context] Re: upload

2024-01-23 Thread Otared Kavian
Hi again, I ended up downloading a new version of install.sh for MacOS from the Pragma site: using this allowed me to update to the latest version 2024-01-23:10H02. Thanks for the help to all ! Best regards: Otared > On 23 Jan 2024, at 21:08, Hans van der Meer via ntg-context >

[NTG-context] Re: upload

2024-01-23 Thread Otared Kavian
ink the xattr resides in the Apple command tools. Are you sure you have > them? > > yours sincerely > dr. Hans van der Meer > > > >> On 23 Jan 2024, at 17:29, Otared Kavian wrote: >> >> Hi Hans, >> >> I tried to update to your latest version

[NTG-context] Re: upload

2024-01-23 Thread Hans van der Meer via ntg-context
024, at 17:29, Otared Kavian wrote: > > Hi Hans, > > I tried to update to your latest version (for MacOS Arm1) with the command > sh install.sh > but obtained the following message and no update: > > xattr: bin/mtxrun: No such xattr: com.apple.quarantine > install

[NTG-context] Re: upload

2024-01-23 Thread Otared Kavian
Hi Hans, I tried to update to your latest version (for MacOS Arm1) with the command sh install.sh but obtained the following message and no update: xattr: bin/mtxrun: No such xattr: com.apple.quarantine install.sh: line 110: 62611 Killed: 9 $PWD/bin/mtxrun --script ./bin

[NTG-context] Re: context version 20240118 ("Registerhaltigkeit")

2024-01-23 Thread Thomas Meyer
paragraph is not on grid in the new and the old version (and comma). Grid is not as easy as it looks first. Low level tricks like fills or skips can mess it up. Maybe \startlinecorrection helps… (No, it doesn’t.) It also doesn’t help to add a \blank or \par after \vfill. I know it, i

[NTG-context] Re: context version 20240118 ("Registerhaltigkeit")

2024-01-22 Thread Wolfgang Schuster
. It depends on the current attention, capacity and mood of the few who can answer your questions. So the problem is still \hfill that the last paragraph is not on grid in the new and the old version (and comma). Grid is not as easy as it looks first. Low level tricks like fills or skips can mess it up

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-22 Thread Shiv Shankar Dayal
t; \input knuth > \stoptext > > > > On Tue, Jan 16, 2024 at 5:30 PM luigi scarso > wrote: > > > > > > On Tue, 16 Jan 2024 at 12:49, Shiv Shankar Dayal < > shivshankar.da...@gmail.com> wrote: > > Please paste line no. 238 of your input file.

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-22 Thread Ursula Hermann
9, Shiv Shankar Dayal mailto:shivshankar.da...@gmail.com>> wrote: Please paste line no. 238 of your input file. On Tue, Jan 16, 2024 at 4:11 PM Ursula Hermann mailto:ursula.herm...@univie.ac.at>> wrote: Dear List, After Compiling in the Folder: This is LuaMetaTeX, Version 2.10.11 initex (C:

[NTG-context] Re: After Compiling the Context test, there was no PDF.

2024-01-22 Thread Ursula Hermann
al mailto:shivshankar.da...@gmail.com>> wrote: Please paste line no. 238 of your input file. On Tue, Jan 16, 2024 at 4:11 PM Ursula Hermann mailto:ursula.herm...@univie.ac.at>> wrote: Dear List, After Compiling in the Folder: This is LuaMetaTeX, Version 2.10.11 initex (C:/Users/Her

[NTG-context] Re: context version 20240118 ("Registerhaltigkeit")

2024-01-22 Thread Thomas Meyer
and mood of the few who can answer your questions. So the problem is still \hfill that the last paragraph is not on grid in the new and the old version (and comma). Grid is not as easy as it looks first. Low level tricks like fills or skips can mess it up. Maybe \startlinecorrection helps

<    1   2   3   4   5   6   7   8   9   10   >