Created
August 4, 2012 00:51
-
-
Save phobson/3253146 to your computer and use it in GitHub Desktop.
upright mus (greek letter in general) in latex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{minimal} | |
\usepackage{siunitx} | |
\usepackage[sc]{mathpazo} | |
\linespread{1.05} % Palatino needs more leading (space between lines) | |
\usepackage[T1]{fontenc} | |
\begin{document} | |
who wins? | |
\si{\micro\gram\per\liter} vs. $\mu$g/L | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment