[NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
Hi, When the PDF-document is in landscape format, this does not work: context --extra=select --selection=X --paperformat=A4,landscape*A4,landscape file.pdf This patch helps: --- mtx-context-select.tex~ 2020-05-20 10:28:42.702314061 +0200 +++ mtx-context-select.tex 2020-05-20 10

Re: [NTG-context] \read segfaults in lmtx

2020-05-20 Thread Hans Hagen
On 5/20/2020 2:39 AM, Marcel Fabian Krüger wrote: Hi, using \read on any existing file seems to trigger a segfault on lmtx. For example, take the document \starttext \newread\myread \openinputfile\myread{test} \read\myread to \abc \closeinputfile\myread \stoptext where test.tex is any file (It

[NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Jairo A. del Rio
I've tried the following from the manuals and adapted some code to see if it works: 1. \definefontfeature[svg][svg=yes] \definefontsynonym[Emoji][file:emojionecolor-svginot.ttf*default,svg] \definesymbol[bug][\getglyphdirect{Emoji}{\char"1F41B}] \starttext \symbol[bug] \stoptext The emoji has no

Re: [NTG-context] \read segfaults in lmtx

2020-05-20 Thread Marcel Fabian Krüger
On Wed, May 20, 2020 at 12:13:01PM +0200, Hans Hagen wrote: > On 5/20/2020 2:39 AM, Marcel Fabian Krüger wrote: > > Hi, > > > > using \read on any existing file seems to trigger a > > segfault on lmtx. For example, take the document > > > > \starttext > > \newread\myread > > \openinputfile\myread

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Hans Hagen
On 5/20/2020 10:34 AM, Peter Münster wrote: Hi, When the PDF-document is in landscape format, this does not work: context --extra=select --selection=X --paperformat=A4,landscape*A4,landscape file.pdf This patch helps: --- mtx-context-select.tex~ 2020-05-20 10:28:42.702314061 +020

Re: [NTG-context] \read segfaults in lmtx

2020-05-20 Thread Hans Hagen
On 5/20/2020 12:36 PM, Marcel Fabian Krüger wrote: On Wed, May 20, 2020 at 12:13:01PM +0200, Hans Hagen wrote: On 5/20/2020 2:39 AM, Marcel Fabian Krüger wrote: Hi, using \read on any existing file seems to trigger a segfault on lmtx. For example, take the document \starttext \newread\myread

Re: [NTG-context] Proposal to update the "Manuals" wiki page

2020-05-20 Thread Rudolf Bahr
On Tue, May 19, 2020 at 03:22:47PM +0200, Garulfo wrote: > Hi, > > I hope you're all doing well. > > Please, you will find a proposal to update the Manuals page on the wiki: > https://wiki.contextgarden.net/ManualsGallery > > 2 objectives: > 1/ to make something more visual, to help the user ide

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
On Wed, May 20 2020, Hans Hagen wrote: >> [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] > > shouldn't that one then become > > \setuppaper > [offset=\getdocumentargumentdefault{paperformat_print}{0pt}] Yes, I guess. >> With LMTX, --extra=select is not working at all. I get thi

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Wolfgang Schuster
Peter Münster schrieb am 20.05.2020 um 14:01: On Wed, May 20 2020, Hans Hagen wrote: [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper [offset=\getdocumentargumentdefault{paperformat_print}{0pt}] Yes, I guess. I think this is bet

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Hans Hagen
On 5/20/2020 2:46 PM, Wolfgang Schuster wrote: Peter Münster schrieb am 20.05.2020 um 14:01: On Wed, May 20 2020, Hans Hagen wrote: [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper    [offset=\getdocumentargumentdefault{paperformat_pr

Re: [NTG-context] Proposal to update the "Manuals" wiki page

2020-05-20 Thread Hans Hagen
On 5/19/2020 3:22 PM, Garulfo wrote: Hi, I hope you're all doing well. Please, you will find a proposal to update the Manuals page on the wiki: https://wiki.contextgarden.net/ManualsGallery 2 objectives: 1/ to make something more visual, to help the user identify the different documents, thei

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Wolfgang Schuster
Hans Hagen schrieb am 20.05.2020 um 16:12: On 5/20/2020 2:46 PM, Wolfgang Schuster wrote: Peter Münster schrieb am 20.05.2020 um 14:01: On Wed, May 20 2020, Hans Hagen wrote: [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper    [offse

Re: [NTG-context] Proposal to update the "Manuals" wiki page

2020-05-20 Thread Denis Maier
Am 19.05.2020 um 15:22 schrieb Garulfo: Hi, I hope you're all doing well. Please, you will find a proposal to update the Manuals page on the wiki: https://wiki.contextgarden.net/ManualsGallery 2 objectives: 1/ to make something more visual, to help the user identify the different documents, t

Re: [NTG-context] Proposal to update the "Manuals" wiki page

2020-05-20 Thread Hans Hagen
On 5/20/2020 4:55 PM, cont...@vivaldi.net wrote: 2. Could you add a "download all manuals" hlink/button next to each (sub)title to download appropriate manuals as .zip, so to get: most manuals are in the distribution -

[NTG-context] Text to be placed into the free space after columns and end of the page

2020-05-20 Thread context
Hello, suppose the minimal example: \showboxes \starttext \startcolumns[n=2,balance=no,] \input knuth \stopcolumns \vfill abcd \stoptext This produces two page document with columns on the first page and text "abcd" on the second. But - I want the text "abcd" to be plac

Re: [NTG-context] Proposal to update the "Manuals" wiki page

2020-05-20 Thread context
Hello Garulfo, thanks for the great work! Two suggestions: 1. Obsolete manuals: Could their pictures be scratched somehow? One will see on the first sight that he is to investigate "no-more-valid" stuff. 2. Could you add a "download all manuals" hlink/button next to each (sub)title to downl

[NTG-context] metapost boxes error

2020-05-20 Thread jk...@inradius.net
Is there a different approach to use boxes.mp? MNWE: \startMPpage input boxes.mp; boxit.bl("left"); boxit.br("right"); br.sw - bl.ne = (20,0); drawboxed(bl,br); \stopMPpage LOG snippets: system > ConTeXt ver: 2020.04.10 19:11 MKIV beta fmt: 2020.4.19 int: english/english m

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Pablo Rodriguez
On 5/20/20 12:26 PM, Jairo A. del Rio wrote: > [...] > Only Twemoji Mozilla and Segoe UI Emoji worked for me, so, what am I > doing wrong? Hi Jairo, using latest ConTeXt with the following sample, I get these results: \definefontfamily[emoj][rm][Twemoji Mozilla][features={color}] \setupbodyf

Re: [NTG-context] metapost boxes error

2020-05-20 Thread Aditya Mahajan
On Wed, 20 May 2020, jk...@inradius.net wrote: Is there a different approach to use boxes.mp? MNWE: \startMPpage input boxes.mp; boxit.bl("left"); boxit.br("right"); br.sw - bl.ne = (20,0); drawboxed(bl,br); \stopMPpage Move `input boxes` outside the `\startMPpage`. \startMPdefinitions

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Hans Hagen
On 5/20/2020 9:31 PM, Pablo Rodriguez wrote: On 5/20/20 12:26 PM, Jairo A. del Rio wrote: [...] Only Twemoji Mozilla and Segoe UI Emoji worked for me, so, what am I doing wrong? Hi Jairo, using latest ConTeXt with the following sample, I get these results: \definefontfamily[emoj][rm][Twem

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Pablo Rodriguez
On 5/20/20 9:39 PM, Hans Hagen wrote: >> [...] >> LMTX (2020.05.18 16:50) displays only black and white icons. >> >> I think this might be a bug in LMTX. >> >> Could you confirm the issue? > what if you wipe the cache Many thanks for your reply, Hans. icons are black and white, no color after wip

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Jairo A. del Rio
I did. It turns out that installing graphicsmagick does the trick (pun intended) for Noto Color Emoji. However, the issue persists for SVG fonts and the same message appears, despite of having cleaned the cache (I've used mtxrun --script cache --erase). Using the code Pablo sent, with EmojiOne Colo

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Hans Hagen
On 5/20/2020 10:26 PM, Jairo A. del Rio wrote: I did. It turns out that installing graphicsmagick does the trick (pun intended) for Noto Color Emoji. However, the issue persists for SVG fonts and the same message appears, despite of having cleaned the cache (I've used mtxrun --script cache --er

Re: [NTG-context] ntg-context Digest, Vol 191, Issue 66

2020-05-20 Thread jk...@inradius.net
> Message: 5 > Date: Wed, 20 May 2020 15:38:23 -0400 (EDT) > From: Aditya Mahajan mailto:adit...@umich.edu>> > Subject: Re: [NTG-context] metapost boxes error > > On Wed, 20 May 2020, jk...@inradius.net wrote: > >> Is there a different approach to use boxes.mp? >> >>

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Hans Hagen
On 5/20/2020 10:18 PM, Pablo Rodriguez wrote: On 5/20/20 9:39 PM, Hans Hagen wrote: [...] LMTX (2020.05.18 16:50) displays only black and white icons. I think this might be a bug in LMTX. Could you confirm the issue? what if you wipe the cache Many thanks for your reply, Hans. icons are bl

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Jairo A. del Rio
Info from \luatexbanner For ConTeXt (LuaTeX): This is LuaTeX, Version 1.13.0 (TeX Live 2021/dev) For ConTeXt (LMTX): This is LuaMetaTeX, Version 2.06.03 El mié., 20 de may. de 2020 a la(s) 16:25, Hans Hagen (j.ha...@xs4all.nl) escribió: > On 5/20/2020 10:26 PM, Jairo A. del Rio wrote: > > I did.

Re: [NTG-context] Emoji color fonts not working on LMTX/Context MKIV

2020-05-20 Thread Jairo A. del Rio
Pablo pointed out the bug in Evince. Sorry too. I've used another PDF viewer and SVG color displays correctly. Thanks. El mié., 20 de may. de 2020 a la(s) 16:32, Jairo A. del Rio ( jairoadelr...@gmail.com) escribió: > Info from \luatexbanner > > For ConTeXt (LuaTeX): This is LuaTeX, Version 1.13.

Re: [NTG-context] Proposal to update the "Manuals" wiki page

2020-05-20 Thread Gerben Wierda
> On 19 May 2020, at 15:22, Garulfo wrote: > > Hi, > > I hope you're all doing well. > > Please, you will find a proposal to update the Manuals page on the wiki: > https://wiki.contextgarden.net/ManualsGallery > > 2 objectives: > 1/ to make something more visual, to help the user identify th