X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fdsd-paper.git;a=blobdiff_plain;f=c%CE%BBash.tex;h=9592c5e1e18bfb0d29cb66741e9191e3a3a69207;hp=f3988f5264b0ae0872397fd1b1612e296882b324;hb=7f2c7ad56973fc173b8b63097469045905823b1e;hpb=4dfd0446bd5cdebd6a50c7cb6287148fbff6cc33 diff --git "a/c\316\273ash.tex" "b/c\316\273ash.tex" index f3988f5..9592c5e 100644 --- "a/c\316\273ash.tex" +++ "b/c\316\273ash.tex" @@ -352,6 +352,10 @@ \def\VHDL{\textsc{VHDL}} \def\GHC{\textsc{GHC}} +% Macro for pretty printing haskell snippets. Just monospaced for now, perhaps +% we'll get something more complex later on. +\def\hs#1{\texttt{#1}} + \begin{document} % % paper title @@ -597,4 +601,4 @@ H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus % that's all folks \end{document} - +% vim: set ai sw=2 sts=2 expandtab: