47 lines
902 B
TeX
47 lines
902 B
TeX
\documentclass[aspectratio=169]{beamer}
|
|
|
|
\makeatletter
|
|
\appto\input@path{{libs/awesome-beamer}, {libs/smile}}
|
|
\makeatother
|
|
|
|
\usepackage{fontspec}
|
|
\setmonofont[
|
|
Path = ./fonts/,
|
|
Scale = .9,
|
|
Extension = .ttf,
|
|
Contextuals=Alternate,
|
|
BoldFont={*-Bold},
|
|
UprightFont={*-Regular},
|
|
]{Fira Code}
|
|
\renewcommand\setmonofont[2][]{}
|
|
|
|
\definecolor{base-color}{HTML}{1793d1}
|
|
\usetheme[english, color, coloraccent=base-color]{awesome}
|
|
|
|
\title[]{Séminaire Linux}
|
|
\subtitle{Installation de Arch Linux}
|
|
\author{Eric Hervet, Andy Couturier}
|
|
\email{}
|
|
\institute{Département d'informatique}
|
|
\uni{Université de Moncton}
|
|
\location{UMoncton}
|
|
\background{background.jpg}
|
|
\date{25 juin 2024}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Test section}
|
|
|
|
\begin{frame} \frametitle{Test titre}
|
|
\begin{wide}
|
|
\begin{itemize}
|
|
\item Test 1
|
|
\item Test 2
|
|
\item Test 3
|
|
\end{itemize}
|
|
\end{wide}
|
|
\end{frame}
|
|
|
|
\end{document}
|