Re: Problema con ClassicThesis e \mathsf

#73272
Up
0
Down
::

maumau” post=72357Salve a tutti, ho notato che il seguente codice
`
\documentclass[a4paper,12pt]{scrreprt}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{classicthesis}

\begin{document}
ciao
$\mathsf{\sigma \rho}$

\end{document}
`

Produce caratteri errati, credo sia dovuto al fatto che classicthesis carica mathpazo, che non ha le lettere greche senza grazie.
Esiste un modo per risolvere il problema?

Naturalmente sai già che anche non caricando classicthesis quelle lettere non verrebbero in carattere senza grazie.

`\DeclareMathAlphabet{\greeksf}{OML}{cmbr}{m}{it}`

Così puoi scrivere [tt]$\greeksf{\rho}\greeksf{\sigma}[/tt]

Ciao
Enrico

Go to top