-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapuntes-Lab-slides.tex
More file actions
executable file
·42 lines (33 loc) · 993 Bytes
/
apuntes-Lab-slides.tex
File metadata and controls
executable file
·42 lines (33 loc) · 993 Bytes
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
\documentclass[letterpaper,11pt]{report}
\usepackage{float,captdef,multicol}
\usepackage{amssymb,amsmath,amsfonts,fancybox}
\usepackage[activeacute,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
\title{Apuntes de Laboratorio 1}
%\author{Joaqu\'in Diaz de Vald\'es}
%\author{Guillermo Rubilar}
\maketitle
\tableofcontents
\input{cap-medidas-y-errores.tex}
\input{cap-ajuste-de-curvas.tex}
%\input{cap-probabilidades.tex}
\input{cap-propagacion-desviacion-estandar.tex}
\input{bibliografia.tex}
\end{document}