| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.LaTeX.LambdaTeX.Action
Documentation
Arguments
| :: Monad m | |
| => String | Name of the job |
| -> (FilePath -> IO ()) | Job, it takes the project directory as an argument |
| -> ΛTeXT m () |
Register an IO action (with a given name) that needs to be completed before the pdf can be built.
Use this to generate and build external resources that are included with includegraphics for example.