1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-06-29 11:19:04 +00:00
NetworkLabNotes/cfg/commands.tex
2017-05-22 12:12:53 +02:00

26 lines
482 B
TeX

\newcommand{\boxalert}[1]{{
\usebeamercolor{alerted text}
\colorbox{bg}{\alert{#1}}
}}
\newtcblisting{cisco}[1][]{
size=fbox,
listing only,
listing options={
style=tcblatex,
basicstyle=\ttfamily\scriptsize,
tabsize=1,
language=sh,
breaklines=false,
columns=fullflexible
},
#1
}
\newcommand{\pic}[2]{
\begin{center}
\transparent{0.4}
\includegraphics[height=#1]{#2}
\end{center}
}