[NTG-context] \read segfaults in lmtx

2020-05-19 Thread Marcel Fabian Krüger
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 doesn't matter if the file is empty or not). On my

Re: [NTG-context] \pagewidth undefined?

2020-05-19 Thread Gerben Wierda
> On 19 May 2020, at 20:11, Hans Hagen wrote: > > On 5/19/2020 5:37 PM, Wolfgang Schuster wrote: >> Gerben Wierda schrieb am 19.05.2020 um 13:42: >>> OK. I just noticed in lmtx documentation that \paperheight and \paperwidth >>> primitives have been removed, but there is no information what

Re: [NTG-context] Inkscape command line arguments have changed

2020-05-19 Thread Thangalin
As a work around, rename /usr/bin/inkscape to new-inkscape, such as: # mv /usr/bin/inkscape /usr/bin/new-inkscape Then change /usr/bin/inkscape to intercept and replace the command line argument: #!/usr/bin/env bash /usr/bin/new-inkscape \ $(echo "$@" | sed 's/--export-pdf/--export-type=pdf

Re: [NTG-context] Text for proofing fonts

2020-05-19 Thread Bruce Horrocks
> On 19 May 2020, at 15:45, Pavneet Arora wrote: > > The texts are on > github, but no mention of license: The license is given on the Github page: "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License."

Re: [NTG-context] Inkscape command line arguments have changed

