6 Marzo 2013 alle 20:11
#83410
::
Il Libertine Type 1 non ha il greco. C’è invece nell’OpenType.
Non hai altra scelta che usare un font diverso provvisto di glifi per il greco.
Prova quelli della Greek Font Society, per esempio.
Oppure potresti (ri)passare a XeLaTeX 😉
`\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[greek,italian]{babel}
\usepackage{libertine}
\makeatletter
\DeclareRobustCommand{\greektext}{%
\usefont{LGR}{artemisia}{\f@series}{\f@shape}}%
\DeclareTextFontCommand{\textgreek}{\greektext}
\makeatother
\begin{document}
asfdsd\foreignlanguage{greek}{asdhfuiwrv}sdfasd
\end{document}`
Il codice è preso da suftesi, ma non chiedermi che significa. Funziona, tuttavia 😉
Ciao
Ivan