Skip to content

Instantly share code, notes, and snippets.

@phobson
Created August 4, 2012 00:51
Show Gist options
  • Save phobson/3253146 to your computer and use it in GitHub Desktop.
Save phobson/3253146 to your computer and use it in GitHub Desktop.
upright mus (greek letter in general) in latex
\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