Re: [NTG-context] problems with images, layers and crop marks

2019-07-08 Thread Henning Hraban Ramm
Zitat von Hans Hagen : On 7/8/2019 12:26 PM, Henning Hraban Ramm wrote: I found the culprit, it’s \clip : \setuppapersize[A6][C6] \setuplayout[ location=middle, marking=on, ] \starttext \clip[     hoffset=\textwidth,     voffset=5mm,     width=\pagewidth,    

[NTG-context] From mkii to mkiv: MathML mtable alignment

2019-07-08 Thread Duncan Hothersall
The command \setupMMLappearance[mtable][alternative=b] used to give me, in mkii, MathML layouts in which the first column was ragged left, the second column centred, and the third column ragged right. It now seems to be ignored, and the output has all three columns centred. Minimal working

Re: [NTG-context] Typesetting Markdown – Part 5: Interpolation

2019-07-08 Thread Thangalin
Thanks again for the great ideas. The downside is that it comes with a lot of extra ConTeXt setup code. My understanding is that the toc parameter to pandoc only works when creating a standalone document. I think \def\completecontent\empty is a bit more expressive of intent than

Re: [NTG-context] problems with images, layers and crop marks

2019-07-08 Thread Hans Hagen
On 7/8/2019 1:06 AM, Henning Hraban Ramm wrote: Hi all, I’m quite quiet at the moment, because I can access my mailing list address only via inconvenient webmail; since I updated MacOS, neither Apple Mail nor Thunderbird will take my password anymore... :-(( Besides, I’m currently well paid

[NTG-context] interfaces.definecommand fails with brackets inside string arguments

2019-07-08 Thread mf
Hello list, i've played a bit with interfaces.definecommand, that lets you define TeX macros from lua (see the "ConTeXt Lua Documents", 7.3 User interfacing). I found that the commands defined by interfaces.definecommand fail when you pass string arguments that contain brackets. I think

Re: [NTG-context] From mkii to mkiv: MathML mtable alignment

2019-07-08 Thread Wolfgang Schuster
Duncan Hothersall schrieb am 08.07.2019 um 16:45: The command \setupMMLappearance[mtable][alternative=b] used to give me, in mkii, MathML layouts in which the first column was ragged left, the second column centred, and the third column ragged right. It now seems to be ignored, and the output

Re: [NTG-context] From mkii to mkiv: MathML mtable alignment

2019-07-08 Thread Duncan Hothersall
On Mon, 8 Jul 2019 at 16:22, Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Duncan Hothersall schrieb am 08.07.2019 um 16:45: > > The command \setupMMLappearance[mtable][alternative=b] used to give > > me, in mkii, MathML layouts in which the first column was ragged left, > > the

Re: [NTG-context] problems with images, layers and crop marks

2019-07-08 Thread Henning Hraban Ramm
I found the culprit, it’s \clip : \setuppapersize[A6][C6] \setuplayout[ location=middle, marking=on, ] \starttext \clip[ hoffset=\textwidth, voffset=5mm, width=\pagewidth, height=\pageheight]{%

Re: [NTG-context] Typesetting Markdown – Part 5: Interpolation

2019-07-08 Thread Andres Conrado
You can do it on the template... you can use a yaml variable to determine if the toc should be printed or not. Like so: yaml file: --- toc: true ... template file: %%% $if(toc)$ \completecontent $endif$ %%% Andrés Conrado Montoya http://chiquitico.org El lun., 8 jul. 2019 a las 2:52,

Re: [NTG-context] problems with images, layers and crop marks

2019-07-08 Thread Hans Hagen
On 7/8/2019 12:26 PM, Henning Hraban Ramm wrote: I found the culprit, it’s \clip : \setuppapersize[A6][C6] \setuplayout[ location=middle, marking=on, ] \starttext \clip[     hoffset=\textwidth,     voffset=5mm,     width=\pagewidth,     height=\pageheight]{%

Re: [NTG-context] crappy names in the fontloader

2019-07-08 Thread Hans Hagen
On 7/7/2019 11:42 PM, Hans Hagen wrote: On 7/6/2019 6:36 PM, Marcel Fabian Krüger wrote: Hi everyone, under default settings, the fontloaders discards all glyph names which are considered "crappy", meaning matching the "p_crappyname" pattern in "font-oup.lua". For some names this makes a lot