usage of tex-fmt
This commit is contained in:
parent
52bc1d6e36
commit
85c9bf3443
8 changed files with 14 additions and 23 deletions
|
@ -20,10 +20,10 @@
|
|||
\makeatletter
|
||||
\providecommand{\extra}[1]{
|
||||
\apptocmd{\@author}{
|
||||
\end{tabular}
|
||||
\par\vspace*{0.7em}
|
||||
\begin{tabular}[t]{c}
|
||||
#1}{}{}
|
||||
\end{tabular}
|
||||
\par\vspace*{0.7em}
|
||||
\begin{tabular}[t]{c}
|
||||
#1}{}{}
|
||||
}
|
||||
\makeatother
|
||||
|
||||
|
@ -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.
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
\makeatletter
|
||||
\providecommand{\extra}[1]{
|
||||
\apptocmd{\@author}{
|
||||
\end{tabular}
|
||||
\par\vspace*{0.7em}
|
||||
\begin{tabular}[t]{c}
|
||||
#1}{}{}
|
||||
\end{tabular}
|
||||
\par\vspace*{0.7em}
|
||||
\begin{tabular}[t]{c}
|
||||
#1}{}{}
|
||||
}
|
||||
\makeatother
|
||||
|
||||
|
@ -54,7 +54,6 @@
|
|||
\extra{\docSubject~$\cdot$ \docLocation}
|
||||
\date{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\flushbottom
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
\begin{center}
|
||||
\parbox{14cm}{\centering
|
||||
\textbf{Tout document autorisé.
|
||||
Tout dispositif de communication est interdit. } \\
|
||||
Tout dispositif de communication est interdit. } \\
|
||||
Sauf indication contraire, toute assertion doit être démontrée. \\
|
||||
Le sujet est composé de \totalnumpages~pages.}
|
||||
Le sujet est composé de \totalnumpages~pages.}
|
||||
\end{center}
|
||||
|
||||
\begin{tabular}{r@{}p{0.8\textwidth}}
|
||||
|
@ -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