-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol_rapido.tex
47 lines (37 loc) · 1.13 KB
/
control_rapido.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
% !TeX program = pdflatex
% !TeX spellcheck = es_ES
% !TeX encoding = utf8
%\documentclass{article}
\documentclass[11pt, a4paper, twoside, openright, openany]{book}
\input{tex/preamble.tex}
%\input{tex/testpreamble.tex}
\input{tex/macros.tex}
\input{tex/code.tex}
\input{tex/tikzsetup.tex}
\newcommand{\dimin}{\dimfont{p}}
\newcommand{\dimout}{\dimfont{q}}
\newcommand{\dimdisturb}{\dimfont{r}}
\newcommand{\dimss}{\dimfont{n}}
\def\numpi{3.14159}
%\usepackage{siunitx}
\usepackage[textwidth=30mm]{todonotes}
\begin{document}
% \input{tex/titlepage.tex}
\tableofcontents
\part{Introducción a espacio de estados - English}
\input{./chapters/intro_english.tex}
\part{Control Óptimo}
\input{./chapters/linearsystems.tex}
\input{./chapters/stability.tex}
\input{./chapters/controlability.tex}
\input{./chapters/observability.tex}
\input{./chapters/lqg.tex}
\part{Control Robusto}
\input{./chapters/robustness.tex}
\input{./chapters/pidcontrol.tex}
\input{chapters/anexo.tex}
\bibliography{tex/biblio} % Indica archivo de bibliografia
\bibliographystyle{plain}
\null\newpage
\clearpage
\end{document}