ipypublish.scripts.pdfexport module

a module for exporting latex file to pdf TODO could this be refactored as nbconvert postprocessor

class ipypublish.scripts.pdfexport.change_dir(new_path)[source]

Bases: object

Context manager for changing the current working directory

ipypublish.scripts.pdfexport.export_pdf(texpath, outdir, files_path=None, convert_in_temp=False, html_viewer=True, debug_mode=False)[source]
ipypublish.scripts.pdfexport.run_conversion(texpath, out_folder, files_folder=None, debug_mode=False)[source]

run latexmk conversion