feat: Change color theme
This commit is contained in:
parent
c4610cd0ea
commit
5e9123bf61
|
@ -0,0 +1 @@
|
|||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
18
main.tex
18
main.tex
|
@ -17,13 +17,13 @@
|
|||
\usepackage{mus}
|
||||
|
||||
\titlehead{GENIOMHE}
|
||||
\title{Sequence algorithms}
|
||||
\title{Sequence \newline{}algorithms}
|
||||
\author{Samuel Ortion}
|
||||
\teacher{Fariza Tahi}
|
||||
\cursus{GENIOMHE}
|
||||
\university{Université Paris-Saclay, Université d'Évry val d'Essonne}
|
||||
\semester{M1 - T3}
|
||||
\date{}
|
||||
\date{Spring 2024}
|
||||
|
||||
\input{definitions}
|
||||
|
||||
|
@ -51,20 +51,26 @@
|
|||
\input{glossary}
|
||||
\input{definitions}
|
||||
|
||||
\definecolor{clementine}{HTML}{dfa000}
|
||||
\colorlet{primary}{clementine}
|
||||
|
||||
\makeindex%
|
||||
\makeglossary%
|
||||
\begin{document}
|
||||
|
||||
\maketitlefullpage
|
||||
\maketitlefullpage%
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\doclicenseThis%
|
||||
|
||||
\input{content/introduction}
|
||||
% \input{content/introduction}
|
||||
|
||||
\input{content/chapters/include}
|
||||
% \input{content/chapters/include}
|
||||
|
||||
\input{content/conclusion}
|
||||
\chapter{}
|
||||
|
||||
|
||||
% \input{content/conclusion}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in New Issue