Re: lettere greche in formato testo

#13121
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    In generale, per scrivere in greco:
    `\documentclass{minimal}
    \usepackage[greek,italian]{babel}
    \begin{document}
    Il \begin{otherlanguage*}{greek}nòstos\end{otherlanguage*} di Ulisse…
    \end{document}`
    Guarda anche qui.

    Nel tuo caso:
    `\newcommand{\microc}{\begin{otherlanguage*}{greek}m\end{otherlanguage*}C/OS-II}`
    dovrebbe andare.

    Ciao,
    L.

    Go to top