ceu-notes/templates/latex/documentation.tex

30 lines
574 B
TeX
Raw Normal View History

2022-09-29 15:37:38 +00:00
\documentclass[12pt,a4paper,titlepage]{article}
2021-11-18 19:59:04 +00:00
\usepackage[spanish]{babel}
2021-12-02 19:38:33 +00:00
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{subcaption}
2021-11-18 19:59:04 +00:00
\title{Title}
\author{Nicolás A. Ortega Froysa}
\begin{document}
\maketitle
2022-09-29 15:37:38 +00:00
2021-11-18 19:59:04 +00:00
\tableofcontents
\pagebreak
% CONTENT HERE
\pagebreak
\section{Derechos de Autor y Licencia}
2022-01-13 14:59:26 +00:00
\noindent
Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa
<nicolas@ortegas.org> \\
2021-11-18 19:59:04 +00:00
\\
Este documento se distribuye bajo los términos y condiciones de la licencia
Creative Commons Attribution No Derivatives 4.0 International.
\end{document}