- Questo topic ha 4 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 11 anni, 1 mese fa da .
-
Topic
-
Buongiorno, sto scrivendo la mia seconda tesi con LaTex, ma nonostante ciò sono ancora inesperto! L’ho appena iniziata ed ho già un problema quando compilo scrivendo pdflatex tesi.tex. Di seguito riporto le prime righe del file e l’errore segnalato, nella speranza che qualcuno possa aiutarmi:\documentclass[12pt, a4paper, twoside, openany, titlepage]
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{indentfirst}
\usepackage[italian]{babel}
\usepackage{fancyhdr}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{eucal}
\usepackage{eufrak}
\theoremstyle{plain}
\newtheorem{thm}{Teorema}[section]
\newtheorem{cor}[thm]{Corollario}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposizione}
\theoremstyle{definition}
\newtheorem{exmp}{Esempio}[section]\theoremstyle{definition}
\newtheorem{defn}{Definizione}[chapter]\theoremstyle{remark}
\newtheorem{oss}{Osservazione}
\bibliographystyle{plain, abbrv}\begin{document}
\tableofcontents
\addcontentsline{toc}{chapter}{Introduzione}%Introduzione
\chapter*{Introduzione}
In questa tesi ci occuperemo di…Il messaggio che compare è:
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./tesi.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 78 languages loaded.
! TeX capacity exceeded, sorry [parameter stack size=10000].
\@fileswithoptions #1->
\@ifnextchar [{\@fileswith@ptions #1}{\@fileswith@pti…
l.2 \usepackage[applemac]
{inputenc}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on tesi.log.Grazie!
- Devi essere connesso per rispondere a questo topic.