[NTG-context] Concerning \startTEXpage ... \stopTEXpage... again

2020-12-06 Thread Jairo A. del Rio
Hi. Thanks to Hans for the quick fixes. However, some examples are still misbehaving. See the following: \setupbodyfont[70pt] \starttext \startTEXpage \framed{$a >> n = \left\lfloor\frac{a}{2^n}\right\rfloor$} \stopTEXpage \stoptext It works in MkIV, but it has the right margin cut with LMTX.

Re: [NTG-context] How can I make "natural table" be exactly as wide as the textwidth?

2020-12-06 Thread Aditya Mahajan
On Sun, 6 Dec 2020, T. Kurt Bond wrote: > On Sun, Dec 6, 2020 at 2:20 AM Aditya Mahajan wrote: > > > On Sun, 6 Dec 2020, T. Kurt Bond wrote: > > > > > Setting maxwidth and textwidth on the \bTABLE doesn't seem to do > > anything. > > > > Use: > > > > \bTABLE[width=broad] > > > > \eTABLE > That

Re: [NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Damien Thiriet
> \setuppagenumbering[alternative=doublesided] That solved the problem, thanks. Damien Thiriet ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] Confusion with fonts

2020-12-06 Thread Hans Hagen
On 12/6/2020 6:24 PM, Pablo Rodriguez wrote: On 12/6/20 1:03 PM, T. Kurt Bond wrote: backend > blocked > function 'setmapfile' is not accessible Using LMTX, it seems to be "Latin Modern Roman Math". I wonder whether this is an intended new feature or an issue. hm, seems like something

Re: [NTG-context] Bugs using \startTEXpage ... \stopTEXpage, Metapost and text

2020-12-06 Thread Pablo Rodriguez
On 12/6/20 3:29 PM, Jairo A. del Rio wrote: > [...] > gives a normal output in MkIV, but buggy output in LMTX. It seems only > TeX commands in Metapost (textext, thetextext, etc.) are affected. Am I > missing something? Hi Jairo, the sample can be much simpler: \starttext \startMPcode

[NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Damien Thiriet
Hi, \setuphead[subject] [page={yes,right}] \starttext \startsubject[title=test 1] \input ward \stopsubject \startsubject[title=test 2] \input ward \stopsubject \stoptext makes the job on ConTeXt online, but doesn't with my lmtx version. Did the syntax change in lmtx? Best regards,

[NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Damien Thiriet
Hi, The following MWE does not give the output I expect, that is subject starting on page 1 and 3. What did I miss? \setuphead[subject] [page=right] \starttext \startsubject[title=test 1] \input ward \stopsubject \startsubject[title=test 2] \input ward \stopsubject \stoptext Damien Thiriet

Re: [NTG-context] Confusion with fonts

2020-12-06 Thread Pablo Rodriguez
On 12/6/20 1:03 PM, T. Kurt Bond wrote: > [...] > \definefontfamily[mainface][mm][Latin Modern Math] Hi Kurt, this triggers an error in current latest (2020.12.04 20:22): backend > blocked > function 'setmapfile' is not accessible Using LMTX, it seems to be "Latin Modern Roman Math". I

Re: [NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Pablo Rodriguez
On 12/6/20 3:20 PM, Damien Thiriet wrote: > Hi, > > \setuphead[subject] [page={yes,right}] > [...] > makes the job on ConTeXt online, but doesn't with my lmtx version. Hi Damien, https://live.contextgarden.net/cgi-bin/result.cgi?id=EXmDKW gives the expected output: no double-sided document by

Re: [NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Pablo Rodriguez
On 12/6/20 3:07 PM, Damien Thiriet wrote: > Hi, > > The following MWE does not give the output I expect, > that is subject starting on page 1 and 3. > What did I miss? Hi Damien, by default, ConTeXt generates single-sided documents. If double-sided documents are needed, proper setup reads:

[NTG-context] Bugs using \startTEXpage ... \stopTEXpage, Metapost and text

2020-12-06 Thread Jairo A. del Rio
Hi. The following: \starttext %Using \startMPpage instead doesn't help \startTEXpage[width=1920px,height=1080px,margin=1em] \startplacefigure[location=force,number=no] \startMPcode draw textext("some text"); \stopMPcode \stopplacefigure \stopTEXpage \stoptext gives a normal output in MkIV, but

[NTG-context] Confusion with fonts

2020-12-06 Thread T. Kurt Bond
I've got a small ConTeXt source file, that is a minimization of a file generated by the the ConTeXt output of pandoc using pandoc features to set the main font to ebgaramond: \definefallbackfamily[mainface][rm][CMU Serif][preset=range:greek, force=yes] \definefontfamily[mainface][rm][ebgaramond]

[NTG-context] Quote mark missing from first paragraph in quotation when location=text

2020-12-06 Thread Michael Murphy
Hi, I have some long dialogue that I'm trying to typeset and I want to use the convention of repeating the open quotation mark on each paragraph of continued dialogue. I know I can set this up by doing something like \setupdelimitedtext[quotation][repeat=yes, middle=\upperleftdoublesixquote]

[NTG-context] Bug in generating the highlight colour in the rules-mkiv document

2020-12-06 Thread Ivan Čukić
Hi all, When compiling the rules-mkiv.tex (context/sources/general/manuals/rules) file, the highlight lines that use mp graphics are rendered in black instead of the colour defined by the file. This is visible on the three test sentences on the top of the third page "test test me and test or

Re: [NTG-context] How can I make "natural table" be exactly as wide as the textwidth?

2020-12-06 Thread T. Kurt Bond
That did the trick! It did distribute the new width oddly, with adding more width to the the first and second columns, while the third column, which had the most text to wrap, was not as wide as it could have been. I had to set widths for the first and second columns, and had to experiment to