X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=preamble.tex;h=9f02492099034733bdd14eba725d5a1a78ab9c4c;hb=2c4e0e47cebe0e8f529216d1ae9b0a2c7e76f609;hp=bda3f32bdb32890d9f354f4a11a5ad64c79ca0f7;hpb=305fcfdc2031aff0f53aabe787c282b699fe2ac3;p=linuxnijmegen-make.git diff --git a/preamble.tex b/preamble.tex index bda3f32..9f02492 100644 --- a/preamble.tex +++ b/preamble.tex @@ -1,8 +1,12 @@ \documentclass{beamer} -\usepackage{geometry} -\usepackage{hyperref} -\usepackage[british]{isodate} +\usepackage{xcolor} % Used for listings +\usepackage{listings} % Source code highlighting +\usepackage[british]{isodate} % Dateformat +\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}} @@ -13,10 +17,37 @@ \end{frame} } +%Graphicx +\graphicspath{{./img/}} +\DeclareGraphicsExtensions{.jpg} + +%Caption +\captionsetup[figure]{name={},textfont={scriptsize,it}} +\captionsetup[code]{name={},textfont={scriptsize,it}} + +%Listings +\lstset{ + basicstyle=\scriptsize\ttfamily, + breaklines=true, + captionpos=b, + frame=L, + keepspaces=true, + columns=flexible, + language=[gnu]make, + commentstyle=\color{teal}, + stringstyle=\color{olive}, + keywordstyle=\color{brown}, + showspaces=false, + showstringspaces=false, + tabsize=2 +} + \author[Lubbers M]{Mart Lubbers\inst{1}} \institute{\inst{1}\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}} \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}}