2020-05-19 Thread mf
Il 19/05/20 20:50, Thangalin ha scritto: Minor correction: \startluacode figures.programs.inkscape={ command="inkscape", pdfargument=[[ "%oldname%" --export-dpi=600 --export-type=pdf --export-filename="%newname%" ]], pngargument=[[ "%oldname%"

Re: [NTG-context] Inkscape command line arguments have changed

2020-05-19 Thread Thangalin
Minor correction: \startluacode figures.programs.inkscape={ command="inkscape", pdfargument=[[ "%oldname%" --export-dpi=600 --export-type=pdf --export-filename="%newname%" ]], pngargument=[[ "%oldname%" --export-dpi=600 --export-type=png

[NTG-context] Inkscape command line arguments have changed

2020-05-19 Thread Thangalin
$ inkscape --version Inkscape 1.0 (4035a4fb49, 2020-05-01) Pango version: 1.44.7 With the new release of Inkscape, --export-pdf no longer exists. The new options appear to be: --export=type=pdf --export=pdf-version=1.5 (or 1.4) --export-filename=filename.pdf Aditya has shown a

Re: [NTG-context] \pagewidth undefined?

2020-05-19 Thread Hans Hagen
On 5/19/2020 5:37 PM, Wolfgang Schuster wrote: Gerben Wierda schrieb am 19.05.2020 um 13:42: OK. I just noticed in lmtx documentation that \paperheight and \paperwidth primitives have been removed, but there is no information what rteplaces them. So, all the documentation that contains them

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Hans Hagen
On 5/19/2020 6:46 PM, Rik Kabel wrote: On 5/19/2020 12:12, Pablo Rodriguez wrote: On 5/19/20 5:55 PM, Wolfgang Schuster wrote: Pablo Rodriguez schrieb am 19.05.2020 um 16:42: [...] I’m getting exactly the same error on Windows (x64). Where could we get the latest binary? You can download

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Rik Kabel
On 5/19/2020 12:12, Pablo Rodriguez wrote: On 5/19/20 5:55 PM, Wolfgang Schuster wrote: Pablo Rodriguez schrieb am 19.05.2020 um 16:42: [...] I’m getting exactly the same error on Windows (x64). Where could we get the latest binary? You can download the binary from the following link but

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Pablo Rodriguez
On 5/19/20 5:55 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 19.05.2020 um 16:42: >> [...] >> I’m getting exactly the same error on Windows (x64). >> >> Where could we get the latest binary? > > You can download the binary from the following link but only the 32bit > version for

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 19.05.2020 um 16:42: On 5/19/20 8:57 AM, Hans Hagen wrote: On 5/19/2020 1:41 AM, Jairo A. del Rio wrote: Hi everyone! I've tried installing LMTX on Windows 10 (x64) (I use Ubuntu, but my PC isn't available now). Whatever. When I try to execute context.exe the

Re: [NTG-context] \pagewidth undefined?

2020-05-19 Thread Wolfgang Schuster
Gerben Wierda schrieb am 19.05.2020 um 13:42: OK. I just noticed in lmtx documentation that \paperheight and \paperwidth primitives have been removed, but there is no information what rteplaces them. So, all the documentation that contains them has been invalidated (e.g. examples in

[NTG-context] Text for proofing fonts

2020-05-19 Thread Pavneet Arora
Hope all are keeping well. An interesting article about text for proofing fonts, although, regrettably, it is focused on English language only: https://www.typography.com/blog/text-for-proofing-fonts Might be worth a further look to see if they can be included in the distribution to expand

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Pablo Rodriguez
On 5/19/20 8:57 AM, Hans Hagen wrote: > On 5/19/2020 1:41 AM, Jairo A. del Rio wrote: >> Hi everyone! I've tried installing LMTX on Windows 10 (x64) (I use >> Ubuntu, but my PC isn't available now). Whatever. When I try to execute >> context.exe the following appears: >> >> ! Parameters must be

Re: [NTG-context] \pagewidth undefined?

2020-05-19 Thread Pablo Rodriguez
On 5/19/20 1:42 PM, Gerben Wierda wrote: > OK. I just noticed in lmtx documentation that \paperheight and > \paperwidth primitives have been removed, but there is no information > what rteplaces them. So, all the documentation that contains them has > been invalidated (e.g. examples in

Re: [NTG-context] two superscript versions with Garamond Libre

2020-05-19 Thread Pablo Rodriguez
On 5/19/20 8:24 AM, Henning Hraban Ramm wrote: > [...] > That’s what I did. WRT swash capitals, the author told me: > > \startquotation > I adopted this font, as a fork from an upstream which is no longer published under a libre license. Then I did make some slight extensions. But I didn't choose

[NTG-context] \pagewidth undefined?

2020-05-19 Thread Gerben Wierda
Why doesn't \starttext \externalfigure[foo.pdf][width=\pagewidth] \stoptext work? Without [width=\pagewidth] it works. ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] \setbreakpoints[compound] and numbers

2020-05-19 Thread Peter Münster
Hi, How could I get breaking lines with numbers please? Example: \setbreakpoints[compound] \setuplayout[width=1mm] \starttext xxx/xxx % line break is ok here xx1/xxx % I would like a linebreak here too \stoptext TIA for any help, -- Peter

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

2020-05-19 Thread 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, their organization, their date of

Re: [NTG-context] \pagewidth undefined?

2020-05-19 Thread Gerben Wierda
OK. I just noticed in lmtx documentation that \paperheight and \paperwidth primitives have been removed, but there is no information what rteplaces them. So, all the documentation that contains them has been invalidated (e.g. examples in details.pdf) I have been unable to find out how to get

[NTG-context] Can someone explain the \startuseMPgraphic interface to me?

2020-05-19 Thread Gerben Wierda
In details.pdf, I encounter \startuseMPgraphic{mpos:par:columnset:shade} numeric h ; for i=1 upto nofmultipars : h := bbheight(p) ; if multikind[i] = "single" : fill multipars[i] topenlarged -.5h When I encounter that, I wonder: - where do nofmultipars, p,

Re: [NTG-context] LMTX not working in Windows 10

2020-05-19 Thread Hans Hagen
On 5/19/2020 1:41 AM, Jairo A. del Rio wrote: Hi everyone! I've tried installing LMTX on Windows 10 (x64) (I use Ubuntu, but my PC isn't available now). Whatever. When I try to execute context.exe the following appears: ! Parameters must be numbered consecutively. 0 l.214

Re: [NTG-context] two superscript versions with Garamond Libre

2020-05-19 Thread Henning Hraban Ramm
> Am 19.05.2020 um 08:08 schrieb Jan U. Hasecke : > > Am 18.05.20 um 22:23 schrieb Henning Hraban Ramm: >> >> >>> Am 18.05.2020 um 17:18 schrieb Pablo Rodriguez : >>> >>> Typeface is available at >>> https://github.com/dbenjaminmiller/garamond-libre/releases/latest. >> >> Thank you for the

Re: [NTG-context] Minimal code for exporting custom tags

2020-05-19 Thread Aditya Mahajan
On Tue, 19 May 2020, Aditya Mahajan wrote: On Mon, 18 May 2020, Aditya Mahajan wrote: Thanks! This also helped me find the documentation in hybrid.pdf. Also epub-mkiv.pdf. Not sure why I didn't think of looking there. How do I pass options so that the export is ... (or some variant of

Re: [NTG-context] two superscript versions with Garamond Libre

2020-05-19 Thread Jan U. Hasecke
Am 18.05.20 um 22:23 schrieb Henning Hraban Ramm: > > >> Am 18.05.2020 um 17:18 schrieb Pablo Rodriguez : >> >> Typeface is available at >> https://github.com/dbenjaminmiller/garamond-libre/releases/latest. > > Thank you for the hint, I’m always looking for interesting fonts. > This is a nicely