Skip to content

Instantly share code, notes, and snippets.

@aziis98
Created April 16, 2019 20:46
Show Gist options
  • Select an option

  • Save aziis98/47cb644df1c640e7ef76fcd9ba844668 to your computer and use it in GitHub Desktop.

Select an option

Save aziis98/47cb644df1c640e7ef76fcd9ba844668 to your computer and use it in GitHub Desktop.
Mio template per le cose in LaTeX. Font: Linux Libertine,
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{libertine}
\usepackage{libertinust1math}
\usepackage[T1]{fontenc}
\usepackage{titlesec}
\usepackage{geometry}
\geometry{
a4paper,
hmargin=30mm,
vmargin=30mm,
}
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\title{<Nome del documento>}
\author{<Autore>}
\date{<Data di scrittura>}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{Sezione di prova}
Testo di prova.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment