Include non riconosce caratteri accentati

  • Questo topic ha 0 risposte, 1 partecipante ed è stato aggiornato l'ultima volta 11 anni, 4 mesi fa da fra.
  • Creatore
    Topic
  • #101276
    fra
      Up
      0
      Down
      ::


      Ciao a tutti, sto scrivendo un testo su latex ma non riesco a risolvere questo problema. Il testo l’ho suddiviso in capitoli e, come scritto nella guida, ho usato il comando `\include{cap1}` per accorpare il capitolo nel file main. Il problema è che non riconosce i caratteri accentati nei file che devo importare ma solo nel file main. Nel preambolo ho inserito i seguenti pacchetti `\usepackage[T1]{fontenc} % codifica uscita
      \usepackage[utf8]{inputenc} % codifica di input
      \usepackage[italian]{babel}`
      la codifica predefinita che uso per tutti i file è UTF-8. Il file log mi restituisce questo errore `! Package inputenc Error: Unicode char \u8:� not set up for use with LaTeX.
      See the inputenc package documentation for explanation.
      Type H for immediate help.

      l.2 Il moto dei fluidi �
      descritto da due leggi fisiche fondamentali: l'eq…
      Your command was ignored.
      Type I
      to replace it with another command,
      or
      to continue without it.
      ! Package inputenc Error: Unicode char \u8:� not set up for use with LaTeX.
      See the inputenc package documentation for explanation.
      Type H
      for immediate help.

      l.2 …'equazione di conservazione della massa �
      definita come
      Your command was ignored.
      Type I
      to replace it with another command,
      or
      to continue without it.
      ! Package inputenc Error: Unicode char \u8:� not set up for use with LaTeX.
      See the inputenc package documentation for explanation.
      Type H
      for immediate help.

      l.6 L'equazione di Eulero �
      valida per un fluido ideale, privo quindi di…
      Your command was ignored.
      Type I
      to replace it with another command,
      or
      to continue without it.
      ! Package inputenc Error: Unicode char \u8:� not set up for use with LaTeX.
      See the inputenc package documentation for explanation.
      Type H
      for immediate help.

      l.6 … fluido ideale, privo quindi di viscosit�
      i cui effetti sono trascu…
      Your command was ignored.
      Type I
      to replace it with another command,
      or
      to continue without it.
      ) [5
      ] [6
      ] (./file_1.bbl) [7
      ] (./file_1.aux (./cap/capitolo.aux)) )
      Here is how much of TeX's memory you used:
      4011 strings out of 493109
      49092 string characters out of 6138586
      121389 words of memory out of 5000000
      7384 multiletter control sequences out of 15000+600000
      19081 words of font info for 46 fonts, out of 8000000 for 9000
      1141 hyphenation exceptions out of 8191
      38i,5n,32p,791b,197s stack positions out of 5000i,500n,10000p,200000b,80000s
      {c:/texlive/2014/texmf-dist/fonts/enc/dv
      ips/cm-super/cm-super-t1.enc}

      Output written on file_1.pdf (11 pages, 204286 bytes).
      PDF statistics:
      101 PDF objects out of 1000 (max. 8388607)
      72 compressed objects within 1 object stream
      0 named destinations out of 1000 (max. 500000)
      1 words of extra memory for PDF output out of 10000 (max. 10000000)`

    • Devi essere connesso per rispondere a questo topic.

    Go to top