I see that generateDoctype
exists in the diagrams module: http://projects.haskell.org/diagrams/haddock/diagrams-svg/Diagrams-Backend-SVG.html#v:generateDoctype
How do I set this to false
? Right now I am generating my svg file with mathWith
, as recommended in the documentation, and I'm not sure where to put anything about generateDoctype
.