- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 13 anni, 2 mesi fa da .
-
Topic
-
Ciao a tutti,
sto facendo una tabella che aiuti (sia me che altri) nello studio dei casi in russo.
Sono riuscito a creare la tabella senza problemi.Ho problemi nell’accentare la lettera “ya” della parola “Menya”. ho provato sia a scrivere “Men\’ya” che “Men\'{ya}” ma con scarsi risultati. Ciò che vorrei ottenere è porre l’accento sulla lettera “ya”.
Questo è il codice che ho scritto:
`
\documentclass[a4paper]{article}
\usepackage[OT2,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{caption}
\captionsetup{tableposition=top,figureposition=bottom,font=small}\newlanguage\fakelanguage
\newcommand\cyr{\fontencoding{OT2}\fontfamily{wncyr}\selectfont
\language\fakelanguage}
\DeclareTextFontCommand{\textcyr}{\cyr}\begin{document}
\begin{tabular}{lll}
Nominativo & Genitivo & Dativo \\
\textcyr{Ya} & \textcyr{Menya} & \textcyr{Mo\'ei0} \\
\textcyr{Ty} & \textcyr{Tebya} & \textcyr{Tvo\'ei0} \\
\textcyr{On} & \textcyr{Eg\'o} & \textcyr{Eg\'o} \\
\textcyr{On\'a} & \textcyr{Ee0} & \textcyr{Ee0} \\
\textcyr{On\'o} & & \\
\textcyr{My} & \textcyr{Nas} & \textcyr{N\'ashei0} \\
\textcyr{Vy} & \textcyr{Vas} & \textcyr{V\'ashei0} \\
\textcyr{vy} & \textcyr{vas} & \textcyr{v\'ashei0} \\
\textcyr{On\'i} & \textcyr{Ih} & \textcyr{Ih} \\\end{tabular}
\end{document}`
Cosa devo fare?
Grazie.
- Devi essere connesso per rispondere a questo topic.