[texhax] Sans serif axis labels in \psaxes?

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Oct 29 10:25:57 CET 2009


Brandon Kuczenski schrieb:

> \usepackage{pstricks-add}
> 
> I'm having trouble setting my \psaxes labels in sans serif fonts.  What
> is the best way to do this?


\documentclass[a4paper]{article}
\usepackage{pstricks-add}
\begin{document}

\begin{pspicture}(-0.25,-0.25)(5,2.25)
\psaxes[mathLabel=false,labelFontSize=\sffamily]{->}(5,2.25)
\end{pspicture}

\end{document}

Herbert


More information about the texhax mailing list