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