-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPM.tex
72 lines (64 loc) · 1.94 KB
/
PM.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
\documentclass[twoside]{report}
\usepackage[utf8x]{inputenc}
\usepackage[spanish]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{color}
\usepackage{hyperref}
\hypersetup{colorlinks=true,citecolor=red, linkcolor=red}
\usepackage{subfiles}
%\usepackage[T1]{fontenc}
\SetUnicodeOption{mathletters}
\SetUnicodeOption{autogenerated}
\usepackage{graphicx}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\usetikzlibrary{babel}
\renewcommand{\baselinestretch}{1,4}
\usepackage[papersize={210mm,297mm},
twoside,
includehead,
top=1in,
bottom=1in,
inner=0.75in,
outer=1.0in,
bindingoffset=0.35in]{geometry}
\theoremstyle{definition}
\newtheorem{theorem}{Teorema}[section]
\newtheorem{propi}[theorem]{Propiedades}
\newtheorem{condition}{Condition}
\newtheorem{coro}[theorem]{Corolario}
\newtheorem{obser}[theorem]{Observación}
\newtheorem{defi}[theorem]{Definición}
\newtheorem{example}[theorem]{Ejemplo}
\newtheorem{lema}[theorem]{Lema}
\newtheorem{nota}[theorem]{Nota}
\newtheorem{prop}[theorem]{Proposición}
\newtheorem*{dem}{Demostración}
\numberwithin{equation}{section}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand*{\QED}{\hfill\ensuremath{\blacksquare}}
\begin{document}
\begin{titlepage}
\centering
{\huge\bfseries Apuntes de Programación Matemática\par}
\vspace{2cm}
{\Large Javier Aguilar\par}
{\Large Rafael González\par}
{\Large Diego Pedraza\par}
\vfill
Esta obra está licenciada bajo la Licencia Creative Commons Atribución 3.0 España. Para ver una copia de esta licencia, visite \url{http://creativecommons.org/licenses/by/3.0/es/} o envíe una carta a Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
{\large \today\par}
\end{titlepage}
\tableofcontents
\addtocounter{chapter}{1}
\subfile{PM2}
\subfile{PM3}
\subfile{PM4}
\subfile{PM5}
\subfile{PM6}
\subfile{PM7}
\end{document}