Update
[linuxnijmegen-make.git] / preamble.tex
index 744cec5..9f02492 100644 (file)
@@ -6,6 +6,7 @@
 \usepackage[dutch]{babel}     % Internationalized decorations
 \usepackage{graphicx}         % Include images
 \usepackage{caption}          % Customize figure captions
+\usepackage{dirtree}          % For the fancy directory structure
 
 \newcommand{\Make}{\textsc{make}}
 
@@ -17,8 +18,8 @@
 }
 
 %Graphicx
-\graphicspath{{img/}}
-\DeclareGraphicsExtensions{.eps}
+\graphicspath{{./img/}}
+\DeclareGraphicsExtensions{.jpg}
 
 %Caption
 \captionsetup[figure]{name={},textfont={scriptsize,it}}
 
 %Listings
 \lstset{
-       basicstyle=\footnotesize\ttfamily,
+       basicstyle=\scriptsize\ttfamily,
        breaklines=true,
        captionpos=b,
        frame=L,
        keepspaces=true,
        columns=flexible,
        language=[gnu]make,
-       commentstyle=\color{green},
+       commentstyle=\color{teal},
        stringstyle=\color{olive},
        keywordstyle=\color{brown},
        showspaces=false,
@@ -46,5 +47,7 @@
 
 \title[\Make]{(GNU) \Make{} (Files)}
 
-\subtitle{\url{https://www.gnu.org/software/make/}}
+\subtitle{%
+       \url{https://www.gnu.org/software/make/}\\
+       \url{https://git.martubbers.net/linuxnijmegen-make.git/}}
 \date[LUGN50]{\printdate{08.11.2016}}