This commit is contained in:
Mylloon 2024-05-07 12:51:45 +02:00
parent d011381222
commit fec0a00b98
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
7 changed files with 22 additions and 15 deletions

View file

@ -5,11 +5,12 @@
\usepackage[subpreambles=true]{standalone}
\usepackage{import}
\usepackage[T1]{fontenc} % encoding
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
\usepackage[nopatch=footnote]{microtype} % better font looking
% Font
\usepackage[T1]{fontenc}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[nopatch=footnote]{microtype}
% Langages
% Languages
\usepackage[french]{babel}
\frenchsetup{SmallCapsFigTabCaptions=false}
\usepackage{csquotes}
@ -46,18 +47,18 @@
% Dependencies
\usepackage[
pdfauthor={\docAuthor},
pdftitle={\docTitle},
pdfauthor={\docAuthor}, % author metadata
pdftitle={\docTitle}, % title metadata
pdfsubject={\docSubject}, % subject metadata
hidelinks,
hidelinks, % clickable links in table of contents
]{hyperref}
\title{\docTitle}
\author{\docAuthor}
\extra{\docSubject~$\cdot$ \docLocation}
\date{}
\begin{document}
\maketitle
\flushbottom

View file

@ -4,6 +4,7 @@
% \usepackage{minted}
% \usemintedstyle{emacs}
\begin{document}
Here is the first section.

View file

@ -4,6 +4,7 @@
% \usepackage{minted}
% \usemintedstyle{emacs}
\begin{document}
Here is the second section.

View file

@ -4,6 +4,7 @@
% \usepackage{minted}
% \usemintedstyle{emacs}
\begin{document}
Here is the third section.

View file

@ -1,11 +1,12 @@
\DocumentMetadata{testphase = {phase-III,math,firstaid}}
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc} % encoding
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
\usepackage[nopatch=footnote]{microtype} % better font looking
% Font
\usepackage[T1]{fontenc}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[nopatch=footnote]{microtype}
% Langages
% Languages
\usepackage[french]{babel}
\frenchsetup{SmallCapsFigTabCaptions=false}
\usepackage{csquotes}
@ -52,6 +53,7 @@
\extra{\docSubject~$\cdot$ \docLocation}
\date{}
\begin{document}
\maketitle
\flushbottom

View file

@ -6,14 +6,15 @@
\author{YOU}
\date{}
\begin{document}
\begin{document}
\maketitle
\begin{frame}[t,plain]{\contentsname}
\tableofcontents
\end{frame}
\section{SECTION}
\begin{frame}{TITLE}
Hello, world!
@ -25,5 +26,4 @@
\end{center}
\end{frame}
\end{document}

View file

@ -7,8 +7,8 @@
\institute{SUBJECT $\cdot$ LOCATION}
\date{}
\begin{document}
\begin{document}
\maketitle
\section[FIRST SECTION]{SECTION} % title and subtitle reversed
@ -37,6 +37,7 @@
\end{center}
\end{frame}
\appendix
\begin{frame}{Sources}
\begin{itemize}\begin{multicols}{2}