Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] compilazione documento latex
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
heXen
Guru
Guru


Joined: 21 Jun 2004
Posts: 320

PostPosted: Thu May 12, 2005 10:16 am    Post subject: [OT] compilazione documento latex Reply with quote

ho scritto il seguente sorgente

Code:
\include{opzioni}

\begin{document}

\tableofcontents

\chapter*{Introduzione}
\addcontentsline{toc}{chapter}{Introduzione}

Bla Bla Bla

\ref{phi_pq}
\include{mate}

\end{document}


opzioni.tex comprende il documentclass e gli usepackage, mate.tex è un capitolo, phi_pq è il label di una formula in mate.tex.

Questo sorgente compilato da shell con il comando "latex" si compila correttamente, mentre compilato da emacs mi dà

Code:
This is TeX, Version 3.14159 (Web2C 7.4.5)
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.

(./intro.tex
! Undefined control sequence.
l.1 \include
            {opzioni}
! Undefined control sequence.
l.3 \begin
          {document}
! Undefined control sequence.
l.5 \tableofcontents
                   
! Undefined control sequence.
l.7 \chapter
            *{Introduzione}
! Undefined control sequence.
l.8 \addcontentsline
                    {toc}{chapter}{Introduzione}
! Undefined control sequence.
l.12 \ref
         {phi_pq}
! Missing $ inserted.
<inserted text>
                $
<to be read again>
                   _
l.12 \ref{phi_
              pq}
! Extra }, or forgotten $.
l.12 \ref{phi_pq}
                 
! Undefined control sequence.
l.13 \include
             {mate}
! Missing $ inserted.
<inserted text>
                $
<to be read again>
                   \par
l.14
     
[1] )
(\end occurred inside a group at level 1)
(see the transcript file for additional information)
Output written on intro.dvi (1 page, 436 bytes).
Transcript written on intro.log.


come mai?
Back to top
View user's profile Send private message
heXen
Guru
Guru


Joined: 21 Jun 2004
Posts: 320

PostPosted: Thu May 12, 2005 10:31 am    Post subject: Reply with quote

forse risolto, era impostato il tex-mode e non il latex-mode, ma questo mi fa pensare a cosa ci sia nel documento che non va in tex ma solo in latex.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31280
Location: here

PostPosted: Thu May 12, 2005 10:45 am    Post subject: Reply with quote

heXen wrote:
forse risolto, era impostato il tex-mode e non il latex-mode, ma questo mi fa pensare a cosa ci sia nel documento che non va in tex ma solo in latex.

Praticamente molte cose. Latex e' una semplificazione di tex, quindi molte cose di latex (quello che e' usato quasi sempre se non in rarissimi casi) non ci sono in tex
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
heXen
Guru
Guru


Joined: 21 Jun 2004
Posts: 320

PostPosted: Thu May 12, 2005 10:51 am    Post subject: Reply with quote

nella configurazione di emacs ho impostato il latex-mode in automatico ma quando apro il file tex mi dice che c'è in tex-mode
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum