-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcabecera_matplotlib.tex
83 lines (77 loc) · 2.33 KB
/
cabecera_matplotlib.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
\documentclass[a4paper,10pt]{book}
\usepackage[pdftex]{graphicx}
\usepackage{epigraph}
\usepackage{epstopdf}
\usepackage{subcaption}
\usepackage{amsmath,amsthm}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{shapes.multipart}
\usetikzlibrary{decorations.pathreplacing}
\textwidth= 15cm
\evensidemargin=0cm
\usepackage[utf8]{inputenc}
\usepackage[english,spanish]{babel}
\decimalpoint
\usepackage[lang=english]{bicaption}
\usepackage{textcomp}
\usepackage{amstext}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{halloweenmath}
\usepackage{multicol}
\usepackage[hyperindex=true,breaklinks=true,colorlinks=true,linkcolor=blue]{hyperref}
\usepackage{tabularx}
\renewcommand\spanishtablename{Tabla}
\renewcommand{\listtablename}{\'Indice de Tablas}
\addto\captionsspanish{\renewcommand{\chaptername}{Capítulo/Chapter}}
\usepackage{paracol}
%\usepackage{tableof}
\columnseprule=0.4pt
\columnsep=30pt
\normalcolseprulecolor
\usepackage{minted}
\usepackage{multirow}
\usepackage{enumitem}
\usepackage[splitindex]{imakeidx}
%\usepackage{draftwatermark}
%\SetWatermarkText{Borrador,[email protected]}
%\SetWatermarkScale{2}
\graphicspath{{./figuras/}}
\makeindex[title =Índice alfabético]
\makeindex[name =eng, title =Alphabetic Index]
\begin{document}
\title{
\begin{flushleft}
\includegraphics[width=2.5cm]{ucm2.pdf}
Universidad Complutense de Madrid\\
---------------------------------------------------------------------\
\end{flushleft}
Laboratorio de Computaci\'on Cient\'ifica\\ Laboratory for Scientific Computing\\ Introducción a Matplotlib \textreferencemark\ Introduction to Matplotlib}
\author{ Juan Jim\'enez\\ H\'ector Garc\'ia de Marina\\ L\'ia Garc\'ia }
\maketitle
\vspace*{\fill}
\includegraphics[scale=1]{by-sa.eps}\\
El contenido de estos apuntes est\'a bajo licencia Creative Commons Atribution-ShareAlike 4.0\\
\href{http://creativecommons.org/licenses/by-sa/4.0/}{http://creativecommons.org/licenses/by-sa/4.0/}\\
\copyright Juan Jim\'enez
\bigskip
\tableofcontents
\listoffigures
\listoftables
%\include{preface}
%\include{introduccion}
%\include{introprog}
%\include{intronumpy}
\include{matplotlib}
%\include{aritmetica}
%\include{calraiz}
%\include{algebra}
%\include{sistemas}
%\include{interpolacion}
%\include{integracion}
%\include{tratamientoest}
%\include{simbolico}
\printindex
\printindex[eng]
\end{document}