Notes

Plantilla de Notas en LaTeX

Category

Other

License

Free to use (MIT)

File

Notas.tex

Notas.texRead-only preview
%------------------------------------------------------------
%	PREÁMBULO
%------------------------------------------------------------
\documentclass{book}

\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[a4paper, left=2cm, right=1.5cm, top=2cm, bottom=2cm]{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}}

\newtheorem{ejemplo}{Ejemplo}[chapter]
\newtheorem{teorema}{Teorema}[chapter]
\newtheorem{corolario}{Corolario}[teorema]
\newtheorem{lema}[teorema]{Lema}


%------------------------------------------------------------
%	CARÁTULA
%------------------------------------------------------------
\title{Notas}
\author{jaf prudente}
\date{}

\begin{document}

\raggedbottom

\maketitle
\thispagestyle{empty}
\pagenumbering{roman}

%------------------------------------------------------------
%	ÍNDICE
%------------------------------------------------------------
\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
Notes preview
Notes LaTeX Template | Bibby | Bibby AI