emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to set latex preview font to regular instead of italics?


From: Mati
Subject: Re: How to set latex preview font to regular instead of italics?
Date: Sun, 6 Nov 2022 20:04:03 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

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}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]