Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
coordinates :: a -> a -> Arg a Source #
mandatoryList :: [a] -> Arg a Source #
usepackage :: [AnyItem] -> PackageName -> PreambleItem Source #
stringNote :: String -> Note Source #
preambleNote :: Key -> Note -> PreambleItem -> PreambleItem Source #
preambleCmdArgs :: String -> [Arg AnyItem] -> PreambleItem Source #
preambleCmdArg :: String -> AnyItem -> PreambleItem Source #
preambleEnv :: String -> [Arg AnyItem] -> AnyItem -> PreambleItem Source #
rawPreamble :: String -> PreambleItem Source #
texLength :: LatexLength -> AnyItem Source #
optTexLength :: LatexLength -> Arg AnyItem Source #
preambleItem :: PreambleItem -> AnyItem Source #
packageName :: PackageName -> AnyItem Source #
rawEncoding :: String -> Encoding Source #
pkgName :: String -> PackageName Source #
packageDependency :: PackageName -> Arg a Source #
providePackage :: PackageName -> Arg a Source #
showPaper :: LatexPaperSize -> String Source #
latexPaper :: LatexPaperSize -> AnyItem Source #
latexSaveBin :: SaveBin -> AnyItem Source #
preambleCast :: AnyItem -> PreambleItem Source #
rawMathChar :: Char -> MathItem Source #
texCmdNoArg :: String -> LatexItem Source #
normSpaces :: String -> String Source #
sectioning :: String -> (LatexItem -> ParItem, Star -> Maybe LatexItem -> LatexItem -> ParItem) Source #
tabularLike :: ([RowSpec a] -> [Row a] -> b) -> [RowSpec (LatexM a)] -> [Row (LatexM a)] -> LatexM b Source #
begingroup :: TexDecl Source #