vty-ui-1.6: doc/macros.tex
% Custom macros.
\newcommand{\vtyuiversion}{1.6}
\newcommand{\fw}[1]{\texttt{#1}}
\newcommand{\vtyui}{\fw{vty-ui}}
% Defines 'haskellcode' environment to have these options.
\definecolor{mintedBg}{rgb}{0.95,0.95,0.95}
\newminted{haskell}{samepage,fontsize=\small,bgcolor=mintedBg}