- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 8 anni, 3 mesi fa da .
-
Topic
-
salve a tutti,sono appena sbarcato su latex (circa 4 giorni) e mi è piaciuto da subito, l’aiuto online è buono e fin ora sono riuscito a cavamela da solo, ieri però ho avuto un problema che dopo 2 orette di sclero mi ha quasi fatto tornare la voglia di usare libreoffice (sono su linux)
allora questo è il mio “MWE” veramente ci sono un paio di cose superflue ma sono giusto pochissime:
il problema è che inserisce una pagine vuota e mezza prima della toc
`% made with TeXstudio + texlive
% it s a comment
% F5 build & view
% F6 compile
% F7 view
% F8 bibliography
% F9 glossary%\documentclass[14pt, a4paper]{article}
\documentclass[14pt]{extreport}
\title{Capillaroscopia}
\author{Vincenzo G.}
\date{appoi viremu}% packages
%\usepackage[12pt]{moresize}
\usepackage{verbatim} % comments
\usepackage[utf8]{inputenc} % accenti
\usepackage{geometry} % pages and margins
\usepackage[style=ieee]{biblatex} % bibliography
\usepackage{setspace} % line spacing% setup
\addbibresource{/home/vincenzo/Scrivania/Cloud/Programmi/LaTeX/BibLaTeX/Tesi.bib}
\doublespacing % line spacing (interlinea)\begin{document}
\begin{titlepage}
\newgeometry{top=1.5cm, bottom=1.5cm, left=1.5cm, right=1.5cm}\begin{spacing}{1} %14-13-13-10-20-26-18-16-16-20
\centering
\normalsize \textbf {UNIVERSITÀ DEGLI STUDI DI narnia\\}
\small \textbf {Scuola “Facoltà di Medicina”\\}
\small \textbf {Corso di Laurea in Medicina e Chirurgia\\}
\scriptsize {Presidente: } \textit {Prof. sant Agostino\\}\vspace{100pt}
\Large \textbf {G. Vincenzo\\}
\vspace{100pt}
\LARGE \textbf {La Capillaroscopia nella diagnosi precoce di patologie con scleroderma pattern\\}
\vspace{100pt}
\large \textbf {Tesi di Laurea\\}
\vspace{100pt}
\flushright\large \textbf {Relatore: Prof.\\caio}
\vfill
\centering\rule{15cm}{0.2pt}
\Large \textbf {\\A.A. 2017/18}
\end{spacing}\thispagestyle{empty} % remove header and footer, so page number
\pagebreak % start a new page, don't left white space\end{titlepage}
\section*{Indice} % don't add it to the toc
\newgeometry{top=3cm, bottom=3cm, left=4cm, right=2.5cm}
\thispagestyle{empty}
\flushleft
\renewcommand\contentsname{}
\setcounter{secnumdepth}{1}
\setcounter{tocdepth}{2}
\tableofcontents % toc (indice)
\newpage\section{Introduzione} % add to the toc
\setcounter{page}{1} % start the page counter of the article
% text
Sed ut perspiciatis\cite{Cutolo2005} unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem.\newpage % start a new page, leaving white space
\section{Bibliografia}
\printbibliography[heading=none]
\section{Ringraziamenti}
\end{document}`
qui c è il pdf
[attachment=2073]document.pdf[/attachment]
- Devi essere connesso per rispondere a questo topic.