-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtema5.tex
43 lines (35 loc) · 912 Bytes
/
tema5.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
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
% ------ Cargar estilo de los apuntes
\usepackage{tikz-pictures}
\usepackage{apuntes-MNII-article}
\usepackage{titling}
\newcommand{\subtitle}[1]{%
\posttitle{%
\par\end{center}
\begin{center}\large#1\end{center}
}%
}
\newcommand{\curso}{2016-2017}
\title{Tema 5. Sistemas de dos ecuaciones o ecuaciones de segundo orden}
\subtitle{Métodos Numéricos II. \\ [1em]
Grado en Matemáticas. Universidad de Cádiz. Curso \curso.
\vspace{5ex}
\begin{center}
\href{http://creativecommons.org/licenses/by-sa/3.0/es/}{\includegraphics[width=4em]{cc-by-sa}}
\end{center}
}
\author{J. Rafael Rodríguez Galván}
\date{}
% ===============
\begin{document}
% ===============
\maketitle
\tableofcontents
\include{tema5/tema5}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: