Created
April 16, 2019 20:46
-
-
Save aziis98/47cb644df1c640e7ef76fcd9ba844668 to your computer and use it in GitHub Desktop.
Mio template per le cose in LaTeX. Font: Linux Libertine,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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