Skip to content

Files

Latest commit

cad15c3 · Sep 2, 2015

History

History
30 lines (19 loc) · 633 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 633 Bytes

latex-flatten

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

  • Supports \include and \input commands.
  • Automatically adds extension .tex if the file does not have an extension.
  • Handles multiple include commands per line, comments.
  • Does not flatten recursively.

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.