From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: ntg-context@ntg.nl
Subject: [NTG-context] Re: Problem using Neo Euler in slides
Date: Sun, 19 Jan 2025 18:31:02 +0100 [thread overview]
Message-ID: <3bb3c257-e07f-4c5d-a4c1-7c9802ddf8a6@gmail.com> (raw)
In-Reply-To: <173730603047.1761.1577799089941005315@cgl.ntg.nl>
Am 19.01.2025 um 18:00 schrieb a.kumar@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 files in
> question:
>
> https://gist.github.com/kumanna/eb81deae66e34809b9074be1f3f6e9d0
>
> I have the Fontin, Neo Euler and Delicious OTFs loaded properly with mtxrun. In my
> slide, if the \sqrt is present, I get the following error:
1. Add \starttext and \stoptext to your document.
2. Use \setupalign[nothyphenated] to prohibit hyphenation.
3. Load the euler typescript for the math font.
\definefontfamily [myfamily] [serif] [Fontin]
[rscale=1.66]
\definefontfamily [myfamily] [sans] [Delicious]
[rscale=1.66]
\definefontfamily [myfamily] [mono] [DejaVu Sans Mono]
[rscale=1]
\definetypeface [myfamily] [mm] [math] [eulernova] [default]
[rscale=1.66]
\setupbodyfont[myfamily]
\starttext
\dm{\sqrt{x + y}}
\stoptext
Wolfgang
___________________________________________________________________________________
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/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
next prev parent reply other threads:[~2025-01-19 17:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-19 17:00 [NTG-context] " a.kumar
2025-01-19 17:30 ` [NTG-context] " Shiv Shankar Dayal
2025-01-19 17:31 ` Wolfgang Schuster [this message]
2025-01-19 17:45 ` a.kumar
2025-01-19 18:02 ` Wolfgang Schuster
2025-01-20 4:33 ` a.kumar
2025-01-20 6:07 ` a.kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3bb3c257-e07f-4c5d-a4c1-7c9802ddf8a6@gmail.com \
--to=wolfgang.schuster.lists@gmail.com \
--cc=ntg-context@ntg.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).