[NTG-context] Re: zint 2.12.0 barcode generator

2023-08-20 Thread Bruce Horrocks
2.0 works for me on an x64 Mac mini using ConTeXt ver: 2023.08.10 02:59 Following the instructions here <https://wiki.contextgarden.net/Barcodes> 1) I had to create the path $TEXROOT/tex/texmf-osx-64/bin/lib/luametatex/zint 2) I symbolic linked directly to the homebrew created libzint librar

[NTG-context] Re: zint 2.12.0 barcode generator

2023-08-20 Thread Keith McKay
/contextgarden/luametatex-optional-libraries > > I.e. on Linux (please adjust for macOS): > > git clone --recursive > https://github.com/contextgarden/luametatex-optional-libraries.git > cd luametatex-optional-libraries > cmake -S . -B build -DCMAKE_BUILD_TYPE=Release >

[NTG-context] Re: zint 2.12.0 barcode generator

2023-08-20 Thread Michal Vlasák
-DCMAKE_BUILD_TYPE=Release cmake --build build -j4 cp build/libzint.so /path/to/context/tex/texmf-linux-64/bin/lib/luametatex/libs/libzint.so The repository is still based on zint 2.11, I will update it to 2.12 after I con

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-20 Thread Hans Hagen via ntg-context
Carlos, > On 8/20/2023 6:41 PM, Wolfgang Schuster wrote: And now it gets even worse, see https://meeting.contextgarden.net/2021/talks/2021-09-21/starttext.pdf why \starttext is necessar And watch how \startTEXpage is defined. It clearly explains why that works without. Also watch how \

[NTG-context] backend not forcing 1000 width units on fonts; em size must be applied or else fails

