aboutsummaryrefslogtreecommitdiffstats
path: root/manual/presentation.tex
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-05 20:06:34 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-05 20:06:34 +0100
commit7e9ba60df88661f1eb9996b802bd5ba6b60a2d73 (patch)
tree618d28de2275bb18a5e7ba73a45250b545326d42 /manual/presentation.tex
parentdbfcc2f4e249810ed6b562c8b6171a39caac141d (diff)
downloadyosys-7e9ba60df88661f1eb9996b802bd5ba6b60a2d73.tar.gz
yosys-7e9ba60df88661f1eb9996b802bd5ba6b60a2d73.tar.bz2
yosys-7e9ba60df88661f1eb9996b802bd5ba6b60a2d73.zip
presentation progress
Diffstat (limited to 'manual/presentation.tex')
-rw-r--r--manual/presentation.tex9
1 files changed, 9 insertions, 0 deletions
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}}