\documentclass[jasheads]{jasthesis} %\documentclass[a4paper,14pt]{extbook} %\documentclass[a4paper,12pt]{article} %\usepackage{cl2emono} \usepackage{pictexwd} \usepackage{graphicx} \usepackage{listings} \usepackage{verbatim} \usepackage{fancyvrb} \usepackage[latin1]{inputenc} %\usepackage{moreverb} \usepackage{float} \usepackage{subfigure} \usepackage{boxedminipage} \usepackage[english]{babel} \usepackage{amssymb} %\setlength{\marginparwidth}{0in} \mathsurround 1pt \hfuzz=3 pt %\sloppy \pretolerance=1900 \lstset{language=Python,frame=single, basicstyle=\footnotesize,fancyvrb=true,showstringspaces=false} \newcommand{\pypy}{\emph{PyPy}} \newcommand{\gencli}{\emph{gencli}} \renewcommand{\baselinestretch}{1.5} \renewcommand{\labelitemi}{{\tiny$\bullet$}} \include{macro} \hyphenation{RPy-thon} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Implementing Python in .NET} \author{Antonio Cuni} % usare questo se si vuole cancellare la data: %\date{} % usare questo se si vuole una data fissata: %\date{1 Gennaio 1915} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \pagenumbering{Roman} \include{title} \newpage \vspace*{2cm} \begin{flushright} \emph{A Nicolò} \end{flushright} \newpage \vspace*{2cm} \begin{flushright} \emph{Non c'è cosa più bella che guardarti\\ negli occhi quando brillano.}\\ \vspace*{0.3cm} \emph{Avrei solo voluto\\ essere io a renderli tali.} \end{flushright} \ \newpage \tableofcontents \ \newpage \ \newpage % usare se \tableofcontents ha un numero dispari di pagine \include{acknowledgments} \include{preface} \pagenumbering{arabic} %\include{test} \include{chapter1} \include{chapter2} \include{chapter3} \include{chapter4} \include{chapter5} \include{biblio} \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%