-
Notifications
You must be signed in to change notification settings - Fork 5
/
electrodinamica-slides.tex
executable file
·73 lines (55 loc) · 1.31 KB
/
electrodinamica-slides.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
\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}
\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}
\
\rule{14cm}{0.1cm}
\vspace{1.5cm}
{\huge \textsc{\textbf{ELECTRODINÁMICA}}}
\vspace{1.5cm}
\rule{14cm}{0.1cm}
\vspace{1.0cm}
Versión del \today
\end{center}
\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-Coordenadas-Curvilineas.tex}
\newpage
\input{./app-unidades.tex}
\newpage
\input{./bibliografia.tex}
\end{document}