Re: lettere greche in formato testo

#13122
Up
0
Down
::


ho provato la soluzione proposta ma continua a scrivere mC/OS-II

`\documentclass[12pt,a4paper,twoside,openright,titlepage,italian]{book}
\usepackage[greek,italian]{babel}

\newcommand{\microc}{\begin{otherlanguage*}{greek}m\end{otherlanguage*}C/OS-II }

\begin{document}
\begin{titlepage}
\input{fronte}
\end{titlepage}

\selectlanguage{italian}

\input{intro}
\input{cap1}

\input{cap2}
\input{cap3}
\input{cap4}

\end{document}`

In pratica questa è la struttura del mio documento,dove sbaglio?

Go to top