source: trunk/perl/perl.tex @ 182

Last change on this file since 182 was 182, checked in by nanardon, 16 years ago
  • start advanced perl talk
  • Property svn:keywords set to Id
File size: 469 bytes
Line 
1% $Id$
2\documentclass[notes]{beamer}
3\usepackage[frenchb]{babel}
4\usepackage[T1]{fontenc}
5\usepackage{moreverb}
6\usepackage{graphicx}
7
8\include{perlcommon}
9
10\title{Perl}
11\subtitle{5}
12\author{Olivier Thauvin}
13\date{\today}
14
15\begin{document}
16
17\frame{\titlepage}
18
19\begin{frame}
20\tableofcontents[hideallsubsections]
21\end{frame}
22
23\include{introduction}
24
25\include{variables}
26
27\include{syntaxe}
28
29\include{chaines}
30
31\include{variablesbis}
32
33\include{conclusion}
34
35\end{document}
Note: See TracBrowser for help on using the repository browser.