Home

Awesome

latex-flatten

A simple Python script for flattening LaTeX files by inlining included files.

Installation and usage

  1. Get a Python interpreter...

  2. Make sure that latex-flatten.py is in your $PATH or create a symbolic link using

    ln -s /path/to/latex-flatten.py /bin/dir
    
  3. Run

    latex-flatten.py main.tex output.tex
    

License

See UNLICENSE file.