Re: numeri oldstyle di default

#70619
tom
    Up
    0
    Down
    ::


    Scusami la banalità della domanda, ma come posso fare? ho inserito \usepackage[utf8]{inputenc} in questo modo:

    `\documentclass[11pt,a4paper]{article}

    \usepackage[utf8]{inputenc}
    \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}`

    ma XeLaTeX mi dà il seguente errore:
    `*** you should *not* be loading the inputenc package
    *** XeTeX expects the source to be in UTF8 encoding
    *** some features of other encodings may conflict, resulting in poor output.

    ! Package inputenc Error: Unicode char \u8:èch not set up for use with LaTeX.

    See the inputenc package documentation for explanation.
    Type H for immediate help.

    l.13 Ciao, io mi chiamo SuperMario! Chi è ch
    e comanda qui?
    ? `

    Go to top