Stefan Pinnow
2010-10-01 12:26:59 UTC
Hello all,
sorry, but I have no clue how to bring it to work.
My boss wants to have the helvetica as default font. But how do I change the
math font to fit the helvetica. The siunitx package at least seams to use
the math font of the helvetica, right?
Many thanks for your help and
best regards
Stefan Pinnow
% ----- minimal example -----
\documentclass{article}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{upgreek}
\usepackage{siunitx}
\begin{document}
\noindent
10\,m \\
\SI{10}{\micro\meter} \\
$10\,\upmu \mathrm{m}$
\end{document}
sorry, but I have no clue how to bring it to work.
My boss wants to have the helvetica as default font. But how do I change the
math font to fit the helvetica. The siunitx package at least seams to use
the math font of the helvetica, right?
Many thanks for your help and
best regards
Stefan Pinnow
% ----- minimal example -----
\documentclass{article}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{upgreek}
\usepackage{siunitx}
\begin{document}
\noindent
10\,m \\
\SI{10}{\micro\meter} \\
$10\,\upmu \mathrm{m}$
\end{document}