-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
99 lines (77 loc) · 1.96 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
\documentclass[12pt]{article}
% \usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{csquotes}
\usepackage{titlesec}
\usepackage{titling}
\usepackage{fontspec}
\setmainfont{Times New Roman}
%\usepackage{cite}
%\usepackage{times}
\usepackage{parskip}
\usepackage{url}
\usepackage{setspace}
\usepackage{float}
%\usepackage[fixlanguage]{babelbib}
%\selectbiblanguage{spanish}
%\usepackage{todonotes}
\usepackage{graphicx}
\newcommand{\sectionbreak}{\clearpage}
%\renewcommand{\baselinestretch}{2.0}
\usepackage[
backend=biber,
style=ieee,
]{biblatex}
\addbibresource{mybib.bib}
%\setlength{\parindent}{0 pt}
\titleformat{\chapter}[display]
{\normalfont\bfseries}{}{0pt}{\Large}
\begin{document}
%\maketitle
\begin{titlepage}
\vspace{-1.0cm}
\includegraphics[width=0.6\textwidth]{images/LOGO.jpg}
\begin{center}
\vspace*{2cm}
\textbf{TITULO DEL DOCUMENTO}
\vspace{0.5cm}
\vspace{4cm}
por\\
\textbf{Autor}
\vfill
Trabajo de Título presentado a la\\
Facultad de Ingeniería de la Universidad Católica de Temuco\\
Para Optar al Título de Ingeniero Civil Informático.
%\vspace{0.8cm}
\textbf{- Temuco, 2021 -}
\vspace{-1cm}
\end{center}
\end{titlepage}
\newpage
\tableofcontents
\newpage
\listoftables
\listoffigures
\begin{doublespace}
\doublespacing
\section{Resumen}
\section{Abstract}
\section{Introducción}
\section{Objetivos}
\subsection{Objetivo General}
%Implementar un sistema de intranet que soporte los procesos de gestión y comunicación de la empresa.
\subsection{Objetivos Específicos}
\section{Marco Teórico}
\section{Metodología}
\subsection{Herramientas y Tecnologías}
\subsection{Pruebas}
\section{Análisis y Requerimientos}
\section{Implementación}
\section{Resultados}
\section{Conclusiones}
\end{doublespace}
\printbibliography
\appendix
\section{Apéndice}
\input{apendix.tex}
\end{document}