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

2022-11-06 Thread Mati
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}  

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

2022-11-06 Thread Mati
Ok, I found it's (La?)TeX default, specifically: By default math fonts are italic, and what I want is upright font. So, currently I found it can be done by \usepackage{mathastext} that makes italic math font a upright font or by using "Neo Euler" font . At the moment I succesfully applied it

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

2022-11-05 Thread Ihor Radchenko
Mati writes: > As in subject, I can't find any info with search engine. Latex preview > is (imho) ugly italic. Is there an easy way to make it regular? It would help if you provided more details on what you tried, including your original Org file and the screenshots. See