[NTG-context] Alphabet & color

2020-07-15 Thread Marcus Vinicius Mesquita
Dear list I need to typeset a book for kids wich contains texts where each letter is assigned a fixed color, for example: A - - > red; B - - > blue; ... Z - - > green. What would be the best way to do this? TIA. Marcus Vinicius

Re: [NTG-context] how to with \margindata

2020-07-15 Thread Hans van der Meer
I didn't miss that argument, of course, my actual code was: \margindata[outer][hoffset=\marginoffset] dr. Hans van der Meer > On 15 Jul 2020, at 22:10, Wolfgang Schuster > wrote: > > Hans van der Meer schrieb am 15.07.2020 um 21:48: >> Using the following: >> \margindata{some macro

Re: [NTG-context] Text around a figure

2020-07-15 Thread Otared Kavian
Hi Fabrice, I think what Wolfgang suggests is something like the following: \useMPlibrary[dum] \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] \definetextbackground[fondpaille] [background=color, backgroundcolor=fondpaille, frame=off, location=always] \starttext

Re: [NTG-context] Text around a figure

2020-07-15 Thread Wolfgang Schuster
Fabrice Couvreur schrieb am 15.07.2020 um 19:54: Hello, I always encounter difficulties with the placement of figures in such a way that the text envelops the figure. Thank you. Fabrice \useMPlibrary[dum] \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] \starttext

Re: [NTG-context] how to with \margindata

2020-07-15 Thread Wolfgang Schuster
Hans van der Meer schrieb am 15.07.2020 um 21:48: Using the following: \margindata{some macro expansions} You're missing the first mandatory argument, e.g. \margindata[inright]{...}. I know that \margindata is typeset at a later moment than its place in the code suggests. The problem is

[NTG-context] how to with \margindata

2020-07-15 Thread Hans van der Meer
Using the following: \margindata{some macro expansions} I know that \margindata is typeset at a later moment than its place in the code suggests. The problem is that macro expansions inside the {}'s are expanded twice. This interferes badly with the things I want to happen. Tracing what

Re: [NTG-context] Combining colors with matrices

2020-07-15 Thread Otared Kavian
Hi David, Regarding matrices, below is an example. You can choose the names pmatrix, etc as you wish. There is even a module which allows you to compute the product of two matrices, etc (with \usemodule[m-matrix], see m-matrix.mkiv). %% defining matrix with parentheses

Re: [NTG-context] Combining colors with matrices

2020-07-15 Thread David Eric Cox
Never mind. That was stupid of me. I can do it by containing a generalized fraction within \( and \). Still getting used to thinking on multiple levels (TeX,ConTeXt,MathML, etc.) Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, July

[NTG-context] Text around a figure

2020-07-15 Thread Fabrice Couvreur
Hello, I always encounter difficulties with the placement of figures in such a way that the text envelops the figure. Thank you. Fabrice \useMPlibrary[dum] \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] \starttext \startframedtext[width=max,background=color,backgroundcolor=fondpaille]

[NTG-context] Combining colors with matrices

2020-07-15 Thread David Eric Cox
Can anyone direct me to either traditional ConTeXt math documentation on how to produce matrices or tell me how to show a variable in bold redin MathML? I am producing pdf files exclusively. Sent with [ProtonMail](https://protonmail.com) Secure

[NTG-context] embolden font in LMTX

2020-07-15 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] [it={style:regular, features:{default, slanted}}, bi={style:regular, features:{default, boldened, slanted}}, bf={style:regular, features:{default,

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-15 Thread Henning Hraban Ramm
> Am 15.07.2020 um 14:28 schrieb Hans Hagen : > > On 7/15/2020 2:14 PM, Henning Hraban Ramm wrote: >>> Am 15.07.2020 um 10:31 schrieb Hans Hagen : >>> you can leave the commands for last ... in an french user interface the >>> english commands will work ok, but keys/values/elements have to be

Re: [NTG-context] white-space after section-head in columns

2020-07-15 Thread Lukas/ConTeXt
Hello Peter, playing with "grid" option within \setuplayout and \setuphead might help - see: \setuplayout[grid=no] \setuphead[section][grid=no] \starttext \startsection[title=Space is ok here] \input tufte \stopsection \blank \startcolumns[n=2] \startsection[title=Too

Re: [NTG-context] white-space after section-head in columns

2020-07-15 Thread Wolfgang Schuster
Peter Münster schrieb am 15.07.2020 um 14:55: Hi, What is the right way please to get normal white-space after a section in columns, i.e. not too much? Example, that shows the problem: --8<---cut here---start->8--- \starttext \startsection[title=Space is ok

[NTG-context] white-space after section-head in columns

2020-07-15 Thread Peter Münster
Hi, What is the right way please to get normal white-space after a section in columns, i.e. not too much? Example, that shows the problem: --8<---cut here---start->8--- \starttext \startsection[title=Space is ok here] \input tufte \stopsection

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-15 Thread Hans Hagen
On 7/15/2020 2:14 PM, Henning Hraban Ramm wrote: Am 15.07.2020 um 10:31 schrieb Hans Hagen : you can leave the commands for last ... in an french user interface the english commands will work ok, but keys/values/elements have to be translated Are the other interfaces (Dutch, German,

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-15 Thread Henning Hraban Ramm
> Am 15.07.2020 um 10:31 schrieb Hans Hagen : > you can leave the commands for last ... in an french user interface the > english commands will work ok, but keys/values/elements have to be translated Are the other interfaces (Dutch, German, Czech...) actually still working? AFAIR I tried the

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-15 Thread Hans Hagen
On 7/14/2020 11:39 PM, Garulfo wrote: Hi, a "early-alpha-version" of updated setup-fr.pdf https://wiki.contextgarden.net/File:setup-fr.pdf with the associated mult-def.lua. https://wiki.contextgarden.net/File:20_output_mult-def_garulfo.zip Any feedback will be welcome. To developers : what

Re: [NTG-context] context --ctx=s-mod not working?

2020-07-15 Thread Jairo A. del Rio
I still get a corrupted file, almost empty as it seems. However, error messages are missing, so something weird is happening. Jairo :) El mié., 15 de jul. de 2020 a la(s) 03:17, Hans Hagen (j.ha...@xs4all.nl) escribió: > On 7/15/2020 9:27 AM, Jairo A. del Rio wrote: > > Hi list! > > > > I've

Re: [NTG-context] context --ctx=s-mod not working?

2020-07-15 Thread Hans Hagen
On 7/15/2020 9:27 AM, Jairo A. del Rio wrote: Hi list! I've tried context --ctx=s-mod with some files, e.g. t-annotation and I only get corrupted PDF files. Also, when I try with files such as syst-aux.mkiv, I get the following error after a L O T of warnings: \wait tex error       > tex

[NTG-context] context --ctx=s-mod not working?

2020-07-15 Thread Jairo A. del Rio
Hi list! I've tried context --ctx=s-mod with some files, e.g. t-annotation and I only get corrupted PDF files. Also, when I try with files such as syst-aux.mkiv, I get the following error after a L O T of warnings: \wait tex error > tex error on line 4554 in file syst-aux.mkiv: ? \wait