From: Matthijs Kooijman Date: Mon, 7 Dec 2009 20:52:47 +0000 (+0100) Subject: Add boxes around two figures. X-Git-Tag: final-thesis~40 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=8ba14df19118e9880661452d6dc17ef1221fffb9;ds=sidebyside Add boxes around two figures. --- diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex index 7adcfcf..eb66f00 100644 --- a/Chapters/Prototype.tex +++ b/Chapters/Prototype.tex @@ -188,7 +188,7 @@ % Draw the objects (and deferred labels) drawObj (inp, front, desugar, simpl, back, out); \stopuseMPgraphic - \placefigure[right]{GHC compiler pipeline}{\useMPgraphic{ghc-pipeline}} + \placefigure[right]{GHC compiler pipeline}{\startboxed \useMPgraphic{ghc-pipeline}\stopboxed} \startdesc{Frontend} This step takes the Haskell source files and parses them into an @@ -279,7 +279,7 @@ % Draw the objects (and deferred labels) drawObj (inp, front, norm, vhdl, out); \stopuseMPgraphic - \placefigure[right]{Cλash compiler pipeline}{\useMPgraphic{clash-pipeline}} + \placefigure[right]{Cλash compiler pipeline}{\startboxed \useMPgraphic{clash-pipeline}\stopboxed} \startdesc{Frontend} This is exactly the frontend from the \small{GHC} pipeline, that