kamet69″ post=63081Salve ragazzi 🙂
Io ho un documento in italiano in cui devo scrivere alcume parole in lituano e mi servirebbero i caratteri lituani:
http://it.wikipedia.org/wiki/Lingua_lituana#Alfabeto
Ho cercato un po in giro ma non ho cavato un ragno dal buco.Voi cosa mi consigliate?
Grazie mille per il vostro prezioso aiuto! 😀
`\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{newunicodechar}
\newunicodechar{Ė}{\.{E}}
\newunicodechar{Į}{\k{I}}
\newunicodechar{Ų}{\textogonekcentered{U}}
\newunicodechar{Ū}{\={U}}
\newunicodechar{ė}{\.{e}}
\newunicodechar{į}{\k{i}}
\newunicodechar{ų}{\k{u}}
\newunicodechar{ū}{\={u}}
\pagestyle{empty}
\begin{document}
a ą b c č d e ę ė f g h i į y j k l m n o p r s š t u ų ū v z ž
A Ą B C Č D E Ę Ė F G H I Į Y J K L M N O P R S Š T U Ų Ū V Z Ž
\end{document}`

Ciao
Enrico