From: Matthijs Kooijman Date: Wed, 26 Aug 2009 07:58:38 +0000 (+0200) Subject: Make pret-haskell work also for inline \types. X-Git-Tag: final-thesis~286 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=9c83d108049c6187f1e53e632ebd1e0e3f9196b5;hp=9c83d108049c6187f1e53e632ebd1e0e3f9196b5 Make pret-haskell work also for inline \types. Somehow, \type sets the catcodes different than \starttyping, causing \obs and other escape codes produced by pret-haskell to not work. Now, pret-haskell sets the right catcodes for each print, so this is no longer a problem. ---