[NTG-context] Re: [ page setup ]

2025-01-19 Thread vm via ntg-context
On 19/01/2025 20:38, Henning Hraban Ramm wrote: \definelayout[one][width=118mm] \definelayout[two][width=178mm] and then activate them for pages like \definelayout[1,2,5,6][one] \definelayout[4,5,7,8][two] my current lmtx seems to ignore the \definelayout what am i missing? 8<--- \set

[NTG-context] Re: [ page setup ]

2025-01-19 Thread Mikael Sundqvist
If you are in the middle of a paragraph at the page break where the width changes, it will not work. Den sön 19 jan. 2025 21:40vm via ntg-context skrev: > > > On 19/01/2025 20:38, Henning Hraban Ramm wrote: > > \definelayout[one][width=118mm] > > \definelayout[two][width=178mm] > > > > and then

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread Shiv Shankar Dayal
Hi, I tested with the latest ConTeXt and it works fine. On Sun, Jan 19, 2025 at 10:33 PM wrote: > > Dear List, > > I am using the Debian ConTeXt with the following version: > context 2024.04.01.20240428+dfsg-2 > > I am having some issues, particularly with the \sqrt symbol when using > a present

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread Wolfgang Schuster
Am 19.01.2025 um 18:00 schrieb a.ku...@alumni.iitm.ac.in: Dear List, I am using the Debian ConTeXt with the following version: context 2024.04.01.20240428+dfsg-2 I am having some issues, particularly with the \sqrt symbol when using a presentation mode in ConTeXt. The following gist has the fil

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread a . kumar
Thank you for this. Sadly, I still get this: resolvers | formats | executing runner 'run luametatex format': /usr/bin/luametatex --jobname="./slide.tex" --socket --shell-escape --fmt=/home/kumar/.texlive2024/texmf-var/luametatex-cache/context/f919750633122078d706dd10f1cfd39b/formats/luamet

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread Wolfgang Schuster
Am 19.01.2025 um 18:45 schrieb a.ku...@alumni.iitm.ac.in: Thank you for this. Sadly, I still get this: [...] system > ConTeXt ver: 2024.02.27 09:18 LMTX fmt: 2025.1.15 int: english/english [...] Please let me know if I am making other mistakes. I suggest to update your context in

[NTG-context] [ page setup ]

2025-01-19 Thread vm via ntg-context
What would be the simple preferred way to define a document having not just odd and even pages but also alternating width is sets of two. e.g. two pages with width 118 mm followed by two pages of 178 mm followed by two pages with width 118 mm, ... all hints appreciated .Floris _

[NTG-context] Re: wiki update

2025-01-19 Thread Henning Hraban Ramm
Am 18.01.25 um 15:35 schrieb garu...@azules.eu: Hi all, for your information, many significant changes have been done on the wiki pages and their structure. Many pages are now nested by theme to make it easier for new ConTeXt users to navigate (by giving them a better overview of the material

[NTG-context] Re: [ page setup ]

2025-01-19 Thread Henning Hraban Ramm
Am 19.01.25 um 19:07 schrieb vm via ntg-context: What would be the simple preferred way to define a document having not just odd and even pages but also alternating width is sets of two. e.g. two pages with width 118 mm followed by two pages of 178 mm followed by two pages with width 118 mm, .

[NTG-context] Re: [ page setup ]

2025-01-19 Thread vm via ntg-context
On 19/01/2025 20:38, Henning Hraban Ramm wrote: You can define different layouts like \definelayout[one][width=118mm] \definelayout[two][width=178mm] and then activate them for pages like \definelayout[1,2,5,6][one] \definelayout[4,5,7,8][two] That helps indeed, Thank you! .F _

[NTG-context] Re: [ page setup ]

2025-01-19 Thread vm via ntg-context
On 19/01/2025 21:43, Mikael Sundqvist wrote: If you are in the middle of a paragraph at the page break where the width changes, it will  not work. ok, so the \definelayout will not work for defining alternate (odd/even) narrow, (odd/even) wide pages. Is there an different route? e.g. manu

[NTG-context] Problem using Neo Euler in slides

2025-01-19 Thread a . kumar
Dear List, I am using the Debian ConTeXt with the following version: context 2024.04.01.20240428+dfsg-2 I am having some issues, particularly with the \sqrt symbol when using a presentation mode in ConTeXt. The following gist has the files in question: https://gist.github.com/kumanna/eb81deae66e

[NTG-context] Problem with \frac

2025-01-19 Thread Bruce Horrocks
What am I doing wrong here, please? \starttext \frac{1}{2} \stoptext gives tex error > tex error on line 2 in file ./tt.tex: Missing $ inserted $\mathatom \math_atom_by_parameter_indeed #1->\mathatom \s!class \mathcodechecked {#1} \math_frac ...meter #2\or \s

[NTG-context] Re: Problem with \frac

2025-01-19 Thread Mikael Sundqvist
Hi! You are not in math mode. /Mikael Den sön 19 jan. 2025 10:45Bruce Horrocks skrev: > What am I doing wrong here, please? > > \starttext > \frac{1}{2} > \stoptext > > gives > > tex error > tex error on line 2 in file ./tt.tex: Missing $ inserted > > > > $\mathatom > \math_atom_by

[NTG-context] Re: Problem with \frac

2025-01-19 Thread Bruce Horrocks
> On 19 Jan 2025, at 09:47, Mikael Sundqvist wrote: > > Hi! > > You are not in math mode. Well, I tried \m{\frac{1}{2}} and got the same error. So to produce an MWE I cut the \m{} out. :-) But now I've exited and restarted TexShop it's working - so I assume it must have been TeXShop being

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread a . kumar
Thank you. I will get back if an upgrade doesn't sort this out. Kumar ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/ma

[NTG-context] Re: Problem using Neo Euler in slides

2025-01-19 Thread a . kumar
Confirmed that the latest version works without issue. Thanks. Kumar ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mai