[NTG-context] \intertext and highlighting with \alignhere/\breakhere

2024-03-12 Thread Max Chernoff
\NC d \NC= e + f \NR[+] \NC g \NC= h + i \stopalign\stopformula \samplefile{knuth} \section{“I expect to see \tex{noalign} only after the \tex{cr} of an alignment.”} \starttyping \samplefile{knuth} \startformula \text{something} + \text{really} + \text{really} + \t

[NTG-context] Re: How can I do this?

2024-03-10 Thread Otared Kavian
exchanging parts of a file with people using Plain TeX or LaTeX, it is more standard. Best regards: Otared > On 10 Mar 2024, at 10:16, Hans Hagen via ntg-context > wrote: > > On 3/8/2024 6:36 PM, Henning Hraban Ramm wrote: >> Am 08.03.24 um 17:56 schrieb Otared Kav

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Hans Hagen
. \enableexperiments[fonts.compact] \definefontfamily[mainface][rm][TeX Gyre Termes]   [it={style:regular, features:{default,slanted}},    sl={style:regular, features:{default,slanted}}] \setupbodyfont[mainface] \starttext \startstyle[style=italic]normal {\em emphasized} normal\stopstyle \stoptext

[NTG-context] Re: Japanese

2024-03-10 Thread Emanuel Han via ntg-context
produces but this nothing which can't be > fixed. > 3. To fix the problems someone has to be passionate to fix them and we're > willing to help here. > As you can see in my second example file japanese.tex there is a font feature > to create half sized parentheses

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Wolfgang Schuster
[mainface][rm][TeX Gyre Termes] [it={style:regular, features:{default,slanted}}, sl={style:regular, features:{default,slanted}}] \setupbodyfont[mainface] \starttext \startstyle[style=italic]normal {\em emphasized} normal\stopstyle \stoptext The only way to mask the effect is to create a new

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-09 Thread Wolfgang Schuster
n when you switch back to the upright style. \enableexperiments[fonts.compact] \definefontfamily[mainface][rm][TeX Gyre Termes] [it={style:regular, features:{default,slanted}}, sl={style:regular, features:{default,slanted}}] \setupbodyfont[mainface] \starttext \tf h\showcurrentfont[]\

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Henning Hraban Ramm
Am 08.03.24 um 18:50 schrieb Pablo Rodriguez via ntg-context: Dear list, the following latest gets differents results when compiled with MkXL and MkIV (in current latest from 2024.03.05 11:26): \definefontfamily[mainface][rm][TeX Gyre Termes] [features={default, quality

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Wolfgang Schuster
Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 18:50: Dear list, the following latest gets differents results when compiled with MkXL and MkIV (in current latest from 2024.03.05 11:26): \definefontfamily[mainface][rm][TeX Gyre Termes] [features={default, quality

[NTG-context] \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Pablo Rodriguez via ntg-context
Dear list, the following latest gets differents results when compiled with MkXL and MkIV (in current latest from 2024.03.05 11:26): \definefontfamily[mainface][rm][TeX Gyre Termes] [features={default, quality}, it={style: regular, features:{default, quality, slanted}}, sl={style

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

2024-03-07 Thread Wolfgang Schuster
\or \the\numexpr#1+4\relax % remainder = 1 \or \the\numexpr#1+3\relax % remainder = 2 \or \the\numexpr#1+2\relax % remainder = 3 \fi} Now it is clearer to me (although I need some time to learn from it). When you use \numexpr to perform arithmetic in TeX it is recommended to add

[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: missing metadata in LMTX

2024-03-06 Thread Pablo Rodriguez via ntg-context
whether this requires a minimal sample to be fixed. Many thanks for your help, Pablo tex error > tex error on line 0 in file : Argument of \D9>:title has an extra } \par } \prerolltostring #1->\beginlocalcontrol \setbox \b_syst_boxes \hbox {\expand \everypreroll #1

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

2024-03-04 Thread Hans Hagen via ntg-context
On 3/3/2024 11:54 AM, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \definefontfeature[wider][extend=2] \definefontfamily[mainface][rm][TeX Gyre Pagella] [features={default, quality, wider}, it={style: regular, features:{default, slanted

[NTG-context] Re: issues scaling glyphs of Twemoji Mozilla

2024-03-04 Thread Hans Hagen via ntg-context
On 3/2/2024 1:46 PM, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \definefontfamily[mainface][rm][TeX Gyre Termes] \definefontfamily[mainface][cg][Twemoji Mozilla][features={color}] \setupbodyfont[mainface] \starttext \scale[width=30em

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

2024-03-03 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \definefontfeature[wider][extend=2] \definefontfamily[mainface][rm][TeX Gyre Pagella] [features={default, quality, wider}, it={style: regular, features:{default, slanted, quality}}, bf={style: regular, features:{default, boldened-30

[NTG-context] issues scaling glyphs of Twemoji Mozilla

2024-03-02 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \definefontfamily[mainface][rm][TeX Gyre Termes] \definefontfamily[mainface][cg][Twemoji Mozilla][features={color}] \setupbodyfont[mainface] \starttext \scale[width=30em]{a} \scale[width=30em]{\cg } \stoptext Using current latest from both

[NTG-context] Re: Japanese

2024-03-01 Thread Emanuel Han via ntg-context
; > would hold the expected 45 lines, and not 44 lines as it is doing now. > > Ruby characters in the first line should protrude the box, what they > > already do. > > I tried to implement the 1em hskip of the header and footer away from > > the page border. While it works

[NTG-context] Re: Japanese

2024-03-01 Thread Wolfgang Schuster
border. While it works for left aligned headers and footers, it doesn't for the right aligned headers and footers (negative hskip has no effect). How to solve this problem? Do you a proper example of the layout? Setting a few values is not enough because TeX doesn't work the way you need

[NTG-context] Re: Japanese

2024-03-01 Thread Emanuel Han via ntg-context
ements, please accept my apology. I > > tried to be of help as far as I could. I grew up in Japan and know more or > > less how typeset text should look like. > > Emanuel > > It would be nice if you can put your notes above into > https://wiki.contextgarden.net/Chine

[NTG-context] Re: Japanese

2024-02-29 Thread Jeong Dal via ntg-context
Hi, In Korea, LaTeX is popular rather than ConTeXt since mathematicians initiated the use of TeX in Korea and they use LaTeX mainly. But right now, there are so many non-math people who developed many things for Korean & LaTeX. Many years ago, Hans and Taco visited the seminar held by

[NTG-context] Re: Japanese

2024-02-28 Thread Emanuel Han via ntg-context
>> \definefontfamily[JapaneseFont][ss][Noto Serif JP] > >> [ it={style:regular,features:{*,slanted}}, > >> sl={style:regular,features:{*,slanted}}, > >> bi={style:bold,features:{*,slanted}},force=yes] > >> > >> \definefontfamily[JapaneseFont][tt][Noto Serif J

[NTG-context] Re: Japanese

2024-02-28 Thread Jean-Pierre Delange
={style:bold,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][math][Tex Gyre Termes Math] %\definefontfamily[JapaneseFont][math][Tex Gyre Pagella Math] %\definefontfamily[JapaneseFont][math][Tex Gyre Aventor] \setupbodyfont[JapaneseFont,12pt] \setupruby[location=top,voffset=-2ex

[NTG-context] Re: Japanese

2024-02-28 Thread Henning Hraban Ramm
={style:regular,features:{*,slanted}},       bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][math][Tex Gyre Termes Math] %\definefontfamily[JapaneseFont][math][Tex Gyre Pagella Math] %\definefontfamily[JapaneseFont][math][Tex Gyre Aventor] \setupbodyfont

[NTG-context] Re: \mfunction does not work with the latest upload

2024-02-28 Thread fv leung
the limits to go always below, never below or below in > display, respectively. > > /Mikael > > On Wed, Feb 28, 2024 at 1:26 AM fv leung wrote: > > > > > > \starttext > > % copy from wiki > > \definemathcommand[lcd][nolop]{\mfunction{lcd}} > &g

[NTG-context] Re: Japanese

2024-02-27 Thread Otared Kavian
,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][math][Tex Gyre Termes Math] %\definefontfamily[JapaneseFont][math][Tex Gyre Pagella Math] %\definefontfamily[JapaneseFont][math][Tex Gyre Aventor] \setupbodyfont[JapaneseFont,12pt] \setupruby[location=top,voffset=-2ex

[NTG-context] Re: \mfunction does not work with the latest upload

2024-02-27 Thread Mikael Sundqvist
py from wiki > \definemathcommand[lcd][nolop]{\mfunction{lcd}} > > With \contextversion, the math command \tex{lcd} gives \m{\lcd} (nothing)! > > \stoptext > ___ > If your question is of interest to ot

[NTG-context] \mfunction does not work with the latest upload

2024-02-27 Thread fv leung
\starttext % copy from wiki \definemathcommand[lcd][nolop]{\mfunction{lcd}} With \contextversion, the math command \tex{lcd} gives \m{\lcd} (nothing)! \stoptext ___ If your question is of interest to others as well

[NTG-context] Re: Japanese

2024-02-27 Thread Jeong Dal via ntg-context
,force=yes] \definefontfamily[notoFont][tt][Noto Sans Mono CJK KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[notoFont][math][Tex Gyre Termes Math] %\definefontfamily[notoFonts][math

[NTG-context] Re: Issue with italics

2024-02-26 Thread Jean-Pierre Delange
? HTH Thomas On 26. Feb 2024, at 13:32, Jean-Pierre Delange wrote: Dear list, When handling the preamble to a document in which I would like to treat the text in French, with sometimes italics text and phrases in ancient Greek, I encounter the following difficulty: if I use TeX Gyre Pagella

[NTG-context] Re: Issue with italics

2024-02-26 Thread Thomas A. Schmitz
s text and phrases in ancient Greek, I > encounter the following difficulty: > if I use TeX Gyre Pagella as the main font, everything works fine, except for > the Ancient Greek text, which I don't like the look of. But the Greek text is > displayed, as are the French italics. On the

[NTG-context] Re: Issue with italics

2024-02-26 Thread Denis Maier via ntg-context
> > > Dear list, > > > > When handling the preamble to a document in which I would like to > > treat the text in French, with sometimes italics text and phrases in > > ancient Greek, I encounter the following difficulty: > > if I use TeX Gyre Pagella as the main

[NTG-context] Re: Issue with italics

2024-02-26 Thread Denis Maier via ntg-context
k, I > encounter the following difficulty: > if I use TeX Gyre Pagella as the main font, everything works fine, except for > the > Ancient 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

[NTG-context] Issue with italics

2024-02-26 Thread Jean-Pierre Delange
Dear list, When handling the preamble to a document in which I would like to treat the text in French, with sometimes italics text and phrases in ancient Greek, I encounter the following difficulty: if I use TeX Gyre Pagella as the main font, everything works fine, except for the Ancient

[NTG-context] Re: FreeBSD 13.2

2024-02-26 Thread Henning Hraban Ramm
Am 26.02.24 um 12:22 schrieb Roger Mason: resolvers | resolving | variable 'SELFAUTOLOC' set to '/usr/home/rmason/context/tex/texmf-freebsd-amd64/bin' resolvers | resolving | variable 'SELFAUTODIR' set to '/usr/home/rmason/context/tex/texmf-freebsd-amd64' resolvers

[NTG-context] Re: FreeBSD 13.2

2024-02-26 Thread Roger Mason
Hello, Henning Hraban Ramm writes: > > I guess you’re lacking the main distribution package. > > My installation (tree -dL 4, partly shortened): > > . > ├── bin (installation only) > └── tex > ├── texmf-cache (necessary, but auto-created?) >

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

2024-02-25 Thread Andres Conrado Montoya
Thank you for your interest, Aditya. The error was kindly fixed by Hans introducing the following fix at line 993 in tex/texmf-context/tex/context/base/mkxl/back-exp-imp-mth.lmt: function extras.msubsup(di,element,n,fulltag) local data = di.data local nuc = found(data

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

2024-02-25 Thread Andres Conrado Montoya
cks > order disturbed floatblocks > '52' placed (force) pages > flushing realpage 138, userpage 138, subpage 138 close source> level 2, order 29, name 'include/content/Aplicación-prueba-ji-cuadrado.tex' pages > flushing realpage 139, userpage 139, subpage 139

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

2024-02-25 Thread Andres Conrado Montoya
il.com>) escribió: > >> I keep bumping into this error, I have no idea what may be causing it, in >> a statistics book with lots of math: >> >> registered function call [250]: >> ...mtx/tex/texmf-context/tex/context/base/mkxl/lxml-mms.lmt:749: attempt to >>

[NTG-context] Re: FreeBSD 13.2

2024-02-25 Thread Henning Hraban Ramm
Am 25.02.24 um 20:24 schrieb Roger Mason: Hello Hraban, Henning Hraban Ramm writes: Am 25.02.24 um 17:08 schrieb Roger Mason: Do I need mtxrun? If so, where are the sources and how do I build it? Yes, you need it, but it’s just an alias to luametatex: ~/context/tex/texmf-osx-64/bin

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

2024-02-25 Thread Andres Conrado Montoya
onr...@gmail.com>) escribió: > I keep bumping into this error, I have no idea what may be causing it, in > a statistics book with lots of math: > > registered function call [250]: > ...mtx/tex/texmf-context/tex/context/base/mkxl/lxml-mms.lmt:749: attempt to > index a nil value (local

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

2024-02-25 Thread Andres Conrado Montoya
I keep bumping into this error, I have no idea what may be causing it, in a statistics book with lots of math: registered function call [250]: ...mtx/tex/texmf-context/tex/context/base/mkxl/lxml-mms.lmt:749: attempt to index a nil value (local 'a2') I have checked everything. I have tried

[NTG-context] Re: FreeBSD 13.2

2024-02-25 Thread Roger Mason
Hello Hraban, Henning Hraban Ramm writes: > Am 25.02.24 um 17:08 schrieb Roger Mason: >> Do I need mtxrun? If so, where are the sources and how do I build >> it? > > Yes, you need it, but it’s just an alias to luametatex: > > ~/context/tex/texmf-osx-64/bin $ ll &

[NTG-context] Re: FreeBSD 13.2

2024-02-25 Thread Henning Hraban Ramm
: ~/context/tex/texmf-osx-64/bin $ ll total 7704 -rw-r--r--@ 1 hraban staff 6,0K 14 Dez 19:11 .DS_Store lrwxr-xr-x 1 hraban staff10B 22 Feb 18:47 context@ -> luametatex -rw-r--r-- 1 hraban staff 1,3K 10 Aug 2023 context.lua -rwxr-xr-x 1 hraban staff 2,9M 22 Feb 18:47 luametatex* lrwxr

[NTG-context] Re: typing with scite module and escape

2024-02-24 Thread Henning Hraban Ramm
}} \setuptyping[TEX][   option=tex,% scite sets cld   escape=yes, ] \starttext \startTEX \starttext/BTEX\SAY{Text starts here}/ETEX \input tufte \stoptext/BTEX\SAY{Text ends here}/ETEX \stopTEX \stoptext I tried to load the module only in the section where I need it, that lead to strange errors

[NTG-context] Re: FreeBSD 13.2

2024-02-24 Thread Henning Hraban Ramm
eeBSD 13.2 binaries back to the project, if someone will tell me how. Yes, we need to document it in the wiki… But it’s easy: cd into your tex/texmf-context/source/luametatex and run build.sh then copy the "luametatex" binary from build/native into tex

[NTG-context] typing with scite module and escape

2024-02-24 Thread Henning Hraban Ramm
Hi, I’m trying to use escaping in a typing environment. It works until I load the scite module. I need that only for btx highlighting, but I can’t limit it to that. What should I do? \usemodule[scite] \define[1]\SAY{\hfill{\rm #1}} \setuptyping[TEX][ option=tex,% scite sets cld escape

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

2024-02-21 Thread Bruce Horrocks
> On 21 Feb 2024, at 08:17, madiazm.eo...@gmail.com wrote: > > Thanks a lot Bruce, that did the trick! definitely I will have to learn a bit > lua in summer. > I just got an error on \qquad and found searching in internet that it was > because escape character conflicts b

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

2024-02-21 Thread madiazm . eoicc
Thanks a lot Bruce, that did the trick! definitely I will have to learn a bit lua in summer. I just got an error on \qquad and found searching in internet that it was because escape character conflicts between tex and lua. For the time i removed it and since I will create itemizes I hope I dont

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

2024-02-20 Thread Gavin via ntg-context
that is not what you intend. Since you have TeX Live, I recommend you get the ConTeXt in TeX Live working first, then decide if you need the latest ConTeXt from the garden. > On Feb 20, 2024, at 7:21 AM, Pablo Rodriguez via ntg-context > wrote: > > The engine you are using is pdfTeX (from T

[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-20 Thread Ursula Hermann
nal (I guess it is called “command prompt” [or »Eingabeaufforderung«] in Windows-parlance) and paste (if you have ConTeXt for 32bit): set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-mswin\bin Or this (if you use ConTeXt for 64bit): set PATH=%PATH%;%USERPROFILE%\Desktop\context\t

[NTG-context] Re: Text in Margin

2024-02-19 Thread Andres Conrado Montoya
There is a package on github https://github.com/andythomas/TeX-sidenotes that can help you with that. Check the "context" folder on that repo. Also, you can find an example of its use at https://github.com/zvonkok/perf-panacea Caveat emptor: It has not been updated in 12 years. It s

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

2024-02-19 Thread Hans Hagen
. For the example, I use this macro definition (which does no work!) \long\def\prueba #1\par#2\par#3\par#4ñ{\framed[frame=off,width=0.8\textwidth,corner=round,offset=1em,align=flushleft]% {{\bf Beispiel}: #1\\ \qquad  a) #2\\ \qquad  b) {\bf #3}\\ \qquad  c) #4 } I get: tex error on line 493 in file

[NTG-context] Re: Fwd: Re: Working with layer sets with Metapost

2024-02-19 Thread Emanuel Han via ntg-context
uot;, "layerset2", > > > "layerset3" etc.? > > > > > > Emanuel > > > > > > On Feb. 15 2024, at 10:07 pm, Emanuel Han via ntg-context > > > wrote: > > > > > > Dear Mikael, > > > thanks a lot! > > > this

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

2024-02-19 Thread Ursula Hermann
pt” [or »Eingabeaufforderung«] in Windows-parlance) and paste (if you have ConTeXt for 32bit): set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-mswin\bin Or this (if you use ConTeXt for 64bit): set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-win64\bin Then, on the same window (since

[NTG-context] Re: Fwd: Re: Working with layer sets with Metapost

2024-02-19 Thread Mikael Sundqvist
> > > > On Feb. 15 2024, at 10:07 pm, Emanuel Han via ntg-context > > wrote: > > > > Dear Mikael, > > thanks a lot! > > this seems to be the solution! And it looks beatiful enough to me  > > I'll try to port all my layers to this new method and see if I run int

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

2024-02-19 Thread Pablo Rodriguez via ntg-context
and prompt” [or »Eingabeaufforderung«] in Windows-parlance) and paste (if you have ConTeXt for 32bit): set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-mswin\bin Or this (if you use ConTeXt for 64bit): set PATH=%PATH%;%USERPROFILE%\Desktop\context\tex\texmf-win64\bin Then, on the same

[NTG-context] Fwd: Re: Working with layer sets with Metapost

2024-02-19 Thread Emanuel Han via ntg-context
ethod and see if I run into new problems again >> Emanuel>>> On Feb. 15 2024, at 8:19 am, Mikael Sundqvist wrote:>> Hi>> On Thu, Feb 15, 2024 at 1:03 AM Emanuel Han via ntg-context> wrote:> >> > Dear list,> >> > the attached .tex file is the mi

[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] using an end of line as parameter

2024-02-19 Thread Miguel Diaz
does no work!) \long\def\prueba #1\par#2\par#3\par#4ñ{\framed[frame=off,width=0.8\textwidth,corner=round,offset=1em,align=flushleft]% {{\bf Beispiel}: #1\\ \qquad a) #2\\ \qquad b) {\bf #3}\\ \qquad c) #4 } I get: tex error on line 493 in file ./prueba.tex: The file ended when scanning

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

2024-02-19 Thread Ursula Hermann
Dear List, I have done the new download at Work. After compiling is always the same: Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-context\tex\context\test\mkiv startup error : no format file given, q

[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: manuals

2024-02-18 Thread Jean-Pierre Delange
e.fr/; new recommended version here: http://lesfichesabebert.fr/TeX/context/context-intro.html). As mentionned by Alain Delmotte. Bertrand Masson always keeps his site up to date, as he gives references to the documentation compiled by Garulfo (Joaquín Ataz López ), available in several language

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

2024-02-18 Thread Ralf Heinrich Arning
: Symbol not found: chkstk_darwin Referenced from: /Applications/TeX/context-osx-64/tex/texmf-osx-64/bin/context (which was built for Mac OS X 12.7) Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: chkstk_darwin Referenced from: /Applications/TeX/context-osx-64/tex

[NTG-context] Re: Best way to input UTF-8

2024-02-18 Thread Marco Patzer
tor. The characters end up in the tex file and that's what's processed by context. \starttext Ωµ±åö←§… \stoptext Methods: - custom keyboard layout (my preferred way) - compose key - symbol input tables (provided by your OS) - copy-pasting symbols from somewhere else - … > If I use the

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

2024-02-17 Thread Hans Hagen
(less after fonts were cached) but normally we stay around 125 MB for a document. Anyway, tex mem consumption can often be neglected compared to oth

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

2024-02-17 Thread Shiv Shankar Dayal
;> >> anyway, not that much changed since the previous upload, so maybe you >> just stay below a threshold >> >> I recently generated a 180MB document with 2500 fonts + metapost >> outlines of them and that could bump mem usage (with empty cache) to 30 >

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

2024-02-17 Thread Shiv Shankar Dayal
ous upload, so maybe you > just stay below a threshold > > I recently generated a 180MB document with 2500 fonts + metapost > outlines of them and that could bump mem usage (with empty cache) to 30 > GB (less after fonts were cached) but normally we stay around 125 MB for > a docume

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

2024-02-17 Thread Hans Hagen
usage (with empty cache) to 30 GB (less after fonts were cached) but normally we stay around 125 MB for a document. Anyway, tex mem consumption can often be neglected compared to other applications. Hans

[NTG-context] Re: Working with layer sets with Metapost

2024-02-17 Thread Emanuel Han via ntg-context
ks beatiful enough to me  > > I'll try to port all my layers to this new method and see if I run into new > > problems again  > > > > Emanuel > > > > > > On Feb. 15 2024, at 8:19 am, Mikael Sundqvist wrote: > > > > Hi > > > > On

[NTG-context] Re: manuals

2024-02-16 Thread Tommaso Gordini
also have a look at > > https://www.lesfichesabebert.fr/TeX/TeX.html > > It is website introducing Context in French. > The author was using LaTeX, but he switched to Context for his work > maintaining a regular publication. > > Note: the site is now under reworking, but it is

[NTG-context] Re: Working with layer sets with Metapost

2024-02-15 Thread Mikael Sundqvist
15 2024, at 8:19 am, Mikael Sundqvist wrote: > > Hi > > On Thu, Feb 15, 2024 at 1:03 AM Emanuel Han via ntg-context > wrote: > > > > Dear list, > > > > the attached .tex file is the minimal working example we discussed today in > > the online mee

[NTG-context] Re: Working with layer sets with Metapost

2024-02-15 Thread Emanuel Han via ntg-context
wrote: > > > Hi > > > > > > On Thu, Feb 15, 2024 at 1:03 AM Emanuel Han via ntg-context > > > wrote: > > > > > > > > Dear list, > > > > > > > > the attached .tex file is the minimal working example we discussed > > > >

[NTG-context] Re: Working with layer sets with Metapost

2024-02-15 Thread Emanuel Han via ntg-context
! And it looks beatiful enough to me  > I'll try to port all my layers to this new method and see if I run into new > problems again  > > Emanuel > > On Feb. 15 2024, at 8:19 am, Mikael Sundqvist wrote: > > Hi > > > > On Thu, Feb 15, 2024 at 1:03 AM Emanuel Han

[NTG-context] Re: Working with layer sets with Metapost

2024-02-15 Thread Emanuel Han via ntg-context
t 1:03 AM Emanuel Han via ntg-context > wrote: > > > > Dear list, > > > > the attached .tex file is the minimal working example we discussed today in > > the online meeting. > > > > I realized that the approach of looping through k of p[k] is not f

[NTG-context] Re: manuals

2024-02-15 Thread Alain Delmotte
One could also have a look at https://www.lesfichesabebert.fr/TeX/TeX.html It is website introducing Context in French. The author was using LaTeX, but he switched to Context for his work maintaining a regular publication. Note: the site is now under reworking, but it is very interesting

[NTG-context] Installation of linux-32bits

2024-02-15 Thread Alain Delmotte
@alain:~/context/tex/texmf-linux/bin$ mtxrun --generate resolvers   | resolving | variable 'SELFAUTOLOC' set to '/home/alain/context/bin' resolvers   | resolving | variable 'SELFAUTODIR' set to '/home/alain/context' resolvers   | resolving | variable 'SELFAUTOPARENT' set to '/home

[NTG-context] Re: Working with layer sets with Metapost

2024-02-14 Thread Mikael Sundqvist
Hi On Thu, Feb 15, 2024 at 1:03 AM Emanuel Han via ntg-context wrote: > > Dear list, > > the attached .tex file is the minimal working example we discussed today in > the online meeting. > > I realized that the approach of looping through k of p[k] is not fitting my

[NTG-context] Working with layer sets with Metapost

2024-02-14 Thread Emanuel Han via ntg-context
Dear list, the attached .tex file is the minimal working example we discussed today in the online meeting. I realized that the approach of looping through k of p[k] is not fitting my needs, because it's not flexible enough. I need another approach, one which works with layer sets. I would stop

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

2024-02-14 Thread Hans Hagen
On 2/14/2024 8:37 PM, Joaquín Ataz López wrote: I join the thanks to the other members of the list. I think that good documentation is essential in any project, and, in particular, a low-level explanation of ConTeXt that is understandable without being an accomplished TeX programmer seems

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

2024-02-14 Thread Joaquín Ataz López
I join the thanks to the other members of the list. I think that good documentation is essential in any project, and, in particular, a low-level explanation of ConTeXt that is understandable without being an accomplished TeX programmer seems to me a great idea. As for TeX documentation, I

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

2024-02-14 Thread Henning Hraban Ramm
An: Henning Hraban Ramm Dear Henning, --- Your instructions: PWD=`pwd` cd tex/texmf-context/source/luametatex sh build.sh cp build/native/luametatex "$PWD/tex/texmf-linux/bin/" cd "$PWD" --- My actions: I created a 'context' folder in my home/alain

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

2024-02-14 Thread Ursula Hermann
after a new update on my Computer at Work, I did once more download the installation. After compiling with context-mswin I got this file Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-context\tex\context

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

2024-02-14 Thread Ursula Hermann
So after a new update on my Computer at Work, I did once more download the installation. After compiling with context-mswin I got this file Command Line: context.exe --synctex=-1 "context-test.tex" Startup Folder: C:\Users\Hermann\Downloads\context-mswin\tex\texmf-context\tex\co

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

2024-02-13 Thread Peter Hopcroft via ntg-context
> documentation, which I find is a better medium for communication rather than > wikis. > > Now, as to my question, to understand the low level TeX programming language, > will the manuals

[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 Sir Coleman via ntg-context
for communication rather than wikis. Now, as to my question, to understand the low level TeX programming language, will the manuals "Low Level TeX" be enough? Thanks. ___ If your question is of interest to othe

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

2024-02-13 Thread Wolfgang Schuster
SirColeman via ntg-context schrieb am 12.02.2024 um 08:49: Greetings all. I have a passion for typesetting. I found that currently the best typesetting systems are those that are based on TeX. Of them, there are LaTeX, and ConTeXt. LaTeX is very well documented and popular; ConTeXt

[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
nd 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 context file: >> /Applications/ConTeXtStandalone/tex/texmf-context/tex

[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
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-context | main context file: /Applications

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

2024-02-11 Thread SirColeman via ntg-context
Greetings all. I have a passion for typesetting. I found that currently the best typesetting systems are those that are based on TeX. Of them, there are LaTeX, and ConTeXt. LaTeX is very well documented and popular; ConTeXt, on the other hand, is apparently very powerful and capable

[NTG-context] Re: \type ignores space between command and bracket

2024-02-02 Thread Hans Hagen via ntg-context
to read a bit about how tex handles spaces esp after control sequences and when passing stuff in arguments ... then sit down and ponder possible solutions for a while ... Hans - Hans Hagen

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

2024-01-29 Thread Taco Hoekwater
(as in listing the available installed ibmplex fonts) > > > mtxrun --script font --list --spec --filter="fontname=*" > mtxrun --script font --list --spec --filter="fontname=p*" > mtxrun --script font --list --spec --filter="fontname=pl*" > > lua e

[NTG-context] Re: Own command definition breaks with interaction: Use of \do_my_command doesn't match its definition

2024-01-29 Thread Taco Hoekwater
> \ctxlua{userdata.my_command('', [==[#2]==])}% > }\fi > } > \protect > > \starttext > > % all the following works > \mc{foo} \mc[bold]{foo} \mc[emph]{foo} > > \startenu[title=Some] > \stopenu > > % this breaks > \startenu[title=Some \mc{foo}

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

2024-01-28 Thread vm via ntg-context
="fontname=*" mtxrun --script font --list --spec --filter="fontname=p*" mtxrun --script font --list --spec --filter="fontname=pl*" lua error : function call: /home/vm/context/tex/texmf-linux-64/bin/mtxrun.lua:10080: bad argument #9 to 'format' (number expected, got string

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