Re: Lingua latina: vocali lunghe e brevi

#55273
OldClaudio
Partecipante
    Up
    0
    Down
    ::


    `\documentclass[a4paper]{book}
    \usepackage[T1]{fontenc}
    \usepackage[latin1]{inputenc}
    \usepackage[latin,italian]{babel}
    \languageattribute{latin}{withprosodicmarks}
    \ProsodicMarks

    \begin{document}

    \begin{otherlanguage}{latin}\ProsodicMarksOn
    ros=a

    ros^a
    \end{otherlanguage}
    `

    In realtà questi comandi dovrebbero essere documentati in babel.pdf; da terminale dai il comando

    \texdoc babel

    Ti si apre al documentazione e alle sezioni 32 e 33 trovi tutto tutto spiegato.

    Go to top