-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
executable file
·51 lines (44 loc) · 1.27 KB
/
main.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass[10pt, french]{beamer}
\input{Beamer_ISEN.tex}
\input{Identity.tex}
%--- Header --------------------------------------------------------------------
\newcommand{\laclasse}{M2}
\newcommand{\longtitle}{Présentation de mi-alternance}
\newcommand{\shorttitle}{\textit{Niji}}
%--- Start document ------------------------------------------------------------
\begin{document}
\selectlanguage{french}
\makeMyTitle
\makeMyOutlines
%--- Section 1 -----------------------------------------------------------------
\section{Section 1}
\subsection{Sous-section 1}
\begin{frame}
\begin{block}{Définition}
Exemple de définition.
\end{block}
\partitle{Titre paragaphe 1 :}\\
\indent Paragraphe 1\\
\begin{itemize}
\item Item 1.
\item Item 2.
\end{itemize}
\partitle{Titre paragaphe 2 :}\\
\indent Paragaphe 2 :\\
\centerline{\textcolor{redisen}{\textbf{\textit{Exemple}}}}
\end{frame}
\subsection{Sous-section 2}
\begin{frame}
\end{frame}
%--- Section 2 -----------------------------------------------------------------
\section{Section 2}
\subsection{Sous-section 1}
\begin{frame}
\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{Images/Logo_ISEN_Brest.jpg}
\caption{\textit{Ma légende}}
\end{figure}
\end{frame}
\makeMyQuestions
\end{document}