haskintex-0.4.1.0: Haskell Evaluation inside of LaTeX code.

Safe HaskellNone

Haskintex

Synopsis

Documentation

haskintex :: [String] -> IO ()Source

Run haskintex with the given arguments. For example:

 haskintex ["-visible","-overwrite","foo.htex"]

Useful if you want to call haskintex from another program. This function does not do any system call.