From c3e4836f61870f60d229d97b59629e496352cfe9 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 31 Jan 2013 16:52:57 +0100 Subject: switch from utf8 to utf8x encoding Signed-off-by: Manuel Traut --- configpres.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configpres.tex') diff --git a/configpres.tex b/configpres.tex index c8f0c5d..c86d8a0 100644 --- a/configpres.tex +++ b/configpres.tex @@ -4,7 +4,7 @@ \usetheme{linutronix} } \usepackage{german} -\usepackage[utf8]{inputenc} +\usepackage[utf8x]{inputenc} \usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps} \usepackage{amsmath,amssymb} \usepackage{listings,color} -- cgit v1.2.3 From 903bc601c6d461979986e0f440cd97de56e0505b Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 31 Jan 2013 16:53:42 +0100 Subject: make comments in listings better readable use blue instead of light green Signed-off-by: Manuel Traut --- configmasterpres.tex | 2 +- configpres.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'configpres.tex') diff --git a/configmasterpres.tex b/configmasterpres.tex index e12b59a..b56e163 100644 --- a/configmasterpres.tex +++ b/configmasterpres.tex @@ -29,7 +29,7 @@ extendedchars=true, backgroundcolor=\color{lbcolor}, keywordstyle=\bf , - commentstyle=\color{green}, + commentstyle=\color{blue}, stringstyle=\color{red} } diff --git a/configpres.tex b/configpres.tex index c86d8a0..ae157c1 100644 --- a/configpres.tex +++ b/configpres.tex @@ -29,7 +29,7 @@ extendedchars=true, backgroundcolor=\color{lbcolor}, keywordstyle=\bf , - commentstyle=\color{green}, + commentstyle=\color{blue}, stringstyle=\color{red} } -- cgit v1.2.3 From c321f2a54b48b50e8f17efc181b2ec947ea40f8f Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 31 Jan 2013 16:54:52 +0100 Subject: configpres: add slide with topics at each subsection makes it easier to recognize the start of 'sth. new' Signed-off-by: Manuel Traut --- configpres.tex | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configpres.tex') diff --git a/configpres.tex b/configpres.tex index ae157c1..2d9a3ae 100644 --- a/configpres.tex +++ b/configpres.tex @@ -35,4 +35,11 @@ \begin{document} +\AtBeginSubsection[] +{ +\begin{frame}{Outline} +\tableofcontents[currentsection,currentsubsection] +\end{frame} +} + \input{section} -- cgit v1.2.3