Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
*.blg
*.run.xml
*.xdv
*/build
2 changes: 2 additions & 0 deletions color.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
% -- Change to this year's color! --
\definecolor{ese}{RGB}{255, 176, 0}
3 changes: 1 addition & 2 deletions git/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
\usepackage{booktabs}
\usepackage[normalem]{ulem}
\usepackage[flushleft]{threeparttable}
\input{../color.tex}

% -- Change to this year's color! --
\definecolor{ese}{RGB}{242, 35, 184}
\newcommand{\ra}{$\Rightarrow$\ }

\usetheme{metropolis}
Expand Down
7 changes: 7 additions & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$pdf_mode = 4;
$do_cd = 1;
$aux_dir = 'build';
set_tex_cmds( '--shell-escape %O %S' );
push @generated_exts, 'nav', 'snm';
push @default_excluded_files, 'color.tex';
push @default_files, '*/*.tex';
3 changes: 1 addition & 2 deletions licenses/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
\usepackage{booktabs}
\usepackage{qrcode}
\usepackage[normalem]{ulem}
\input{../color.tex}

% -- Change to this year's color! --
\definecolor{ese}{RGB}{58, 240, 212}
\newcommand{\ra}{$\Rightarrow$\ }

\usetheme{metropolis}
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions regex/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage[normalem]{ulem}
\input{../color.tex}

% -- Change to this year's color! --
\definecolor{ese}{RGB}{89, 71, 179}
\newcommand{\ra}{$\Rightarrow$\ }

\usetheme{metropolis}
Expand Down
4 changes: 1 addition & 3 deletions ssh/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
\usepackage{menukeys}
% Various underlinings
\usepackage[normalem]{ulem}

% -- Change to this year's color! --
\definecolor{ese}{RGB}{89, 71, 179}
\input{../color.tex}

\newcommand{\ra}{$\Rightarrow$\ }
\newcommand{\file}[1]{\dotuline{\texttt{#1}}}
Expand Down