Tesis

Platilla de Tesis escrita en LaTeX.

Category

thesis

License

Free to use (MIT)

File

Tesis.tex

Tesis.texRead-only preview
%==========================================================================
% CABEZAL
\documentclass{book}


%==========================================================================
% PAQUETES ADICIONALES
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{enumerate}
\usepackage[spanish, es-nodecimaldot, es-tabla]{babel}
\usepackage[utf8]{inputenc}
\usepackage[title]{appendix}
\usepackage{url}
\usepackage{braket}
\usepackage{afterpage}
\usepackage{titling} 
\usepackage{float}
\usepackage{lscape}
\usepackage{selinput}
\usepackage{booktabs}
\usepackage{lettrine}
\usepackage{color}
\usepackage{cancel}
\usepackage{comment}
\usepackage{array}
\usepackage{lipsum}

\usepackage{fancyhdr}
\setlength{\headheight}{16pt}

\usepackage{tikz}
\usetikzlibrary{positioning, arrows.meta, shapes.geometric}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}

\usepackage{amsfonts} 
\usepackage[centertags]{amsmath}
\usepackage{stmaryrd, amssymb, amsthm}
\usepackage{wasysym, mathrsfs}
\usepackage{slashed}

\usepackage[font=scriptsize, labelfont=small]{caption}
\captionsetup{width=1\linewidth}
\usepackage{subcaption}

\usepackage[a5paper, left=1.5cm, right=1.5cm, top=2cm, bottom=1.5cm]{geometry}

\usepackage{parskip}
\setlength{\parskip}{0.2cm}
\setlength{\parindent}{0pt}

\usepackage{imakeidx}
\usepackage[hidelinks, hyperindex=true]{hyperref}
\makeindex[columns=2, title=Índice analítico, intoc]

\selectlanguage{spanish}


%==========================================================================
%	FORMATO DE PÁGINAS
\usepackage{fancyhdr}

\pagestyle{fancy}
\fancyhf{}

\renewcommand{\chaptermark}[1]{ \markboth{#1}{} }
\renewcommand{\sectionmark}[1]{ \markright{#1}{} }

\fancyhead[RO]{\leftmark \hspace{20pt} \thepage}
\fancyhead[LE]{\thepage \hspace{20pt} \rightmark}


%==========================================================================
%	DEFINICIONES
\renewcommand{\and}{\&}

\addto\captionsspanish{\renewcommand{\bibname}{Referencias}}

\def\path{Images/}

\newcommand{\cuadrito}{
	\begin{flushright}
		$ \blacksquare $
\end{flushright}}


%==========================================================================
%	PORTADA
\title{Tesis}

\author{jaf prudente}

\date{}

\begin{document}
	
\raggedbottom
	
\input{./Portada/Portada.tex}
	
	
%==========================================================================
%	DEDICATORIA
\input{./Dedicatoria/Dedicatoria.tex}
\addtocontents{toc}{\hfill \textbf{Página} \par}
	
	
%==========================================================================
%	AGRADECIMIENTOS
\pagenumbering{roman}
\markboth{Agradecimientos}{Agradecimientos}
\addcontentsline{toc}{chapter}{Agradecimientos} 
\input{./Agradecimientos/Agradecimientos.tex}
	
	
%==========================================================================
%	CONTENIDO
\renewcommand*\contentsname{Contenido}
\tableofcontents
\markboth{Contenido}{Contenido}
	
	
%==========================================================================
%	CAPÍTULO I
\input{./Cap1/cap1.tex}
	
	
%==========================================================================
%	CAPÍTULO II
\input{./Cap2/cap2.tex}
	
	
%==========================================================================
%	CAPÍTULO III
\input{./Cap3/cap3.tex}
	
	
%==========================================================================
%	CAPÍTULO IV
\input{./Cap4/cap4.tex}
	
	
%==========================================================================
%	CAPÍTULO V
\input{./Cap5/cap5.tex}
	
	
%==========================================================================
%	BIBLIOGRAFÍA
\bibliographystyle{prudenteApa}
\bibliography{./Referencias/Referencias.bib}{}
\addcontentsline{toc}{chapter}{Referencias}
\markboth{Referencias}{Referencias}
	
	
%==========================================================================
%	ÍNDICE ANALÍTICO
\printindex
	
	
\end{document}
Preview
Tesis preview
Tesis LaTeX Template | Bibby | Bibby AI