## Test if a Program is Installed
#
# Will raise an error if the programm is not found.
# @param name The name of the program to be tested for.
# @return True if the Program is installed.
## Run Pandoc on a File
#
# @param file_name The file from which the lines are to be extracted.
# @param formats The pandoc output formats to be used.
# @param compile_latex Compile the LaTeX file?
# @return True if parsing was successful.