Math & Science ⇒ Help. Dont want maths in italics (pdf)!
Help. Dont want maths in italics (pdf)!
im using swp, but its pretty much the same as latex. i need to put something into the preamble to get the the italics off the pdf when using math, either in normal text or as part of theorem, etc. Im using some shell. How can i turn this off? It should be only normal. nothing special.thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Help. Dont want maths in italics (pdf)!
Option 1: Brute force method.
Code: Select all
Here's my text mode stuff. The first three letters of math mode are $\mathrm{abc}$.
Code: Select all
\usepackage{euler}
\begin{document}
Here's my text mode stuff. The first three letters of math mode are $abc$.