Re: numeri oldstyle di default

#70623
tom
    Up
    0
    Down
    ::


    Ho fatto esattamente il tuo procedimento. Confermo che uso TexWorks, e in basso a destra c’è messo UTF-8 come hai detto tu. In alto a sinistra ho selezionato XeLaTeX.
    Il codice sorgente è questo:
    `\documentclass[11pt,a4paper]{article}

    \usepackage{fontspec}
    \setmainfont[Ligatures=TeX,Numbers=OldStyle]{Iwona}
    \usepackage{polyglossia}
    \setmainlanguage{italian}

    \begin{document}

    Ciao, io mi chiamo SuperMario! Chi è che comanda qui?

    \end{document}`
    Compilato con XeLaTeX.
    Il risultato che esce fuori è questo:
    [attachment=156]prova_2012-03-03.pdf[/attachment]

    PS: ottengo lo stesso risultato SIA con Windows+miktex che con Linux+texlive. Con entrambe le distribuzioni uso TeXworks

    Attachments:
    You must be logged in to view attached files.

    Go to top