-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathospf
51 lines (41 loc) · 971 Bytes
/
ospf
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
\documentclass[xcolor=dvipsnames]{beamer}
%\usecolortheme[named=RoyalBlue]{structure}
%\usecolortheme[named=CornflowerBlue]{structure}
\usecolortheme[named=Red]{structure}
%\usetheme{Antibes}
\usetheme{Singapore}
%\usetheme{Berlin}
\usepackage[spanish, activeacute]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\setbeamertemplate{blocks}[shadow=true]
\setbeamertemplate{navigation symbols}{}
\title[OSPF]{OSPF}CControl de Versionesontrol de Versiones
\author{Jorge Medina - Santiago/Chile}
\institute{IPLA 2009}
%\mode<presentation>
\date{Agosto. 28 , 2009}
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Index}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
\fontsize{7}{9}
\begin{frame}
\titlepage
\end{frame}
\section{Introducci\'on}
\begin{frame}{Introducci'on}
\scriptsize
{
\begin{tabbing}
Que es OSPF? \\ \\
\end{tabbing}
}
\end{frame}
\end{document}