-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResumen-IIC1253.tex
More file actions
142 lines (113 loc) · 4.34 KB
/
Copy pathResumen-IIC1253.tex
File metadata and controls
142 lines (113 loc) · 4.34 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[letterpaper]{article}
\usepackage[spanish]{babel}\decimalpoint
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[dvipsnames]{xcolor}
\usepackage{color}
\usepackage[margin=1in,left=0.75in, right=0.75in]{geometry}
\usepackage{hyperref}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{commath}
\usepackage{relsize}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{gensymb}
\usepackage{enumitem}
\usepackage{siunitx}
\usepackage{url}
\usepackage{fancyhdr}
\usepackage{floatrow}
\usepackage{wrapfig}
\usepackage[labelfont=bf]{caption}
\usepackage{mathtools}
\usepackage{pgfplots}
\usepackage{multicol}
\usepackage[misc]{ifsym}
\usepackage{tabularx}
\usepackage{empheq}
\usepackage{tkz-tab}
\usepackage{xpatch}
\usepackage{polynom}
\usepackage{microtype}
\usepackage{listings}
\usepackage{lastpage}
\pgfplotsset{compat=1.18}
\pagestyle{fancy}
\fancyhf{}
\lhead{\scshape P. Universidad Católica de Chile}
\rhead{\scshape Dpto. de Ciencia de la Computación}
\lfoot{\textbf{IIC1253}}
\cfoot{\textbf{Matemáticas Discretas}}
\rfoot{\textbf{Página: \thepage\ de \pageref{LastPage}}}
\setlength\parindent{0pt}
\setlist[itemize]{leftmargin=*}
\setlist[enumerate]{leftmargin=*}
\setlength\parindent{0pt}
\setlength\columnsep{30pt}
\renewcommand{\labelitemi}{{\raisebox{.3\height}{\scalebox{0.6}{$\blacklozenge$}}}}
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0.1pt}
\newcommand{\p}{\vspace{0pt}}
\begin{document}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage} % Suppresses displaying the page number on the title page and the subsequent page counts as page 1
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for horizontal lines, change thickness here
\center % Centre everything on the page
%------------------------------------------------
% Headings
%------------------------------------------------
\textsc{\LARGE Pontificia Universidad Católica de Chile}\\[1.5cm] % Main heading such as the name of your university/college
\textsc{\Large Departamento de Ciencia de la Computación}\\[0.5cm] % Major heading such as course name
\textsc{\large Matemáticas Discretas}\\[0.5cm] % Minor heading such as course title
%------------------------------------------------
% Title
%------------------------------------------------
\HRule\\[0.4cm]
{\huge\bfseries Resumen}\\[0.4cm] % Title of your document
\HRule\\[1.5cm]
%------------------------------------------------
% Author(s)
%------------------------------------------------
\begin{minipage}{0.4\textwidth}
\begin{flushleft}
\large
\textit{Autor}\\
Cristóbal \textsc{Rojas} % Your name
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright}
\large
\textit{Basado en apuntes de}\\
Fernando \textsc{Suárez} \\
Marco \textsc{Bucchi} \\
Gabriel \textsc{Diéguez}
\end{flushright}
\end{minipage}
% If you don't want a supervisor, uncomment the two lines below and comment the code above
% {\large\textit{Autor}}\\
% Cristóbal \textsc{Rojas} % Your name
%------------------------------------------------
% Date
%------------------------------------------------
\vfill\vfill\vfill % Position the date 3/4 down the remaining page
{\large\today} % Date, change the \today to a set date if you want to be precise
%------------------------------------------------
% Logo
%------------------------------------------------
\vfill\vfill
\includegraphics[width=0.3\textwidth]{img/logo.png}\\[1cm] % Include a department/university logo - this will require the graphicx package
%----------------------------------------------------------------------------------------
\vfill % Push the date up 1/4 of the remaining page
\end{titlepage}
\include{materia.tex}
\end{document}