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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,8 +7,8 @@
\institute{SUBJECT $\cdot$ LOCATION} \institute{SUBJECT $\cdot$ LOCATION}
\date{} \date{}
\begin{document}
\begin{document}
\maketitle \maketitle
\section[FIRST SECTION]{SECTION} % title and subtitle reversed \section[FIRST SECTION]{SECTION} % title and subtitle reversed
@ -37,6 +37,7 @@
\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}