Re: Impaginazione tesi: Solo fronte o Fronte-Retro?

#6154
Up
0
Down
::


Ciao,

mi trovo coinvolto anche io nella scrittura della tesi per una laurea triennale (Scienze Agrarie presso Università di Pisa) e, come corretto, la mia Facoltà non impone un layout predefinito.

Personalmente, utilizzo il seguente preambolo:`\documentclass[a4paper,openright]{book}
\usepackage[latin9]{inputenc}
\usepackage[italian]{babel}

\usepackage[Lenny]{fncychap}
\usepackage[binding=1.5cm]{layaureo}
\usepackage[labelfont=sf,tableposition=top]{caption}[2004/07/16]
\usepackage{textcomp}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\
\oldstylenums{\thechapter}\ $\sim$\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\oldstylenums{\thesection}\
$\sim$\ #1}} \fancyhead[RE]{\textsc{\nouppercase{\leftmark}}}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\textsc{\nouppercase{\rightmark}}}
\renewcommand{\headrulewidth}{.25pt}

\usepackage{titlesec}
\titleformat*{\section}{\Large\sffamily\bfseries}
\titleformat*{\subsection}{\large\sffamily\bfseries}
\titleformat*{\subsubsection}{\normalsize\sffamily\bfseries}`

Ciao.

Go to top