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}
|
\extra{\docSubject~$\cdot$ \docLocation}
|
||||||
\date{}
|
\date{}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
\flushbottom
|
\flushbottom
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
%\usepackage{minted}
|
%\usepackage{minted}
|
||||||
%\usemintedstyle{emacs}
|
%\usemintedstyle{emacs}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
Here is the first section.
|
Here is the first section.
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
%\usepackage{minted}
|
%\usepackage{minted}
|
||||||
%\usemintedstyle{emacs}
|
%\usemintedstyle{emacs}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
Here is the second section.
|
Here is the second section.
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
%\usepackage{minted}
|
%\usepackage{minted}
|
||||||
%\usemintedstyle{emacs}
|
%\usemintedstyle{emacs}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
Here is the third section.
|
Here is the third section.
|
||||||
|
|
|
@ -54,7 +54,6 @@
|
||||||
\extra{\docSubject~$\cdot$ \docLocation}
|
\extra{\docSubject~$\cdot$ \docLocation}
|
||||||
\date{}
|
\date{}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
\flushbottom
|
\flushbottom
|
||||||
|
|
|
@ -105,7 +105,6 @@
|
||||||
\end{solutionorbox}
|
\end{solutionorbox}
|
||||||
\end{parts}
|
\end{parts}
|
||||||
|
|
||||||
|
|
||||||
\question
|
\question
|
||||||
ÉNONCÉ DE L'EXERCICE 2
|
ÉNONCÉ DE L'EXERCICE 2
|
||||||
\begin{parts}
|
\begin{parts}
|
||||||
|
@ -122,7 +121,6 @@
|
||||||
\end{solutionorbox}
|
\end{solutionorbox}
|
||||||
\end{parts}
|
\end{parts}
|
||||||
|
|
||||||
|
|
||||||
\question
|
\question
|
||||||
ÉNONCÉ DE L'EXERCICE 3
|
ÉNONCÉ DE L'EXERCICE 3
|
||||||
\begin{parts}
|
\begin{parts}
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
\author{YOU}
|
\author{YOU}
|
||||||
\date{}
|
\date{}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
\section{SECTION}
|
\section{SECTION}
|
||||||
\begin{frame}{TITLE}
|
\begin{frame}{TITLE}
|
||||||
Hello, world!
|
Hello, world!
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
\institute{SUBJECT $\cdot$ LOCATION}
|
\institute{SUBJECT $\cdot$ LOCATION}
|
||||||
\date{}
|
\date{}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
|
@ -37,12 +36,13 @@
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
\appendix
|
\appendix
|
||||||
\begin{frame}{Sources}
|
\begin{frame}{Sources}
|
||||||
\begin{itemize}\begin{multicols}{2}
|
\begin{itemize}
|
||||||
|
\begin{multicols}{2}
|
||||||
\item \href{https://fr.wikipedia.org/}{\nolinkurl{wikipedia.org}}
|
\item \href{https://fr.wikipedia.org/}{\nolinkurl{wikipedia.org}}
|
||||||
\end{multicols}\end{itemize}
|
\end{multicols}
|
||||||
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue