Re: Lettere greche minuscole senza grazie con \mathsf

#66120
Up
0
Down
::

sar” post=65136Ciao,
c’è un modo per avere anche le lettere greche minuscole sans-serif in una formula?
Le maiuscole riesco a farle con $\mathsf{\Psi}$ , le minuscole no.
Il testo normale è computer modern con grazie, mi servirebbe solo modificare qualche formula da mettere nelle figure, perchè le grazie nelle figure stanno proprio male.

Grazie, ciao.

`\documentclass[a4paper]{article}
\DeclareMathVersion{sans}
\SetSymbolFont{operators}{sans}{OT1}{cmbr}{m}{n}
\SetSymbolFont{letters}{sans}{OML}{cmbrm}{m}{it}
\SetSymbolFont{symbols}{sans}{OMS}{cmbrs}{m}{n}
\SetMathAlphabet{\mathit}{sans}{OT1}{cmbr}{m}{sl}
\SetMathAlphabet{\mathbf}{sans}{OT1}{cmbr}{bx}{n}
\SetMathAlphabet{\mathtt}{sans}{OT1}{cmtl}{m}{n}
\SetSymbolFont{largesymbols}{sans}{OMX}{iwona}{m}{n}
\begin{document}
\sffamily\mathversion{sans}
$\cos\alpha$
\end{document}`
Ciao
Enrico

Go to top