Functions | |
| def | is_tool |
| Test if a Program is Installed. More... | |
| def | pandoc |
| Run Pandoc on a File. More... | |
| def excerpts.op.is_tool | ( | name | ) |
Test if a Program is Installed.
Will raise an error if the programm is not found.
| name | The name of the program to be tested for. |

| def excerpts.op.pandoc | ( | file_name, | |
compile_latex = False, |
|||
formats = "tex" |
|||
| ) |
Run Pandoc on a File.
file_name The file on which to run pandoc. formats The pandoc output formats to be used. compile_latex Compile the LaTeX file?

1.8.8