lambdatex-0.1.0.1: Type-Safe LaTeX EDSL

Safe HaskellNone
LanguageHaskell2010

Text.LaTeX.LambdaTeX.Package

Description

This module allows you to automatically resolve LaTeX package dependencies in your document.

Note: If you want different arguments to a package, you have to specify this by making a manual packageDep declaration before your document.

Synopsis

Documentation

packageDep Source

Arguments

:: Monad m 
=> [LaTeX]

Arguments

-> Text

Name of the LaTeX package

-> ΛTeXT m () 

Declare a dependency to a package, with given arguments

packageDep_ :: Monad m => Text -> ΛTeXT m () Source

Declare a dependency to a package without any arguments