mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
presentation progress
This commit is contained in:
parent
dbfcc2f4e2
commit
7e9ba60df8
4 changed files with 221 additions and 64 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue