Tagged Questions
6
votes
1answer
157 views
Problem using mmap, mathpazo and siunitx
I have these packages in my preamble: siunitx, mmap, mathpazo that somehow seem to mess things up. A minimum working example that shows the error:
\documentclass[a4paper]{article}
\usepackage{mmap}
...
4
votes
3answers
679 views
Using oldstyle figures of palatino (mathpazo) in math mode
I am using \usepackage[osf]{mathpazo} for oldstyle figures and the dcolumn package to align the contents of tables at their decimal point. The problem is that dcolumn automatically sets the aligned ...
9
votes
3answers
327 views
mathpazo + siunitx: π turns into ß
When I use mathpazo and siunitx (version 2.3h) together, if I use \pi inside the numerical argument to \SI, it will show up in the output as "ß".
\documentclass{article}
\usepackage{mathpazo, ...