samiel” post=88678Il font greco Lipsiakos è presente di default in Texlive?
Il codice
`\DeclareRobustCommand{\GR}{%
\fontencoding{LGR}\fontfamily{lipsiakos}\selectfont
\def\encodingdefault{LGR}}`
mi fa solo guai…grazie
m
`\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[polutonikogreek,italian]{babel}
\usepackage[boldLipsian]{teubner}
\begin{document}
Il prossimo testo è in carattere lipsiano:
\begin{Lipsiakostext}
καλός καὶ ἀγαθὸς.
\end{Lipsiakostext}
Oppure: \textLipsias{καλός καὶ ἀγαθὸς}.
Oppure: \textLipsias{{\bfseries καλός καὶ ἀγαθὸς}}.
Come vedi, è compreso in TeX~Live. Bastava, come al solito, scrivere in un terminale \texttt{texdoc teubner}
e consultare la documentazione. Ma a volte è troppo faticoso. 🙂
\end{document}`
Ciao
Tommaso