2023-08-20 Thread Carlos
Mikael, Wolfgang: This is in reference to the prior Re: redefine space to be the same as \␣ similar to knuthian approach > Maybe your system is broken? > > > > > > 2. The example below results in a correct output for \TEX. > > > > > > > Not in my

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
82 of font-pre.mkiv: \definefontfeature [smallcaps] [always] [smcp=yes, tlig=yes, trep=yes] % texligatures=yes,texquotes=yes Just in case it helps, grep is a useful tool when applied to tex/texmf-context/tex/context/base/mkxl (or /tex/texmf-context/tex/context/base/mkiv, if needed). Che

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Pablo Rodriguez
lso in lines 77-82 of font-pre.mkiv: \definefontfeature [smallcaps] [always] [smcp=yes, tlig=yes, trep=yes] % texligatures=yes,texquotes=yes Just in case it helps, grep is a useful tool when applied to tex/texmf-context/tex/context/base/mkxl (or /tex/texmf-context/tex/conte

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-19 Thread Mikael Sundqvist
ty betty. I know it's hard to teach an ol' dog new tricks, > but… it's worth to try! right? > > Also, Did you see the attachment I sent prior to your message? Maybe your system is broken? > > > 2. The example below results in a correct output for \TEX. > > > > Not in my end wi

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-19 Thread Carlos
I sent prior to your message? > 2. The example below results in a correct output for \TEX. > Not in my end with any font other than latin modern > \setuplayout[width=16cm] > \showmakeup > > \starttext > > Thus, I came to the conclusion that the designer of a new >

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Hans Hagen
On 8/18/2023 8:48 PM, Carlos wrote: And with luatex frozen for better or for worse, I better stick to plain tex not sure what frozen has to do with it ... it will be around and maintained forever but no fundamental new functionality will be added that said: luametatex is of not much use when

[NTG-context] Re: Some very simple cld - loading a module

2023-08-18 Thread Hamid,Idris
({ "first" }) or context.usemodule{ "first" } context.enableinputtranslation() context.darkgreen() \stopluacode \startTEXpage[offset=1em] \translateinput[Hermes][Idris] Hermes \disableinputtranslation Hermes \stopTEXpage === tex error > tex error on line 14 in

[NTG-context] unsubscribe

2023-08-18 Thread Thomas Floeren via ntg-context
test begins as people >>> with many different viewpoints undertake their own >>> experiments.}} >> >> Is that the complete document? What do you have in mind with obeying >> lines in the middle of a paragraph? > > it's the only possible way off the top of my head to cir

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Wolfgang Schuster
Hi, 1. Learn to two provide a working minimal example which shows the problem. 2. The example below results in a correct output for \TEX. \setuplayout[width=16cm] \showmakeup \starttext Thus, I came to the conclusion that the designer of a new system must not only be the implementer

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
ar with me here, in the current state, for example, and as long as say > > > > > > «…person.␣{\obeylines Once the initial is > > > complete…» though feasible enough, leaves any prior \␣ at the mercy of > > > whatever fontsize and/or set width happens to be. And this is

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
at the mercy of > > whatever fontsize and/or set width happens to be. And this is just plain > > wrong. > > What? > > > > > Likewise, if a word sequence such as \TeX\ occurs as in {\ss The separation > > of any of these four components would have hurt \TeX\

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
Is that the complete document? What do you have in mind with obeying > lines in the middle of a paragraph? it's the only possible way off the top of my head to circumvent body font size with a given width, while keeping both: the kern of \TeX\ and the double spacing that lmtx injec

[NTG-context] Re: Some very simple cld - loading a module

2023-08-18 Thread Wolfgang Schuster
({ "first" }) or context.usemodule{ "first" }     context.enableinputtranslation()     context.darkgreen() \stopluacode \startTEXpage[offset=1em] \translateinput[Hermes][Idris] Hermes \disableinputtranslation Hermes \stopTEXpage === tex error       > tex error on

[NTG-context] Re: redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Mikael Sundqvist
n.␣{\obeylines Once the initial is > complete…» though feasible enough, leaves any prior \␣ at the mercy of > whatever fontsize and/or set width happens to be. And this is just plain > wrong. What? > > Likewise, if a word sequence such as \TeX\ occurs as in {\ss The separation > of a

[NTG-context] Some very simple cld - loading a module

2023-08-18 Thread Hamid,Idris
\startTEXpage[offset=1em] \translateinput[Hermes][Idris] Hermes \disableinputtranslation Hermes \stopTEXpage === tex error > tex error on line 14 in file ./test-luacode.tex: Undefined control sequence \translateinput [Hermes][Idris] === The reason for the er

[NTG-context] Re: breakpoints in verbatim text

2023-08-18 Thread Hans Hagen
/tex/context/base/mkiv/buff-ver.mkiv?search=typing#l51 It would be interesting to document on the wiki that behavior, which I can do later when my understanding is better. The typing environment disables the breakpoint (and a few other) mechanism because they can lead to undesired side effects

[NTG-context] redefine space to be the same as \␣ similar to knuthian approach

2023-08-18 Thread Carlos
\␣ at the mercy of whatever fontsize and/or set width happens to be. And this is just plain wrong. Likewise, if a word sequence such as \TeX\ occurs as in {\ss The separation of any of these four components would have hurt \TeX\ significantly. } The next sentence: «If I had not participated…» does

[NTG-context] Re: Experiments with \doloopoverlist

2023-08-17 Thread Andres Conrado Montoya
Thank you Hanks, seems to work well after some tweaking. I had an issue, the patch you sent me gave an error when I ran 'context --make'. The error said: tex error > tex error on line 51 in file core-dat.mkxl: Parameters must be numbered consecutively [#1]#*[ S \perman

[NTG-context] Re: An error which is not in .log file

2023-08-15 Thread Xavier B.
is not found structure > sectioning > section @ level 3 : 0.0.1 -> Problemes de fraccions structure > sectioning > subject @ level 3 : 0.0.1 -> Preguntes tex error > tex error on line 25 in file ./dev.tex: \textfont0 is undefined in ordinal, font id 0, character

[NTG-context] new upload

2023-08-15 Thread Hans Hagen
20xx with xx being a (sort of) unit, one can do the same in tex. Think of \newdimension \MyUnitA \MyUnitA 1.23pt \pushoverloadmode % just in case \newuserunit\MyUnitA ua % binds the unit to the variable \popoverloadmode x\hskip 10ua\relax x The units starting with 'u' are considered user

[NTG-context] Re: Optical scaling in Latin Modern

2023-08-15 Thread Hans Hagen
the design size typescript Ok, where is that design size typescript? A search for, e.g., lmroman8-regular etc. in texmf-context/tex/context/base/mkiv yields no results, so it must be defined at some higher level of abstraction.. well, in type-imp-latinmodern.mkiv i can find 'designsize

[NTG-context] An error which is not in .log file

2023-08-15 Thread Xavier B.
up 0:0: bottomlevel mkiv lua stats > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua mkiv lua stats > used cache path: /home/xan/bin/context-current/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e mkiv lua stats > resource resolver: loadtime 0.004 seco

[NTG-context] Re: Optical scaling in Latin Modern

2023-08-15 Thread Hamid,Idris
design size typescript Ok, where is that design size typescript? A search for, e.g., lmroman8-regular etc. in texmf-context/tex/context/base/mkiv yields no results, so it must be defined at some higher level of abstraction.. > (likely we will go for \enableexperiments[fonts.compact] anyway

[NTG-context] Re: Very strange error:

2023-08-14 Thread Hans Hagen via ntg-context
) - if something fails also keep in mind that maybe it was never supossed to work but tex is just rather tolerant take for instance math: we adapt to possibilities, unicode developments etc. but overall interfaces are kept (we eventually dropped $$ mkiv because it is hard to get spacing right

[NTG-context] Re: Very strange error:

2023-08-14 Thread Xavier B.
On Mon, 14 Aug 2023 17:49:48 +0200 Wolfgang Schuster ha escrit: > Xavier B. schrieb am 14.08.2023 um 17:41: > > 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

[NTG-context] Re: Very strange error:

2023-08-14 Thread Xavier B.
rsion) 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

[NTG-context] Re: Very strange error:

2023-08-14 Thread Wolfgang Schuster
Rik Kabel schrieb am 14.08.2023 um 18:42: 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 st

[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 to st

[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

[NTG-context] Re: Very strange error:

2023-08-14 Thread Wolfgang Schuster
Xavier B. schrieb am 14.08.2023 um 17:41: 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

[NTG-context] Very strange error:

2023-08-14 Thread Xavier B.
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 receive this error after upgrading to M

[NTG-context] Re: Why overbar is so big

2023-08-13 Thread Hans Hagen
On 8/13/2023 10:39 PM, Xavier B. wrote: Running LMTX I have an error: lualibs-os not found: lua error > lua error on line 35 in file ng-pre-informacio-document.conTeXt: token call, execute: ...nt/tex/texmf-context/tex/context/base/mkiv/l-sandbox.lua:180: module 'lualibs-os' not fo

[NTG-context] units module for LMTX?

2023-08-13 Thread Xavier B.
I see there is no units module available anymore [1][2]: mtxrun --script install-modules --list [xan@coronari apunts-espa]$ mtxrun --script install-modules --list mtx-install-modules | loading entries from file '/home/xan/bin/context-current/tex/texmf-context/tex/context/modules/third/mtx

[NTG-context] Re: Why overbar is so big

2023-08-13 Thread Xavier B.
Running LMTX I have an error: lualibs-os not found: lua error > lua error on line 35 in file ng-pre-informacio-document.conTeXt: token call, execute: ...nt/tex/texmf-context/tex/context/base/mkiv/l-sandbox.lua:180: module 'lualibs-os' not found: no field package.preload['lual

[NTG-context] Re: Why overbar is so big

2023-08-13 Thread Hans Hagen via ntg-context
lmtx alongside. If distributions take from texlive then likely you also end up with files that are not needed (base package) and lack some fonts (esp math) by default. You'd also benefit from the last couple of years advancements. Keep in mind that for a long term tex (document) project

[NTG-context] Re: Why overbar is so big

2023-08-12 Thread Xavier B.
Xavier > > PS: I use context version:mtx-context | ConTeXt Process Management 1.04 > mtx-context | > mtx-context | main context file: > /usr/share/texmf-dist/tex/context/base/mkiv/context.mkiv > mtx-context | current version: 2023.03.10 12:15 > mtx-context

[NTG-context] Re: Pass string into text background graphic

2023-08-11 Thread Hans Hagen
variables is that currently we cannot bind a "current" value so I need to think a bit about it. Maybe the solution here, a bit more robust is one. One can actually pass variables with a graphic but again, these are then overwritten by a later one. In lmtx we have a few bett

[NTG-context] Re: Why overbar is so big

2023-08-11 Thread Thangalin
version:mtx-context | ConTeXt Process Management 1.04 > mtx-context | > mtx-context | main context file: > /usr/share/texmf-dist/tex/context/base/mkiv/context.mkiv > mtx-context | current version: 2023.03.10 12:15 > mtx-context | main context file: > /usr/share/

[NTG-context] Why overbar is so big

2023-08-11 Thread Xavier B.
attached. Thanks in advance, Xavier PS: I use context version:mtx-context | ConTeXt Process Management 1.04 mtx-context | mtx-context | main context file: /usr/share/texmf-dist/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2023.03.10 12:15 mtx-context | main

[NTG-context] Re: upload

2023-08-11 Thread Hans Hagen
On 8/11/2023 3:31 AM, Thangalin wrote: Did arguments regress in 2023.08.10 02:59? $ cat u.tex \starttext Feisty arguments \stoptext $ context u.tex $ ls -la *.pdf -rw-r--r-- 1 username username 6279 Aug 10 18:28 u.pdf $ context --arguments=x=y u.tex | grep error tex error > tex er

[NTG-context] Re: upload

2023-08-10 Thread Thangalin
Did arguments regress in 2023.08.10 02:59? $ cat u.tex \starttext Feisty arguments \stoptext $ context u.tex $ ls -la *.pdf -rw-r--r-- 1 username username 6279 Aug 10 18:28 u.pdf $ context --arguments=x=y u.tex | grep error tex error > tex error on line 13 in file :

[NTG-context] Re: upload

2023-08-10 Thread Henning Hraban Ramm
: """ \setupreferencing[left=,right=,] \starttext \about[something] \stoptext """ tex error > tex error on line 5 in file referencetest.tex: Extra }, or forgotten \endgroup \egroup \about ...ways \let \\\space \postponenotes \referencingparameter \c!left \d

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-08 Thread Bruce Horrocks
> On 7 Aug 2023, at 18:13, Henning Hraban Ramm wrote: > > while it’s too late for this year’s conferences, I’d like to have some nice > ConTeXt, MetaPost or general TeX stickers for next year’s. > Do you have ideas? Here's my suggestion for a sticker that we can't us

[NTG-context] Triaging tikz error: Cannot parse this coordinate

2023-08-08 Thread Xavier B.
| mtx-context | main context file: /usr/share/texmf-dist/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2023.03.10 12:15 mtx-context | main context file: /usr/share/texmf-dist/tex/context/base/mkxl/context.mkxl mtx-context | current version: 2023.03.10 12:15 via

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-08 Thread Hans Hagen via ntg-context
On 8/8/2023 11:19 AM, Otared Kavian wrote: On 7 Aug 2023, at 20:25, Henning Hraban Ramm wrote: […] The TeX community, mostly consisting of LaTeX users, is joking about LaTeX vs. latex all the time. At least the part of the community that meets at open source conferences and hacker camps

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-08 Thread Otared Kavian
> On 7 Aug 2023, at 20:25, Henning Hraban Ramm wrote: > […] > The TeX community, mostly consisting of LaTeX users, is joking about LaTeX > vs. latex all the time. At least the part of the community that meets at open > source conferences and hacker camps. > Indeed, those

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Marcus Vinicius Mesquita
re are reasons why we stayed away from fancy websites, > >> merchandizing, monetizing, adds on websites, statistics, likes, > >> upvotes .. let's keep it that way > > > > Hey, I’m just trying to change the status of ConTeXt as "the best TeX > > system that is

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Hans Hagen
trying to change the status of ConTeXt as "the best TeX system that is but nobody knows". And I want to have fun with it, like ha, i'd never claim tbe 'best' but feel free to say that, and 'fun i'd claim indeed everyone. Doesn’t need to be the same fun. But ok, I won’t try to speak i

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Robert via ntg-context
I’m just trying to change the status of ConTeXt as "the best TeX system > that is but nobody knows". And I want to have fun with it, like everyone. > Doesn’t need to be the same fun. But ok, I won’t try to speak in the nam

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Henning Hraban Ramm
best TeX system that is but nobody knows". And I want to have fun with it, like everyone. Doesn’t need to be the same fun. But ok, I won’t try to speak in the name of ConTeXt (group/community) again. Hraban _

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Hamid,Idris
served the news media these last > few years, you may have noticed how sensitive the public opinion has > become about "humor" of this kind. I am afraid it could place the Tex > community (for which I care) in a less favourable light. I must say I agree with Hans van der Meer here.

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Hans Hagen via ntg-context
the public opinion has become about "humor" of this kind.  I am afraid it could place the Tex community (for which I care) in a less favourable light. I must say I agree with Hans van der Meer here. For me, this sounds like middle school humor; I can't imagine any actual grown-

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Hans Hagen via ntg-context
the public opinion has become about "humor" of this kind.  I am afraid it could place the Tex community (for which I care) in a less favourable light. I must say I agree with Hans van der Meer here. For me, this sounds like middle school humor; I can't imagine any actual grown-

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Thomas A. Schmitz
humor" of this kind.  I am afraid it could place the Tex community (for which I care) in a less favourable light. I must say I agree with Hans van der Meer here. For me, this sounds like middle school humor; I can't imagine any actual grown-up finding this funny. But I'm overall not

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Henning Hraban Ramm
humor" of this kind.  I am afraid it could place the Tex community (for which I care) in a less favourable light. The TeX community, mostly consisting of LaTeX users, is joking about LaTeX vs. latex all the time. At least the part of the community that meets at open source conferences and ha

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Hans van der Meer via ntg-context
Please phrase your reaction differently. This is absolutely not about my sense of humor. But if you have observed the news media these last few years, you may have noticed how sensitive the public opinion has become about "humor" of this kind. I am afraid it could place the Tex

[NTG-context] Re: ideas for ConTeXt stickers?

2023-08-07 Thread Hans van der Meer via ntg-context
like to have some nice ConTeXt, MetaPost or general TeX stickers for next year’s.Do you have ideas?Find attached an example by Moss.Hraban___If your question is of interest to others as well, please add an entry

[NTG-context] ideas for ConTeXt stickers?

2023-08-07 Thread Henning Hraban Ramm
Hi, while it’s too late for this year’s conferences, I’d like to have some nice ConTeXt, MetaPost or general TeX stickers for next year’s. Do you have ideas? Find attached an example by Moss. Hraban TeXies do it in groups-pink-on-black.pdf-flat-no-ICC.pdf Description: Adobe PDF document

[NTG-context] OT: primes outside of TeX

2023-08-07 Thread Henning Hraban Ramm
typographical advise about using primes (foot/inch marks): https://practicaltypography.com/foot-and-inch-marks.html ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] Re: Using

2023-08-05 Thread Alex Leray
={\stoptyping}] \starttext \startpoem[title={Glijden}][] Lorem ipsum dolor sit amet consectetur. \stoppoem \stoptext ``` I get the following traceback: ``` tex error   > tex error on line 6 in file /home/ali/work/being_human/test.tex: ! Undefined control seque

[NTG-context] Re: \phrasetext issue with language uk. Was: Ukrainian hyphenation?

2023-08-05 Thread Gerben Wierda
h ua language setting it is not hyphenated. This was >>> just a minimal example >> >> do you get something similar? >> >>> mtxrun lang-uk.lua >> c:/data/develop/tex-context/tex/texmf-context/tex/context/patterns/mkiv/lang-uk.lua >> >> uk is th

[NTG-context] \phrasetext issue with language uk. Was: Ukrainian hyphenation?

2023-08-05 Thread Gerben Wierda
I had no idea I was messing. What am I doing wrong, then. Because in my >> actual document with ua language setting it is not hyphenated. This was just >> a minimal example > > do you get something similar? > > >mtxrun lang-uk.lua > c:/data/develop/tex-context/tex/tex

[NTG-context] Re: Using

2023-08-04 Thread Hans Hagen
ipsum dolor sit amet consectetur. \stoppoem \stoptext ``` I get the following traceback: ``` tex error   > tex error on line 6 in file /home/ali/work/being_human/test.tex: ! Undefined control sequence \strc_sectioning_initialize_increment ->\edef \currentheadincrement verbatim is

[NTG-context] Using

2023-08-04 Thread Alex Leray
\stoptext ``` I get the following traceback: ``` tex error > tex error on line 6 in file /home/ali/work/being_human/test.tex: ! Undefined control sequence \strc_sectioning_initialize_increment ->\edef \currentheadincrement {\headparameter \c!incrementnumber }\ifcsname \??headinc

[NTG-context] Re: \defineactivecharacter in LMTX + composing characters

2023-08-02 Thread Hamid,Idris
' and superscript mirrored c. Here is a article about this: http://andreasmhallberg.github.io/typographyofaynandhamza/ Now, as the author notices, the TeX Gyre fonts render 02BE and 02BF as superscript 'c'. (That was added to TeX Gyre at our request many years ago.) Linked below is a pdf that shows some font

[NTG-context] Re: empty line before typebuffer

2023-07-30 Thread Henning Hraban Ramm
er \framedtext{\typebuffer[option=tex]} \stoptext """ \framedtext[strut=no]{\typebuffer[option=tex]} or \startframedtext \typebuffer[option=tex] \stopframedtext Thank you (also Jacob)! Seems like I didn’t lo

[NTG-context] Re: empty line before typebuffer

2023-07-30 Thread Jacob Kauffmann via ntg-context
It comes from framedtext: \starttext \startbuffer \samplefile{tufte} \stopbuffer \framedtext[strut=no]{\typebuffer[option=tex]} \stoptext Best, Jacob > Am 30.07.2023 um 21:14 schrieb Henning Hraban Ramm : > > Yet another issue: > > \typebuffer always starts wi

[NTG-context] Re: empty line before typebuffer

2023-07-30 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 30.07.2023 um 21:14: Yet another issue: \typebuffer always starts with a blank line. Is this a bug, or how can I disable it? Hraban MWE: """ \starttext \startbuffer \samplefile{tufte} \stopbuffer \framedtext{\typebuffer[option=t

[NTG-context] empty line before typebuffer

2023-07-30 Thread Henning Hraban Ramm
Yet another issue: \typebuffer always starts with a blank line. Is this a bug, or how can I disable it? Hraban MWE: """ \starttext \startbuffer \samplefile{tufte} \stopbuffer \framedtext{\typebuffer[option=t

[NTG-context] Re: combining \definetyping and \definebuffer

2023-07-29 Thread Hans Hagen
[MyCode] [option=tex, numbering=file] \definebuffer [MyBuffer] [category=MyCode] \setuptyping [MyBuffer] [option=TEX, numbering=file] % \setuptyping % [buffer] % [option=TEX, %numbering=file] \startMyBuffer \fakewords{10}{20} \stopMyBuffer \starttext \startMyCode

[NTG-context] Re: combining \definetyping and \definebuffer

2023-07-29 Thread Henning Hraban Ramm
specifically asked for, but I think that it's pretty similar to your end goal. There's a .tex file with example usage in the same folder and a link to the compiled PDF from the main repo page. Thank you! Well, I’m sure it’s in there, and it’s an impressive module, but I don’t understand the code

[NTG-context] Re: combining \definetyping and \definebuffer

2023-07-29 Thread Max Chernoff
pretty similar to your end goal. There's a .tex file with example usage in the same folder and a link to the compiled PDF from the main repo page. Thanks, -- Max ___ If your question is of interest to others as well

[NTG-context] Re: combining \definetyping and \definebuffer

2023-07-29 Thread Bruce Horrocks
"" > \usemodule[visual] > > \definetyping[MyCode] > > \setuptyping[MyCode][ > option=tex, > numbering=file, > ] > > \definebuffer[MyBuffer] > > \startMyBuffer > \fakewords{10}{20} > \stopMyBuffer > > \starttext > > \startMyCode &g

[NTG-context] combining \definetyping and \definebuffer

2023-07-29 Thread Henning Hraban Ramm
Hi, I’d like to use a custom buffer ("MyBuffer") to use a custom typing style ("MyCode"). How does that work? """ \usemodule[visual] \definetyping[MyCode] \setuptyping[MyCode][ option=tex, numbering=file, ] \definebuffer[MyBuffer] \startMyBuff

[NTG-context] Re: issue with current latest (2023.07.28 20:04)

2023-07-29 Thread Jairo A. del Rio
El sáb, 29 jul 2023 a la(s) 02:50, Pablo Rodriguez (oi...@gmx.es) escribió: > Dear list, > > trying to generate the format for current latest (2023.07.28 20:04), I > get this error message: > > tex error > tex error on line 280 in file lang-lab.mkxl: Control > s

[NTG-context] issue with current latest (2023.07.28 20:04)

2023-07-29 Thread Pablo Rodriguez
Dear list, trying to generate the format for current latest (2023.07.28 20:04), I get this error message: tex error > tex error on line 280 in file lang-lab.mkxl: Control sequence expected instead of undefined \lang_labels_define_class_indeed {head}{ \definelabelclass ...

[NTG-context] Problems with luametatex and texlive on OpenBSD

2023-07-27 Thread Edd Barrett
Hi everyone, I'm finalising packaging TeX Live 2023 for OpenBSD and have an issue with context using the new luametatex engine. I'm getting various Lua errors when running `context --make`, like: node-ini.lmt:54: attempt to call a nil value (local 'getvalues') and: node-nut.lmt:22

[NTG-context] ConTeXt posters?

2023-07-25 Thread Henning Hraban Ramm
Hi, did you make once by chance a ConTeXt-themed poster that I could pin at the DANTE booth at FrOSCon and the TeX tent at CCCamp? (I‘d just need the PDF or maybe the sources.) Hraban ___ If your question

[NTG-context] Re: About Pgfplot.-

2023-07-22 Thread Aditya Mahajan
orking in the latest version. > I’m on macOS 13.4.1 and this is the version of context I’m running: > > > context --version > mtx-context | ConTeXt Process Management 1.04 > mtx-context | > mtx-context | main context file: > /usr/local/texlive/2023/te

[NTG-context] About Pgfplot.-

2023-07-22 Thread Freddy Omar López Quintero
Hello! I’m trying to reproduce the example in https://wiki.contextgarden.net/Pgfplot and I’m getting this error: tex error > tex error on line 926 in file pgfcorepoints.code.tex: Missing control sequence inserted \inaccessible " \pgfsetzvec \catcode `\==12

[NTG-context] Re: OSFONTDIR

2023-07-21 Thread Alan Braslau via ntg-context
or the need to update my sources. Alan On 21/07/23 21/07/23, 16:43, Alan Braslau wrote: On 19/07/23 19/07/23, 22:51, Hans Hagen via ntg-context wrote: is looking for system fonts by default the new standard? Is it a good idea? Thank you and all best it is a tex live thing; you can just set

[NTG-context] Re: OSFONTDIR

2023-07-21 Thread Alan Braslau via ntg-context
On 19/07/23 19/07/23, 22:51, Hans Hagen via ntg-context wrote: is looking for system fonts by default the new standard? Is it a good idea? Thank you and all best it is a tex live thing; you can just set that variable to nothing, in the environment or in a local file like in ../tex/texmf

[NTG-context] Re: Problem with latest

2023-07-20 Thread Hans Hagen
On 7/20/2023 4:04 PM, Thomas A. Schmitz wrote: Hi everybody, The latest (2023.07.18 22:07) has a consistent problem with all files on my computer; every run has this: fatal lua error: registered function call [1715]: ...s/lmtx/tex/texmf-context/tex/context/base/mkxl/l-lua.lmt:84: attempt

[NTG-context] Problem with latest

2023-07-20 Thread Thomas A. Schmitz
Hi everybody, The latest (2023.07.18 22:07) has a consistent problem with all files on my computer; every run has this: fatal lua error: registered function call [1715]: ...s/lmtx/tex/texmf-context/tex/context/base/mkxl/l-lua.lmt:84: attempt to call a nil value (upvalue 'popen’) Does anyone

[NTG-context] Re: OSFONTDIR

2023-07-19 Thread Hans Hagen via ntg-context
the variable OSFONTDIR to some value to prevent this from happening. So my question is: is looking for system fonts by default the new standard? Is it a good idea? Thank you and all best it is a tex live thing; you can just set that variable to nothing, in the environment or in a local file like

[NTG-context] Re: enhancing MetaPost presentation progress graphics

2023-07-19 Thread Henning Hraban Ramm
fixed several other things and drew a nicer boat. Feel free to use it. Hraban boat.tex Description: TeX document ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

[NTG-context] Re: Ukrainian hyphenation?

2023-07-19 Thread Hans Hagen via ntg-context
it is not hyphenated. This was just a minimal example do you get something similar? >mtxrun lang-uk.lua c:/data/develop/tex-context/tex/texmf-context/tex/context/patterns/mkiv/lang-uk.lua uk is the offical tag but for historic reasone we use ua as language; given the uk's exit and ua's entry in the europ

[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

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Gerben Wierda
har o (U+0006F) in font '' with id 0: missing >> fonts > checking > char d (U+00064) in font '' with id 0: missing >> fonts > checking > char i (U+00069) in font '' with id 0: missing >> fonts > checking > char I (U+00049) in font '' wit

[NTG-context] new upload

2023-07-18 Thread Hans Hagen
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 --parallellist myfile.cmd (filters context

[NTG-context] Re: What are these warnings/errors?

2023-07-18 Thread Hans Hagen
; char c (U+00063) in font '' with id 0: missing fonts > checking > char ] (U+0005D) in font '' with id 0: missing backend > xmp > using file '/usr/local/context-osx-64/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml' pages > flushing realpage 1, userp

[NTG-context] What are these warnings/errors?

2023-07-18 Thread Gerben Wierda
hecking > char d (U+00064) in font '' with id 0: missing fonts > checking > char i (U+00069) in font '' with id 0: missing fonts > checking > char I (U+00049) in font '' with id 0: missing fonts > checking > char c (U+00063) in font '' with id 0: missing f

[NTG-context] mtxrun scripts

2023-07-18 Thread Henning Hraban Ramm
I tried some of the mtxrun scripts: * "colors" runs into an error: $ mtxrun --script colors --table ~/texmf/colors/icc/profiles/sgray.icc lua error : function call: ...-07/tex/texmf-context/scripts/context/lua/mtx-colors.lua:56: attempt to index a nil value (global 'colors')

[NTG-context] problem with symbols in index

2023-07-17 Thread Henning Hraban Ramm
I hunted for two days after an index error in my book: """ structure > sectioning > chapter @ level 2 : 0.1 -> Sachregister tex error > tex error on line 95 in file ./prd_test.tex: The file ended when scanning an argument. {\startregisterentrie

[NTG-context] Re: \hidewidth disappeared

2023-07-16 Thread Hans van der Meer via ntg-context
> \hidewidth is a plain tex thing that is unlikely to work well with other code With all respect, I do not understand why it can cause problems and "is unlikely to work well". It is no surprise that in TeX you can cause havoc by using things unwisely or in the wrong place (and

[NTG-context] Re: \hidewidth disappeared

2023-07-16 Thread Hans Hagen via ntg-context
happened to it. \hidewidth is a plain tex thing that is unlikely to work well with other code \ialign is also something plain and as it sets everycr as well as tabskip and also can interfere you can define these macros yourself and hope for the best wrt interference but i'm not going to look

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