Plantilla para protocolo
Author
Denhi Aldana
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Plantilla para protocolo ITSOEH
Plantilla para protocolo ITSOEH
%%%% Basic Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,openany]{book}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amsthm,amscd,textcomp}
\usepackage{graphicx}
\graphicspath{{./}}
\DeclareGraphicsExtensions{.jpg, .pdf, .png}
\usepackage{anysize}
\marginsize{1.5 cm}{1.5 cm}{0.5 cm}{1.5 cm} %left, right, top and bottom
\usepackage[usenames]{color}
\addto\captionsspanish{\def\tablename{Tabla}} %Cambia el nombre de Cuadro a Tabla
\spanishdecimal{.} %Establece el punto como signo decimal
\pagestyle{plain}
\usepackage{titlesec}
\usepackage{fancyhdr}
\usepackage[nottoc]{tocbibind} % agrega las lista de fig. y lista de tab. al índice.
\usepackage[pdftex=true,plainpages=false]{hyperref} %Crea hipervínculo en el índice, citas, ecuaciones
\hypersetup{
unicode=false, % non-Latin characters in Acrobat�s
colorlinks=true, % false: boxed links; true: colored links
linkcolor=black, % color of internal links
citecolor=black, % color of links to bibliography
filecolor=black, % color of file links
urlcolor=black % color of external links
}
\usepackage{xfrac}
\usepackage{fixmath}
\usepackage{multirow}
\usepackage{array}
\usepackage{caption} %Permite poner continuaciòn en imágenes flotantes
\DeclareCaptionLabelFormat{continued}{#1~#2 (Continuación)}
\captionsetup[ContinuedFloat]{labelformat=continued}
\usepackage{enumitem}
\usepackage{pdfpages} %Permite insertar pdf
%\usepackage{natbib} %Esta es otra libreria para citar en formato APA
\usepackage{url}
\usepackage{apacite}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%PORTADA
\newpage
\thispagestyle{empty}
\pagenumbering{gobble}
\thispagestyle{empty}
\begin{minipage}{0.95\textwidth}
\begin{center}
\includegraphics[scale=0.4]{./figuras/Logo_ITSOEH}
\includegraphics[width=0.95\textwidth, height=0.04\textheight]{./figuras/lh}
{\Large\textbf{INSTITUTO TECNOLÓGICO SUPERIOR DEL OCCIDENTE DEL ESTADO DE HIDALGO}}
\textbf{ INGENIERÍA ELECTROMICA}
\end{center}
\end{minipage}
\begin{minipage}{0.15\textwidth}
\begin{center}
\includegraphics[width=0.3\textwidth, height=0.7\textheight]{./figuras/linea}
\end{center}
\end{minipage}
\begin{minipage}{0.7\textwidth}
\vspace{2 cm}
\begin{center}
{\small{ASIGNATURA:}}\\
\textbf{TALLER DE INVESTIGACIÓN II}
\end{center}
\vspace{2 cm}
\begin{center}
{\small{TRABAJO:}}\\
\textbf{TITULO DEL PROYECTO}
\end{center}
\vspace{2 cm}
\begin{center}
{\small{PRESENTA:}}\\
\textbf{ALUMNO}
\end{center}
\vspace{2 cm}
\begin{center}
{\small{PROFESOR:}}\\
\textbf{DR. SALVADOR ESCOBAR GUERRERO}\\
\end{center}
\vspace{2 cm}
\begin{center}
MIXQUIAHUALA, HIDALGO, 22 DE SEPTIEMBRE DE 2019
\end{center}
\end{minipage}
\begin{minipage}{0.15\textwidth}
\end{minipage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Índice
\tableofcontents
\makeatletter
\def\thickhrulefill{\leavevmode \leaders \hrule height 1ex \hfill \kern \z@}
\def\@makechapterhead#1{%
\vspace*{10\p@}%
{\parindent \z@ \centering \reset@font
\thickhrulefill\quad
\scshape \@chapapp{} \thechapter
\quad \thickhrulefill
\par\nobreak
\vspace*{10\p@}%
\interlinepenalty\@M
\hrule
\vspace*{10\p@}%
\Huge \bfseries #1\par\nobreak
\par
\vspace*{10\p@}%
\hrule
\vskip 40\p@
%\vskip 100\p@
}}
\def\@makeschapterhead#1{%
%\vspace*{50\p@}%
\vspace*{10\p@}%
{\parindent \z@ \centering \reset@font
\thickhrulefill
\par\nobreak
\vspace*{10\p@}%
\interlinepenalty\@M
\hrule
\vspace*{10\p@}%
\Huge \bfseries #1\par\nobreak
\par
\vspace*{10\p@}%
\hrule
\vskip 40\p@
%\vskip 100\p@
}}
\newpage
\pagenumbering{arabic} \setcounter{page}{1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%EMPIEZA EL DOCUMENTO
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Definición del problema}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Justificación}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Objetivos}
\vspace{5 cm}
\Large{Objetivo general}
\vspace{5 cm}
\Large{Objetivos específicos}
\begin{itemize}
\item objetivo 1
\item objetivo 2
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Marco teórico}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Antecedentes}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Metas}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Metodología}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Cronograma}
Este es un ejemplo de bibliografía \cite{OpticaPochi}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%\bibliographystyle{newapa} %si se utiliza la librería natbib
\bibliographystyle{apacite} %si se utiliza la librería apacite
\bibliography{bibliografia}
\end{document}