document
This commit is contained in:
parent
26dda6cf4b
commit
6d93c63a97
2 changed files with 26 additions and 19 deletions
|
@ -1,17 +1,7 @@
|
|||
\documentclass{beamer}
|
||||
\newcommand{\import}[1]{\input{présentation/#1}}
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\usepackage{fontspec}
|
||||
\usepackage{multicol}
|
||||
\usepackage{listings}
|
||||
\usetheme{Berkeley}
|
||||
\usecolortheme{seahorse}
|
||||
\setmainfont{DejaVu Sans}
|
||||
\setmonofont{DejaVu Sans Mono}
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\def\hititle{Mieux produire des documents}
|
||||
\def\lotitle{concepts et outils}
|
||||
\def\bititle{\hititle, \lotitle}
|
||||
\import{document}
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\AtBeginSection[]{\begin{frame}{\hititle\\\lotitle}\begin{multicols}{2}
|
||||
\tableofcontents[currentsection]\end{multicols}\end{frame}}
|
||||
|
@ -19,13 +9,6 @@
|
|||
\AtBeginSubsection[]{\begin{frame}{\hititle\\\lotitle}\begin{multicols}{2}
|
||||
\tableofcontents[currentsection,currentsubsection]\end{multicols}\end{frame}}
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\title[\hititle]{\hititle}
|
||||
\subtitle{\lotitle}
|
||||
\author[M. Beninca]{Marc Beninca}
|
||||
\institute[CNAM]{Conservatoire National des Arts et Métiers}
|
||||
\date[Blanc 2020]{Oral probatoire blanc, 12 Mai 2020}
|
||||
\logo{\includegraphics[height=7.6em]{../cnam.png}}
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\begin{document}\maketitle
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\begin{frame}{\hititle\\\lotitle}
|
||||
|
@ -117,9 +100,14 @@
|
|||
\lstinputlisting[language=bash]{produire.sh}
|
||||
\end{frame}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\subsection{Présentation}
|
||||
\begin{frame}{\bititle\\Fichiers / Présentation}
|
||||
\lstinputlisting[language=TeX]{présentation}
|
||||
\end{frame}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\subsection{Document}
|
||||
\begin{frame}{\bititle\\Fichiers / Document}
|
||||
\lstinputlisting[language=TeX]{présentation}
|
||||
\lstinputlisting[language=TeX]{présentation/document}
|
||||
\end{frame}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\subsection{Listings}
|
||||
|
|
19
cnam/travaux/blanc/présentation/document.tex
Normal file
19
cnam/travaux/blanc/présentation/document.tex
Normal file
|
@ -0,0 +1,19 @@
|
|||
\usepackage{fontspec}
|
||||
\usepackage{multicol}
|
||||
\usepackage{listings}
|
||||
\usetheme{Berkeley}
|
||||
|
||||
\usecolortheme{seahorse}
|
||||
\setmainfont{DejaVu Sans}
|
||||
\setmonofont{DejaVu Sans Mono}
|
||||
|
||||
\def\hititle{Mieux produire des documents}
|
||||
\def\lotitle{concepts et outils}
|
||||
\def\bititle{\hititle, \lotitle}
|
||||
|
||||
\title[\hititle]{\hititle}
|
||||
\subtitle{\lotitle}
|
||||
\author[M. Beninca]{Marc Beninca}
|
||||
\institute[CNAM]{Conservatoire National des Arts et Métiers}
|
||||
\date[Blanc 2020]{Oral probatoire blanc, 12 Mai 2020}
|
||||
\logo{\includegraphics[height=7.6em]{../cnam.png}}
|
Loading…
Add table
Add a link
Reference in a new issue