From b9f49f62390cd0e4fcc46c81e96a3325ec6057c0 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 2 Dec 2024 23:27:00 -0500 Subject: Better structure with screenshorts --- presentation/main.tex | 198 -------------------------------------------------- 1 file changed, 198 deletions(-) delete mode 100644 presentation/main.tex (limited to 'presentation/main.tex') diff --git a/presentation/main.tex b/presentation/main.tex deleted file mode 100644 index 2691ab2..0000000 --- a/presentation/main.tex +++ /dev/null @@ -1,198 +0,0 @@ -\documentclass[10pt]{beamer} - -\usepackage[T1]{fontenc} -\usepackage[french]{babel} -\usepackage{amsmath} -\usepackage{amssymb} -\usepackage{booktabs} -\usepackage{siunitx} -\usepackage{xcolor} -\usepackage[dvipsnames]{xcolor} -\usepackage{multirow} - -% \usetheme{Madrid} - -\usetheme{CambridgeUS} -\usecolortheme{spruce} - -\setbeamertemplate{navigation symbols}{} -\setbeamertemplate{caption}[numbered]{}% Number float-like environments - -% Make toc bullets dark green to match the theme -\setbeamercolor{section number projected}{bg=green!40!black,fg=white} -\setbeamercolor{subsection number projected}{bg=green!40!black,fg=white} -% Do the same for bullets in itemize/enumerate environments -\setbeamercolor{item projected}{bg=green!40!black,fg=white} -\setbeamercolor{subitem projected}{bg=green!40!black,fg=white} -\setbeamercolor{subsubitem projected}{bg=green!40!black,fg=white} -% Change the color of "Figure X -" in captions -\setbeamercolor{caption name}{fg=green!40!black} - -\renewcommand{\frenchtablename}{Tableau} - -\newcommand{\todo}[1]{\begin{color}{Red}\textbf{TODO:} #1\end{color}} -\renewcommand{\note}[1]{\begin{color}{Orange}\textbf{NOTE:} #1\end{color}} -\newcommand{\fixme}[1]{\begin{color}{Fuchsia}\textbf{FIXME:} #1\end{color}} -\newcommand{\question}[1]{\begin{color}{ForestGreen}\textbf{QUESTION:} #1\end{color}} - - -\title[S2-APP6: Analyse d'EQ analogique]{S2-APP6: Analyse d'un égaliseur analogique} -\author[Benjamin Chausse \& Sarah Gosselin]{ - Benjamin Chausse (chab1704)\\ - Sarah Gosselin (goss3005) -} -\institute[UDS]{Université de Sherbrooke} -\date{\today} -% \logo{\includegraphics[height=2cm]{logo.pdf}} - -\AtBeginSection[]{ -\begin{frame} - \vfill - \centering - \begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title} - \usebeamerfont{title}\insertsectionhead\par% - \end{beamercolorbox} - \vfill -\end{frame} -} - -\begin{document} -\maketitle - -\begin{frame} - \frametitle{Table des matières} - \tableofcontents -\end{frame} - -%% SECTION: Circuit RLC {{{ -\section{Circuit RLC} - -\subsection{Choix des composantes et explications} -\begin{frame} - \frametitle{Choix des composantes} - \todo{composantes choisies} - \todo{circuit cropped} - \note{expliquer à l'oral pourquoi} -\end{frame} - -\subsection{À la charge} -\begin{frame} - \frametitle{Mises en équation de la charge} - \todo{Meth} -\end{frame} - -\begin{frame} - \frametitle{Graphiques de charge théoriques} - \todo{Graph desmos} - \todo{Graph LTspice} -\end{frame} - -\subsection{À la décharge} -\begin{frame} - \frametitle{Mises en équation de la décharge} - \todo{Meth} -\end{frame} - -\begin{frame} - \frametitle{Graphiques de décharge théoriques} - \todo{Graph desmos} - \todo{Graph LTspice} -\end{frame} - -\subsection{Résultats expérimentaux} -\begin{frame} - \frametitle{Résultats expérimentaux} - \todo{Photos Osc. charge} - \todo{Photos Osc. décharge} -\end{frame} -%% }}} - -%% SECTION: Circuit d'émission LC {{{ -\section{Circuit d'émission $LC$} - -\subsection{Choix des composantes et explications} -\begin{frame} - \frametitle{Choix des composantes} - \todo{composantes choisies} - \todo{circuit cropped} - \note{expliquer à l'oral pourquoi} -\end{frame} - -\subsection{À la charge} -\begin{frame} - \frametitle{Mises en équation de la charge} - \todo{Meth} -\end{frame} - -\begin{frame} - \frametitle{Graphiques de charge théoriques} - \todo{Graph desmos} - \todo{Graph LTspice} -\end{frame} - -\subsection{À la décharge} -\begin{frame} - \frametitle{Mises en équation de la décharge} - \todo{Meth} -\end{frame} - -\begin{frame} - \frametitle{Graphiques de décharge théoriques} - \todo{Graph desmos} - \todo{Graph LTspice} -\end{frame} - -\subsection{Résultats expérimentaux} -\begin{frame} - \frametitle{Résultats expérimentaux} - \todo{Photos Osc. charge} - \todo{Photos Osc. décharge} -\end{frame} -%% }}} - -%% SECTION: Circuit de réception LC {{{ -\section{Circuit de réception $LC$} - -\subsection{Choix des composantes et explications} -\begin{frame} - \frametitle{Choix des composantes} - \todo{composantes choisies} - \todo{circuit cropped} - \note{expliquer à l'oral pourquoi} -\end{frame} - -\subsection{À la charge} -\begin{frame} - \frametitle{Mises en équation de la charge} - \todo{Meth} -\end{frame} - -\begin{frame} - \frametitle{Graphiques de charge théoriques} - \todo{Graph desmos} - \todo{Graph LTspice} -\end{frame} - -\subsection{À la décharge} -\begin{frame} - \frametitle{Mises en équation de la décharge} - \todo{Meth} -\end{frame} - -\begin{frame} - \frametitle{Graphiques de décharge théoriques} - \todo{Graph desmos} - \todo{Graph LTspice} -\end{frame} - -\subsection{Résultats expérimentaux} -\begin{frame} - \frametitle{Résultats expérimentaux} - \todo{Photos Osc. charge} - \todo{Photos Osc. décharge} -\end{frame} -%% }}} - - -\end{document} -% vim: ft=tex -- cgit v1.2.3