2017-12-10 17:24:18 +01:00
|
|
|
\documentclass[a4paper,12pt,openany,oneside]{book}
|
2017-10-08 15:06:00 +02:00
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{cite}
|
|
|
|
\usepackage[official]{eurosym}
|
|
|
|
\usepackage{footnote}
|
|
|
|
\usepackage{url}
|
2017-12-10 17:24:18 +01:00
|
|
|
\usepackage{fancyhdr}
|
|
|
|
|
|
|
|
\pagestyle{fancy}
|
|
|
|
% fancy headers
|
|
|
|
% https://www.sharelatex.com/learn/Headers_and_footers#!#Standard_page_styles
|
|
|
|
\fancyhf{}
|
|
|
|
\rhead{Officina di Fisica}
|
|
|
|
\lhead{MindTheGap: Editoria Accademica}
|
|
|
|
\rfoot{Pagina \thepage}
|
2017-10-08 15:06:00 +02:00
|
|
|
\author{Officina di Fisica}
|
2017-12-10 17:24:18 +01:00
|
|
|
\title{Le pubblicazioni scientifiche: \\
|
2017-10-08 15:06:00 +02:00
|
|
|
Fatti e misfatti dell'editoria accademica.}
|
|
|
|
\date{Settembre 2017}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\frontmatter
|
|
|
|
\begin{center}
|
|
|
|
\includegraphics{images/logomtg2017}
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
|
|
|
|
\mainmatter
|
|
|
|
\input{chisiamo}
|
|
|
|
\input{editoria}
|
|
|
|
\input{pubblicazioni}
|
|
|
|
\input{critiche}
|
|
|
|
\input{conclusioni}
|
|
|
|
\bibliography{mybib}{}
|
|
|
|
\bibliographystyle{plain}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\backmatter
|
|
|
|
% bibliography, glossary and index would go here.
|
|
|
|
|
2017-12-10 17:24:18 +01:00
|
|
|
\end{document}
|