From 7e9ba60df88661f1eb9996b802bd5ba6b60a2d73 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 5 Feb 2014 20:06:34 +0100 Subject: presentation progress --- manual/presentation.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manual/presentation.tex') diff --git a/manual/presentation.tex b/manual/presentation.tex index aa26132de..35a409cbe 100644 --- a/manual/presentation.tex +++ b/manual/presentation.tex @@ -1,4 +1,5 @@ \documentclass{beamer} +\hypersetup{bookmarksdepth=5} \usepackage[T1]{fontenc} % required for luximono! \usepackage{lmodern} @@ -52,6 +53,14 @@ morestring=[b]", } +\lstdefinelanguage{ys}{ + morecomment=[l]{\#}, +} + +\lstset{ + commentstyle=\color{YosysGreen}, +} + \newenvironment{boxalertenv}{\begin{altenv}% {\usebeamertemplate{alerted text begin}\usebeamercolor[fg]{alerted text}\usebeamerfont{alerted text}\setlength{\fboxsep}{1pt}\colorbox{bg}} {\usebeamertemplate{alerted text end}}{\color{.}}{}}{\end{altenv}} -- cgit v1.2.3