hscolour-1.6: Colourise Haskell code.Source codeContentsIndex
Language.Haskell.HsColour.LaTeX
Description
Formats Haskell source code using LaTeX macros.
Synopsis
hscolour :: ColourPrefs -> String -> String
hscolourFragment :: ColourPrefs -> String -> String
Documentation
hscolourSource
:: ColourPrefsColour preferences.
-> StringHaskell source code.
-> StringAn LaTeX document containing the coloured Haskell source code.
Formats Haskell source code as a complete LaTeX document.
hscolourFragmentSource
:: ColourPrefsColour preferences.
-> StringHaskell source code.
-> StringAn LaTeX fragment containing the coloured Haskell source code.
Formats Haskell source code as an LaTeX fragment.
Produced by Haddock version 2.6.0