usage of tex-fmt
This commit is contained in:
parent
52bc1d6e36
commit
85c9bf3443
8 changed files with 14 additions and 23 deletions
|
@ -58,7 +58,6 @@
|
|||
\extra{\docSubject~$\cdot$ \docLocation}
|
||||
\date{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\flushbottom
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
%\usepackage{minted}
|
||||
%\usemintedstyle{emacs}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
Here is the first section.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
%\usepackage{minted}
|
||||
%\usemintedstyle{emacs}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
Here is the second section.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
%\usepackage{minted}
|
||||
%\usemintedstyle{emacs}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
Here is the third section.
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
\extra{\docSubject~$\cdot$ \docLocation}
|
||||
\date{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\flushbottom
|
||||
|
|
|
@ -105,7 +105,6 @@
|
|||
\end{solutionorbox}
|
||||
\end{parts}
|
||||
|
||||
|
||||
\question
|
||||
ÉNONCÉ DE L'EXERCICE 2
|
||||
\begin{parts}
|
||||
|
@ -122,7 +121,6 @@
|
|||
\end{solutionorbox}
|
||||
\end{parts}
|
||||
|
||||
|
||||
\question
|
||||
ÉNONCÉ DE L'EXERCICE 3
|
||||
\begin{parts}
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
\author{YOU}
|
||||
\date{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
@ -14,7 +13,6 @@
|
|||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
|
||||
\section{SECTION}
|
||||
\begin{frame}{TITLE}
|
||||
Hello, world!
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
\institute{SUBJECT $\cdot$ LOCATION}
|
||||
\date{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
@ -37,12 +36,13 @@
|
|||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\appendix
|
||||
\begin{frame}{Sources}
|
||||
\begin{itemize}\begin{multicols}{2}
|
||||
\begin{itemize}
|
||||
\begin{multicols}{2}
|
||||
\item \href{https://fr.wikipedia.org/}{\nolinkurl{wikipedia.org}}
|
||||
\end{multicols}\end{itemize}
|
||||
\end{multicols}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue