From: Mati <mati@electrum-bikes.pl>
To: emacs-orgmode@gnu.org
Subject: Re: How to set latex preview font to regular instead of italics?
Date: Sun, 6 Nov 2022 20:04:03 +0100 [thread overview]
Message-ID: <3c183786-3858-8069-8b9a-777b74b79a2c@electrum-bikes.pl> (raw)
In-Reply-To: <49776c0f-6ebf-7b25-8ce3-27fb3e0a6931@electrum-bikes.pl>
I ended up with DejaVu Math TeX Gyre. You probably need this font
installed on your system, but I'm not sure, because I had it installed
before. Here's code to replace in my config:
> \\usepackage{mathastext}
> \\usepackage{unicode-math}
> \\setmainfont{Liberation Serif}
> \\setsansfont[Scale=MatchLowercase]{Liberation Sans}
> \\setmonofont[Scale=MatchLowercase]{Liberation Mono}
> \\setmathfont{DejaVu Math TeX Gyre}
prev parent reply other threads:[~2022-11-06 19:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-05 22:17 How to set latex preview font to regular instead of italics? Mati
2022-11-06 4:15 ` Ihor Radchenko
2022-11-06 17:54 ` Mati
2022-11-06 19:04 ` Mati [this message]
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=3c183786-3858-8069-8b9a-777b74b79a2c@electrum-bikes.pl \
--to=mati@electrum-bikes.pl \
--cc=emacs-orgmode@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.