-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtema4.tex
43 lines (35 loc) · 928 Bytes
/
tema4.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}{2015-2016}
\title{Tema 4. Problemas de valor inicial para ecuaciones diferenciales de primer 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{tema4/tema4}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: