mindthegap2016/main.tex
2017-12-10 17:24:18 +01:00

46 lines
No EOL
947 B
TeX

\documentclass[a4paper,12pt,openany,oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{cite}
\usepackage[official]{eurosym}
\usepackage{footnote}
\usepackage{url}
\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}
\author{Officina di Fisica}
\title{Le pubblicazioni scientifiche: \\
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.
\end{document}