[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
][DejaVu Sans] [sl={style:tf, features:{default,slanted}}]    \setupbodyfont[maf, 8pt]    \setupfittingpage[offset=1ex]    \starttext    \startTEXpage    a {\em b}    \stopTEXpage    \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]    a {\em b}    \stopTEXpage    \stoptext Using LMTX

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Hans Hagen
:{default,slanted}}]    \setupbodyfont[maf, 8pt]    \setupfittingpage[offset=1ex]    \starttext    \startTEXpage    a {\em b}    \stopTEXpage    \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]    a {\em b}    \stopTEXpage    \stoptext Using LMTX higher font size gives less slanted text

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
] \setupfittingpage[offset=1ex] \starttext \startTEXpage a {\em b} \stopTEXpage \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}] a {\em b} \stopTEXpage \stoptext Using LMTX higher font size gives less slanted text (or not at all). Using MkIV text is slanted fine

[NTG-context] slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
Dear list, I have the following sample (using current latest from 2023.08.27 13:48): \setupinteractionscreen[option=max] \definefontfamily[maf][rm][DejaVu Sans] [sl={style:tf, features:{default,slanted}}] \setupbodyfont[maf, 8pt] \setupfittingpage[offset=1ex] \starttext

Re: [NTG-context] Odd/even page test

2018-10-17 Thread Procházka Lukáš Ing .
\pagenumber ODD\else EVEN\fi} \starttext \dorecurse{2}{\T\page} \startTEXpage[width=50mm,height=150mm]\stopTEXpage \dorecurse{2}{\T\page} \stoptext Hi Lukáš, both makeups and fitting pages aren’t numbered by default. Either you add this to the preamble: \setupfittingpage[TEXpage

Re: [NTG-context] Odd/even page test

2018-10-16 Thread Pablo Rodriguez
>\startTEXpage[width=50mm,height=150mm]\stopTEXpage >\dorecurse{2}{\T\page} > \stoptext > Hi Lukáš, both makeups and fitting pages aren’t numbered by default. Either you add this to the preamble: \setupfittingpage[TEXpage][pagestate=start] or you add the option &

Re: [NTG-context] A document composed only of TEXpages

2016-03-04 Thread Hans Hagen
] \startsetups[myTEXpagesetup] \setupwhitespace[line] \setuptolerance[space] \stopsetups \setupfittingpage[TEXpage] [command=\texsetup{myTEXpagesetup}, height=fit, width=210mm, offset=10mm] \starttext \startTEXpage \startsection[title={My Section}] \placecontent \stopTEXpage

[NTG-context] A document composed only of TEXpages

2016-03-04 Thread Chicho Pep
]. Here is my document: *** \setupinteraction[state=start] \startsetups[myTEXpagesetup] \setupwhitespace[line] \setuptolerance[space] \stopsetups \setupfittingpage[TEXpage] [command=\texsetup{myTEXpagesetup}, height=fit, width=210mm, offset=10mm] \starttext \startTEXpage

Re: [NTG-context] tolerance and whitespace settings inside a TEXpage

2012-09-20 Thread Wolfgang Schuster
the command key to flush the setups content. \setuplayout [width=8cm] \setupbodyfont [mono] \startsetups [myset] \setupwhitespace [big] \setuptolerance [space] \stopsetups \setupfittingpage[TEXpage][command=\texsetup{myset}] \starttext \startTEXpage \input knuth \stopTEXpage \input

Re: [NTG-context] MetaFUN's \setupMPpage broken? [SOLVED]

2011-12-28 Thread Verhaag, G.C.H.M.
with \def\startMPpage{…} and \def\startTEXpage{…} but in MkIV both are a instance of fittingpage and the definition for them is \definefittingpage[MPpage] and \definefittingpage[TEXpage]. As a consequence the old \setupMPpage command is also gone and you have to set global settings with \setupfittingpage

Re: [NTG-context] MetaFUN's \setupMPpage broken? [SOLVED]

2011-12-27 Thread Verhaag, G.C.H.M.
control sequence. system tex error on line 1 in file test.tex: Undefined control sequence ... All this worked just fine in the version of last August! Use \setupfittingpage[MPpage][…=…]. Wolfgang .. Hi Wolfgang and John, Both ways work well, thanks a lot! Does this mean

Re: [NTG-context] MetaFUN's \setupMPpage broken?

2011-12-27 Thread Wolfgang Schuster
tex error on line 1 in file test.tex: Undefined control sequence ... All this worked just fine in the version of last August! Use \setupfittingpage[MPpage][…=…]. Wolfgang ___ If your question is of interest

Re: [NTG-context] MetaFUN's \setupMPpage broken? [SOLVED]

2011-12-27 Thread Wolfgang Schuster
both are a instance of fittingpage and the definition for them is \definefittingpage[MPpage] and \definefittingpage[TEXpage]. As a consequence the old \setupMPpage command is also gone and you have to set global settings with \setupfittingpage[environment][settings]. Such a changes do happen