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 program 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. A comma separated string ("html,tex" for example) a tuple or a list giving the formats. |
compile_latex | Compile the LaTeX file? |