Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
HaTeX Text.LaTeX.Base.Commands LaTeX available paper types.
-
The LaTeX parser. Use parseLaTeX to parse a Text containing LaTeX code. If the Text is in a file, you may want to use parseLaTeXFile. Use this module together with Text.LaTeX.Base.Syntax to perform analysis and transformations of LaTeX code. The parser (parseLaTeX) is related with the renderer (render) by the following property: If t :: Text is a syntactically valid LaTeX block, then:
fmap render (parseLaTeX t) == Right t
This property says two things:- Given a valid LaTeX input, parseLaTeX returns a LaTeX value.
- If the parsed value is again rendered, you get the initial input.
-
HaTeX Text.LaTeX.Base.Parser The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.
type
Parser = Parsec Text ParserConfHaTeX Text.LaTeX.Base.Parser Parser with Text input and ParserConf environment.
-
HaTeX Text.LaTeX.Base.Parser Configuration for the LaTeX parser.
ParserConf :: [String] -> ParserConfHaTeX Text.LaTeX.Base.Parser No documentation available.
-
LaTeX values pretty printer. Still experimental. Give it a try and send us your feedback! :)
-
HaTeX Text.LaTeX.Base.Syntax An argument enclosed between ( and ).
-
HaTeX Text.LaTeX.Base.Syntax No documentation available.
-
HaTeX Text.LaTeX.Base.Syntax A point is 1/72.27 inch, that means about 0.0138 inch or 0.3515 mm.