| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Uniform.WritePDF
Description
convert latex to pdf
Documentation
callProcessWithCWD :: Bool -> FilePath -> [String] -> Path Abs Dir -> ErrIO ExitCode Source #
call a process silenced cwd1 is the curren working dir (where the intermediate files are but seems not to be the place where biblio is searched for
Creates a new process to run the specified command with the given arguments, and wait for it to finish. If the command returns a non-zero exit code, an exception is raised.
If an asynchronous exception is thrown to the thread executing
callProcess, the forked process will be terminated and
callProcess will wait (block) until the process has been
terminated.
wrapped in silence to avoid output on std out
Since: 1.2.0.0