This repository comprises a template for a basic LaTeX document
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
433 B

\documentclass[a4paper,11pt,titlepage]{article}
\usepackage[utf8]{inputenc}
\usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]{geometry}
\usepackage{indentfirst}
\usepackage{hyperref}
\title{Document Template}
\date{\today}
\author{Rafael Gonçalves\thanks{The template author need not be credited in further documents that were based on it}}
\begin{document}
\maketitle
% \section{Section}
% Content
\end{document}