pyexlatex.logic.output package

Subpackages

Submodules

pyexlatex.logic.output.fileops module

pyexlatex.logic.output.main module

pyexlatex.logic.output.main.output_document_and_move(document, outfolder, output_format=OutputFormats.PDF, image_paths=None, outname='figure', as_document=True, move_folder_name='Figures', image_binaries=None, run_bibtex=False, date_time_move=False)[source]

pyexlatex.logic.output.sources module

pyexlatex.logic.output.sources.output_sources_return_tex_input_paths(outfolder, image_paths=None, image_binaries=None)[source]
Return type

Optional[List[str]]

pyexlatex.logic.output.to_file module

pyexlatex.logic.output.to_file.latex_str_to_file(latex_str, filepath, output_format=OutputFormats.PDF, texinputs=None, run_bibtex=False)[source]
pyexlatex.logic.output.to_file.latex_str_to_file_obj_with_sources(latex_str, output_format=OutputFormats.PDF, image_paths=None, image_binaries=None, run_bibtex=False)[source]