-
Notifications
You must be signed in to change notification settings - Fork 5
/
electrodinamica.tex
116 lines (83 loc) · 2.52 KB
/
electrodinamica.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
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
\documentclass[letterpaper,11pt]{report}
\usepackage{float,captdef,multicol}
\usepackage{amssymb,amsmath,amsfonts,fancybox}
\usepackage[spanish,es-tabla]{babel}
\usepackage[utf8]{inputenc}
\usepackage[colorlinks]{hyperref}
\usepackage{graphicx}
\usepackage{cancel}
\usepackage{marginnote}
\renewcommand*{\marginnotevadjust}{-0.1cm}
\renewcommand*{\marginfont}{\footnotesize}
\usepackage[right=4.5cm,left=2cm,top=3cm,bottom=3.0cm]{geometry}
%\usepackage[notref]{showkeys} % muestra los labels de las referencias.
\spanishdecimal{.}
\begin{document}
\sffamily
\thispagestyle{empty}
\begin{center}
\
\vspace{6.5cm}
\rule{15cm}{0.1cm}
\vspace{1.5cm}
{\huge \textsc{\textbf{ELECTRODINÁMICA}}}
\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
\emph{Este apunte ha sido escrito principalmente por \href{https://google.com/+GuillermoRubilar}{G. Rubilar} a partir de (e inspirado en) los cursos dictados por el Prof. Enrique Oelker en el \href{http://www.fisica.udec.cl/}{Departamento de Física} de la \href{www.udec.cl}{Universidad de Concepción}, y ha contado con las contribuciones de F. Izaurieta, O. Jiménez, A. Maldonado, P. Mella, P. Muñoz, J. Oliva, E. Rodriguez, J. Saez, C. Salas, M.A. Solís, F. Torres, P. Utreras, J. Villegas y A. Saavedra.}
\bigskip
\bigskip
Esta obra ha sido publicada bajo una \href{https://github.com/gfrubi/electrodinamica/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/electrodinamica}{repositorio GitHub del proyecto}.
\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-Electrostatica.tex}
\newpage
\input{./cap-Magnetostatica.tex}
\newpage
\input{./cap-Electrodinamica.tex}
\newpage
\input{./cap-Radiacion.tex}
\newpage
\input{./cap-Relatividad-Especial.tex}
\newpage
\input{./cap-Formulacion-Covariante.tex}
\newpage
\appendix
%\input{./app-Green-tiempo.tex}
%\newpage
\input{./app-Coordenadas-Curvilineas.tex}
\newpage
\input{./app-unidades.tex}
\newpage
\input{./bibliografia.tex}
\end{document}