From 07477444d4e3fbce2b83505b5034fd6a05b5fa63 Mon Sep 17 00:00:00 2001 From: Juan Marin Noguera Date: Mon, 10 Apr 2023 19:08:57 +0200 Subject: Skeleton --- .gitignore | 13 ++++++++++++ main.tex | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ ref.bib | 14 ++++++++++++ 3 files changed, 92 insertions(+), 7 deletions(-) create mode 100644 .gitignore create mode 100644 ref.bib diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e515f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +\#*\# +auto/ +*.aux +*.bbl +*.bcf +*.blg +*.lof +*.log +*.lot +*.pdf +*.run.xml +*.toc +*~ \ No newline at end of file diff --git a/main.tex b/main.tex index beaaa25..7ac9bcc 100644 --- a/main.tex +++ b/main.tex @@ -1,19 +1,77 @@ -\documentclass{amsart} +\documentclass[11pt,twoside]{amsbook} +\usepackage[utf8]{inputenc} +\usepackage[spanish]{babel} \usepackage{microtype} +\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry} +\usepackage{fancyhdr} +\pagestyle{fancy} +% \renewcommand{\headrulewidth}{0.4pt} +% \renewcommand{\footrulewidth}{0.4pt} +\usepackage[autolang=hyphen]{biblatex} +\addbibresource{ref.bib} \begin{document} \begin{titlepage} - \vspace*{5cm} \begin{center} - \bfseries\sffamily{\Huge Teoría de Categorías} - \vspace*{1.5cm} + \vspace*{1cm} + \Huge + \textbf{Teoría de Categorías} - {\Large Juan Marín Noguera} + \vspace{0.5cm} + \LARGE + Una visión general con aplicaciones a la computación - \vspace*{1cm} - Tutor: Alberto del Valle Robles + \vspace{1.5cm} + \textbf{Juan Marín Noguera} + + \vfill + {\normalsize (Dibujo aquí)} % TODO + \vfill + + Trabajo Fin de Grado en Matemáticas + + \vspace{0.8cm} + \Large + Tutor: Alberto del Valle Robles\\ + Facultad de Matemáticas\\ + Universidad de Murcia\\ + Día de Mes de 2023 % TODO \end{center} \end{titlepage} + +\tableofcontents +\listoffigures +\listoftables + +\begin{otherlanguage}{english} + \chapter*{Introduction} + % TODO + %\cite{joyofcats} + %\cite{maclane} +\end{otherlanguage} + +\chapter{Categorías} +% TODO + +\chapter{Funtores} +% TODO + +\chapter{Límites} +% TODO + +\chapter{Transformaciones naturales} +% TODO + +\chapter{Adjunciones} +% TODO + +\chapter{Mónadas} +% TODO + +\appendix +%\chapter{Bibliografía} +% ... BibTeX stuff here +\printbibliography \end{document} %%% Local Variables: %%% mode: latex diff --git a/ref.bib b/ref.bib new file mode 100644 index 0000000..92ff8f0 --- /dev/null +++ b/ref.bib @@ -0,0 +1,14 @@ +@book{maclane, + author = {Mac Lane, Saunders}, + title = {Categories for the Working Mathematician}, + year = 1971, + publisher = {Springer-Verlag New York, Inc.}, + langid = {english} +} +@book{joyofcats, + author = {Adámek, Jiří and Herrlich, Horst and Strecker, George}, + title = {Abstract and Concrete Categories: The Joy of Cats}, + year = {1990}, + publisher = {John Wiley \& Sons, Inc.}, + langid = {english} +} \ No newline at end of file -- cgit v1.2.3