Browse Source

Update eisvogel.tex

pull/67/head^2
wollanup 6 years ago
committed by GitHub
parent
commit
c6b0a871f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      eisvogel.tex

5
eisvogel.tex

@ -259,6 +259,11 @@ $if(listings)$
\usepackage{listings}
\newcommand{\passthrough}[1]{#1}
$endif$
$if(listings-no-page-break)$
\usepackage{etoolbox}
\BeforeBeginEnvironment{lstlisting}{\par\noindent\begin{minipage}{\linewidth}}
\AfterEndEnvironment{lstlisting}{\end{minipage}\par\addvspace{\topskip}}
$endif$
$if(lhs)$
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
$endif$

Loading…
Cancel
Save