-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFM2-slides.tex
More file actions
131 lines (92 loc) · 2.34 KB
/
FM2-slides.tex
File metadata and controls
131 lines (92 loc) · 2.34 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
\documentclass[letterpaper,11pt]{report}
\usepackage{float,captdef,multicol}
\usepackage{amssymb,amsmath,amsfonts,fancybox}
\usepackage[activeacute,spanish,es-tabla]{babel}
\usepackage[utf8]{inputenc}
\usepackage{tcolorbox}
\usepackage{graphicx}
\usepackage{cancel}
\usepackage{marginnote}
\usepackage[screen,nopanel,sectionbreak]{pdfscreen}
\hypersetup{pdftoolbar=true}
\margins{0.25in}{0.25in}{0.25in}{0.25in}
\screensize{3.5in}{6.2in} %16:9
%\screensize{3in}{4in} %3:4
%\backgroundcolor{blue}
%\color{white}
%\overlay{aaCWS.jpg}
%\emblema{logo_cir.jpg}
%\urlid{http://online.redwoods.cc.ca.us/instruct/darnold}
\spanishdecimal{.}
\begin{document}
\sffamily
\thispagestyle{empty}
\begin{center}
\
\vspace{6.5cm}
\rule{15cm}{0.1cm}
\vspace{1.5cm}
{\huge \textsc{\textbf{FÍSICA MATEMÁTICA II}}}
\vspace{1.5cm}
\rule{15cm}{0.1cm}
\vspace{1.5cm}
Versión del \today
\end{center}
\newpage
\thispagestyle{empty}
\ \\
\newpage
\setcounter{page}{1}
\pagenumbering{roman}
\pagestyle{plain}
\chapter*{Prefacio}
\addcontentsline{toc}{chapter}{Prefacio}
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip\emph{Este apunte se confeccionó con contribuciones de Guillermo Rubilar, Oscar Fuentealba, y parte del código \LaTeX\, de los apuntes de Sean Mauch \cite{Mauch}.}
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
Esta obra ha sido publicada bajo una \href{https://github.com/gfrubi/FM2/blob/master/LICENSE}{licencia GPL v3}. El código fuente (pdf)\LaTeX, así como las figuras en formato editable están disponibles en el \href{https://github.com/gfrubi/FM2}{repositorio GitHub del proyecto}.
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
Otros apuntes en \url{https://github.com/gfrubi}.
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
\bigskip
\emph{\textquotedblleft ...Así, nosotros los mortales, somos
inmortales en lo que creamos en común."}
\begin{flushright}
Albert Einstein.
\end{flushright}
\newpage
\tableofcontents
\pagenumbering{arabic}
\setcounter{page}{1}
\input{./cap-Fourier.tex}
\input{./cap-EDPF.tex}
\input{./cap-MSV.tex}
\input{./cap-Legendre.tex}
\input{./cap-Bessel.tex}
\input{./cap-Green.tex}
\input{./cap-tensores-cartesianos.tex}
\appendix
\input{./app-Delta-Dirac.tex}
\input{./app-Coordenadas-Curvilineas.tex}
\input{./app-Gamma.tex}
\input{./app-funciones-especiales.tex}
\input{./bibliografia.tex}
\end{document}