xnt.build.tex

LaTeX Build Module

xnt.build.tex.clean(path='./', remove_pdf=False)

Clean up generated files of PDF compilation

Parameters:
  • path – Directory of output files, if different than current directory
  • remove_pdf – Flag to remove the PDF. Default: False
xnt.build.tex.pdflatex(document, path='./', bibtex=False, makeglossary=False)

Generate PDF LaTeX Document

Use pdflatex to build a LaTeX PDF document. Can optionally execute steps to properly build bibtex references and/ or glossaries.

Parameters:
  • document – Name of tex file (with or without .tex extension)
  • path – Directory of tex file, if different than current directory
  • bibtex – Flag to or not to add bibtex. Default: False
  • makeglossary – Flag to or not to add a glossary. Default: False

Previous topic

xnt.build.make

Next topic

xnt.tasks

This Page