Outils personnels

slides.tex

slides.tex — TeX document, 2Kb

Contenu du fichier

\documentclass[12pt]{report}
%\setlength{\pdfpagewidth}{421pt}
%\setlength{\pdfpageheight}{298pt}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\paperwidth}{421pt}
\setlength{\hoffset}{-1in}
\setlength{\oddsidemargin}{30pt}
\setlength{\textwidth}{362pt}
\setlength{\marginparsep}{0pt}
\setlength{\marginparwidth}{0pt}

\setlength{\paperheight}{298pt}
\setlength{\voffset}{-1in}
\setlength{\topmargin}{15pt}
\setlength{\headheight}{0pt}
\setlength{\headsep}{0pt}
\setlength{\textheight}{261pt}
\setlength{\footskip}{20pt}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[latin1]{inputenc}
\renewcommand{\familydefault}{cmss}
\renewcommand{\itdefault}{n}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{tocdepth}{1}
\usepackage[french]{minitoc}
\setcounter{minitocdepth}{1}

\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amstext}
\usepackage{multicol}
\usepackage{enumerate}

\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pst-tree}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\chaptername}{Chapitre}
\renewcommand{\tablename}{Tableau}
\renewcommand{\contentsname}{Table des mati\`eres}
\renewcommand{\bibname}{Bibliographie}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newtheorem {svdef}{D\'efinition}[section]
\newtheorem {svlem}{Lemme}[section]
\newtheorem {svthe}{Th\'eor\`eme}[section]
\newtheorem {svcor}{Corollaire}[section]
\newtheorem {svpro} {Propri\'et\'e}[section]
\newtheorem {svexe} {Exercice}[section]
\newtheorem {svmat} {Programme}[section]
\newtheorem {svrem} {Remarque}[section]

\newenvironment{svalg}[2]%
{\noindent\textbf{#1} \textit{#2}\begin{enumerate}[P{a}s 1 :]}%
{\end{enumerate}}

\newcommand{\bm}[1]{\text{$\mathbf #1$}}    
\newcommand{\svm}[1]{\mbox{\textbf{#1}}}
\newcommand{\svv}[1]{\vec{#1}}
\newcommand{\trans}{^{T}}
\newcommand{\mtrans}{^{-T}}
\newcommand{\inv}{^{-1}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\pol}{\mathcal{P}}

\newcommand{\trace}{\mathrm{trace\,}}
\newcommand{\rang}{\mathrm{rang\,}}
\newcommand{\nul}{\mathrm{null\,}}
\newcommand{\ima}{\mathrm{Im\,}}
\renewcommand{\ker}{\mathrm{Ker\,}}

\newcommand{\svBBNode}[5]{\TR{\psframebox{$\begin{array}{ccc}\pscirclebox{#2}&&#3\\&\mathbf{#1}&\\#5&&#4\end{array}$}}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\includeonly{slides-problemes}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}

\dominitoc
 
\include{slides-introduction}

\include{slides-problemes}

\include{slides-simplexe}

\include{slides-phase1}

\include{slides-dual}

\include{slides-bb}

\include{slides-analpost}

\include{slides-omp}

%\tableofcontents %%% A garder pour mettre a jour les minitoc

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%