- Questo topic ha 3 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 13 anni fa da .
-
Topic
-
Buonasera a tutti
Sto cercando di scrivere la tesi della sapienza con sapthesis, ma anche compilando uno dei documenti di prova forniti con il pacchetto ottengo un errore. Questo è il codice
`
\documentclass[binding=0.6cm,Lau]{sapthesis} % LaM for a Laurea Magistrale
\usepackage{microtype}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenx}
\usepackage{hyperref}
\hypersetup{pdftitle={La mia tesi},pdfauthor={Francesco Biccari}}
\title{La mia tesi}
\author{Francesco Biccari}
\IDnumber{123456}
\course{Fisica}
\courseorganizer{Facoltà di Scienze Matematiche, Fisiche e Naturali}
%\AcademicYear{2011/2012}
\copyyear{2012}
\advisor{Prof. Caio}
\advisor{Dr. Sempronio}
\authoremail{pippo@pippo.com}\begin{document}
\frontmatter
\maketitle
\dedication{Dedicato aDonald Knuth}
\begin{abstract}
Questa tesi parla di me.
\end{abstract}
\tableofcontents
\mainmatter \chapter{Introduzione} …
\backmatter
\cleardoublepage
\phantomsection % Give this command only if hyperref is loaded \addcontentsline{toc}{chapter}{\bibname}
% Here put the code for the bibliography. You can use BibTeX or
% the BibLaTeX package or the simple environment thebibliography.
\end{document}
`e questo l’errore
`
./tesisapienza.tex:12: Undefined control sequence.
./tesisapienza.tex:12: LaTeX Error: Missing \begin{document}.
./tesisapienza.tex:21: Class sapthesis Error: You must specify the Academic Year.
./tesisapienza.tex:21: Package inputenc Error: Unicode char \u8:̀ not set up for use with LaTeX.
`Anche se mi sembrano errori strani trattandosi di un documento di prova fornito con il pacchetto.
Grazie
V.
- Devi essere connesso per rispondere a questo topic.