Visualizzazione dei risultati da 1 a 4 su 4
  1. #1
    Utente di HTML.it L'avatar di unit1
    Registrato dal
    Feb 2004
    Messaggi
    354

    [Latex/ubuntu]

    Salve,

    Ho un problema con un documento molto grosso scritto in latex: i riferimenti etichettati con
    codice:
    \label{etichetta}
    e ripresi con
    codice:
     \ref{etichetta}
    del primo capitolo (che è l'introduzione e ne ha tanti) funzionano perfettamente solo con l'opzione draft
    codice:
    \documentclass[12pt,a4paper,twoside,openright,draft,titlepage]{report}
    mentre con l'oziona final (o senza nessuna delle opzione) questo non accade.
    codice:
    \documentclass[12pt,a4paper,twoside,openright,final,titlepage]{report}
    vi posto la fine del log:
    codice:
    \openout3 = `Tesi.toc'.
    
     [3] [4
    
    ]
    Capitolo 1.
    [5] [6
    
    ]
    Capitolo 2.
    [7] [8
    
    ]
    Capitolo 3.
    
    LaTeX Warning: Reference `sec:prob_tra' on page 9 undefined on input line 22.
    
    
    LaTeX Warning: Reference `sec:problematiche_carico' on page 9 undefined on inpu
    t line 22.
    
    
    LaTeX Warning: Reference `sec:problmetiche_convivenza' on page 9 undefined on i
    nput line 22.
    
    
    LaTeX Warning: Reference `sec:tecnologia_attuale' on page 9 undefined on input 
    line 22.
    
    LaTeX Font Info:    External font `cmex10' loaded for size
    (Font)              <12> on input line 29.
    LaTeX Font Info:    External font `cmex10' loaded for size
    (Font)              <8> on input line 29.
    LaTeX Font Info:    External font `cmex10' loaded for size
    (Font)              <6> on input line 29.
    LaTeX Font Info:    External font `cmex10' loaded for size
    (Font)              <5> on input line 29.
    [9
    ! pdfTeX error (font expansion): auto expansion is only possible with scalable 
    fonts.
    <to be read again> 
                       \endgroup \set@typeset@protect 
    l.32 
         
    
     
    Here is how much of TeX's memory you used:
     2515 strings out of 495052
     37052 string characters out of 1182206
     117287 words of memory out of 3000000
     5652 multiletter control sequences out of 15000+50000
     19146 words of font info for 65 fonts, out of 3000000 for 9000
     31 hyphenation exceptions out of 8191
     32i,8n,35p,729b,186s stack positions out of 5000i,500n,10000p,200000b,50000s
    !  ==> Fatal error occurred, no output PDF file produced!
    Qualcuno mi potrebbe aiutare?
    Grazie in anticipo.

  2. #2

    Moderazione

    Espando il titolo e ti sposto in Linux e software.

    Amaro C++, il gusto pieno dell'undefined behavior.

  3. #3
    Utente di HTML.it L'avatar di unit1
    Registrato dal
    Feb 2004
    Messaggi
    354
    Grazie

  4. #4
    Utente di HTML.it L'avatar di unit1
    Registrato dal
    Feb 2004
    Messaggi
    354
    ultima ora:
    sembra che io abbia risolto, in pratica c'era un font non scalabile che dava fastidio e li liatex impazziva perdendo le label.

    ho risolto aggiungendo
    codice:
    \usepackage{lmodern}
    fra i pacchetti.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.