lambdatex-0.1.0.3: Type-Safe LaTeX EDSL

Safe HaskellNone
LanguageHaskell2010

Text.LaTeX.LambdaTeX.Action

Synopsis

Documentation

registerAction Source

Arguments

:: Monad m 
=> String

Name of the job

-> IO ()

Job

-> Λ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.