Compare commits
2 commits
831e4d978d
...
4418e1e49e
Author | SHA1 | Date | |
---|---|---|---|
4418e1e49e | |||
b9f4e869c5 |
3 changed files with 10 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
||||||
basicstyle=\ttfamily\footnotesize,
|
basicstyle=\ttfamily\footnotesize,
|
||||||
breaklines=true
|
breaklines=true
|
||||||
}
|
}
|
||||||
|
\usepackage{calrsfs}
|
||||||
|
|
||||||
\renewcommand{\FrenchLabelItem}{\textbullet}
|
\renewcommand{\FrenchLabelItem}{\textbullet}
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
% OPTIONS
|
% OPTIONS
|
||||||
|
|
||||||
% Captions
|
% Captions
|
||||||
\captionsetup[table]{name=tableau}
|
%\captionsetup[table]{name=tableau}
|
||||||
\captionsetup[figure]{name=figure}
|
\captionsetup[figure]{name=figure}
|
||||||
|
|
||||||
% Graphx
|
% Graphx
|
||||||
|
@ -43,9 +44,13 @@
|
||||||
\definecolor{UltraLightGrey}{HTML}{EFEFEF}
|
\definecolor{UltraLightGrey}{HTML}{EFEFEF}
|
||||||
\definecolor{Black}{HTML}{000000}
|
\definecolor{Black}{HTML}{000000}
|
||||||
\setulcolor{ElectricMagenta}
|
\setulcolor{ElectricMagenta}
|
||||||
|
\usepackage[default]{lato}
|
||||||
% Fonts
|
% Fonts
|
||||||
\setmainfont[SizeFeatures={Size=8}]{Lato}
|
\setmainfont[
|
||||||
|
BoldFeatures={SizeFeatures={Size=8}},
|
||||||
|
ItalicFeatures={SizeFeatures={Size=8}},
|
||||||
|
SizeFeatures={Size=8}
|
||||||
|
]{Lato}
|
||||||
% \setmonofont{FiraCode-Regular}
|
% \setmonofont{FiraCode-Regular}
|
||||||
\newfontfamily\quotefont[SizeFeatures={Size=10}]{Linux Libertine O}
|
\newfontfamily\quotefont[SizeFeatures={Size=10}]{Linux Libertine O}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ _: {
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
devShells = {
|
devShells = {
|
||||||
default = pkgs.mkShell {
|
hugo = pkgs.mkShell {
|
||||||
name = "hugo-shell";
|
name = "hugo-shell";
|
||||||
nativeBuildInputs = config.develPackages
|
nativeBuildInputs = config.develPackages
|
||||||
++ config.hugoBuildPackages
|
++ config.hugoBuildPackages
|
||||||
|
|
|
@ -32,6 +32,7 @@ in
|
||||||
libertine
|
libertine
|
||||||
listings
|
listings
|
||||||
lstfiracode
|
lstfiracode
|
||||||
|
calrsfs
|
||||||
pdfpages
|
pdfpages
|
||||||
pdflscape
|
pdflscape
|
||||||
scheme-basic
|
scheme-basic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue