lambdatex-0.2.0.0: Type-Safe LaTeX EDSL

Safe HaskellNone
LanguageHaskell2010

Text.LaTeX.LambdaTeX.Action

Synopsis

Documentation

registerAction Source #

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.