FormalGrammars-0.3.1.2: (Context-free) grammars in formal language theory
FormalLanguage.CFG.PrettyPrint.LaTeX
Synopsis
renderFile :: Render a => FilePath -> a -> IO () #
Use this function to render a LaTeX (or another one in the Render class) value directly in a file.
LaTeX
Render
renderLaTeX :: Int -> Grammar -> LaTeX Source #