Browse Source

Added a new command \passthrough that will be used by pandoc to circumvent escaping issues when using lstinline inside environments (see 730796ee31 and https://github.com/jgm/pandoc/issues/1629)

pull/6/head
Wandmalfarbe 8 years ago
parent
commit
5aebad5fc9
  1. 1
      eisvogel.latex

1
eisvogel.latex

@ -170,6 +170,7 @@ $endfor$
$endif$ $endif$
$if(listings)$ $if(listings)$
\usepackage{listings} \usepackage{listings}
\newcommand{\passthrough}[1]{#1}
$endif$ $endif$
$if(lhs)$ $if(lhs)$
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{} \lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}

Loading…
Cancel
Save