Skip to content

stefanSchinkel/pytex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Name

pytex

Requirements:

  • pdflatex/bibtex in your $PATH

SYNOPSIS

pytex.py texFile [options]

DESCRIPTION

A thin wrapper for pdflatex and bibtex. It will run pdflatex on the input file and re-compile it if needed (eg to fix cross references). If necessary it will call bibtex to compile the bibliography from the correponding auxiliary file.

The following option are available

  • -h --help print help
  • -o string passed to the pdflatex binary (-o)
  • --options string passed to the pdflatex binary (long option)
  • -b --bibtex force bibtex runrunning pdflatex
  • -r remove auxiliary files, removes all auxiliary files BEFORE compiling the input file except for file.bib

About

pytex - a thin python wrapper for compiling latex/bibtex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors