fmt
This commit is contained in:
parent
d011381222
commit
fec0a00b98
7 changed files with 22 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
% \usepackage{minted}
|
||||
% \usemintedstyle{emacs}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
Here is the first section.
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
% \usepackage{minted}
|
||||
% \usemintedstyle{emacs}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
Here is the second section.
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
% \usepackage{minted}
|
||||
% \usemintedstyle{emacs}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
Here is the third section.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue