first importation
This commit is contained in:
9
src/sections/bouh.tex
Normal file
9
src/sections/bouh.tex
Normal file
@@ -0,0 +1,9 @@
|
||||
\begin{frame}{Points clés}
|
||||
\begin{block}{Avantages}
|
||||
\begin{itemize}
|
||||
\item Lisibilité
|
||||
\item Sobriété
|
||||
\item Facilement personnalisable
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
\end{frame}
|
||||
9
src/sections/conclusion.tex
Normal file
9
src/sections/conclusion.tex
Normal file
@@ -0,0 +1,9 @@
|
||||
\section{Conclusion}
|
||||
|
||||
\begin{frame}{Conclusion}
|
||||
\begin{itemize}
|
||||
\item Template prêt à l'emploi
|
||||
\item Compatible environnements entreprise
|
||||
\item Adaptable à votre charte graphique
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
49
src/sections/examples.tex
Normal file
49
src/sections/examples.tex
Normal file
@@ -0,0 +1,49 @@
|
||||
\section{Exemples}
|
||||
|
||||
\begin{frame}[fragile]{Exemple de code Python}
|
||||
\lstset{style=corporate, language=Python}
|
||||
|
||||
\begin{lstlisting}
|
||||
def hello(name):
|
||||
print(f"Bonjour {name}")
|
||||
|
||||
hello("Entreprise")
|
||||
\end{lstlisting}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Architecture Overview}
|
||||
\begin{columns}[T] % T = alignement en haut
|
||||
|
||||
\column{0.45\textwidth}
|
||||
\includegraphics[width=\linewidth]{logo.png}
|
||||
|
||||
\column{0.55\textwidth}
|
||||
\begin{itemize}
|
||||
\item Modular architecture
|
||||
\item Clean separation of concerns
|
||||
\item Easy maintenance
|
||||
\item Scalable design
|
||||
\end{itemize}
|
||||
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Performance Metrics}
|
||||
\begin{columns}[T]
|
||||
|
||||
\column{0.45\textwidth}
|
||||
\includegraphics[width=\linewidth]{images/logo.png}
|
||||
|
||||
\column{0.55\textwidth}
|
||||
\centering
|
||||
\begin{tabular}{lcc}
|
||||
\textbf{Metric} & \textbf{v1} & \textbf{v2} \\
|
||||
\hline
|
||||
Latency (ms) & 120 & 85 \\
|
||||
Throughput & 200 & 310 \\
|
||||
Errors (\%) & 2.1 & 0.7 \\
|
||||
\end{tabular}
|
||||
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
8
src/sections/intro.tex
Normal file
8
src/sections/intro.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
\section{Introduction}
|
||||
|
||||
\begin{frame}{Context}
|
||||
\begin{itemize}
|
||||
\item Corporate presentation
|
||||
\item Modular source files
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
3
src/sections/summary.tex
Normal file
3
src/sections/summary.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\begin{frame}{Summary}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
3
src/sections/title.tex
Normal file
3
src/sections/title.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
Reference in New Issue
Block a user