-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodele.tex
34 lines (26 loc) · 996 Bytes
/
modele.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
\documentclass[compress]{beamer}
\usetheme{Szeged}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[frenchb]{babel}
\usepackage[babel=true,kerning=true]{microtype}
\usepackage{tikz,listings,algorithm,algorithmic,hyperref}
\usetikzlibrary{automata,shapes,snakes,arrows}
\tikzstyle{every picture}=[sibling distance=3cm, shorten >=1pt, node distance=2cm,%
>=stealth', bend angle=10, auto, initial text=]
\title[SEM GI313 - Planification]{{\Large Planification}\\GI313 - Optimisation}
\author[Charles Lesire]{Charles Lesire-Cabaniols (ONERA / DCSD)\\{\tt [email protected]}}
\date[2010-2011]{3A-SEM - 2010-2011}
\graphicspath{{../figures/}}
\lstset{basicstyle=\tiny,tabsize=2,%frame=single,%
emph={define,domain,requirements,strips,typing,types,predicates,
action,parameters,precondition,vars,effect,objects,init,goal},%
emphstyle=\bf}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\tableofcontents[hidesubsections]
\end{frame}
\end{document}