ceu-notes/templates/latex/documentation.tex

29 lines
573 B
TeX
Raw Normal View History

2021-11-18 19:59:04 +00:00
\documentclass[12pt,a4paper]{article}
\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
\pagebreak
\tableofcontents
\pagebreak
% CONTENT HERE
\pagebreak
\section{Derechos de Autor y Licencia}
2022-01-13 14:59:26 +00:00
\noindent
2022-03-09 19:26:01 +00:00
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}