Gullumluvl / latex-biota

A small ecosystem of shell utilities around latex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small command-line ecosystem to ease latex production

Content

  • latex_list_graphics.py

Disclaimer

Contains ugly hacks, was incompletely tested and is only intended to fit my personal needs.

latex_list_graphics

Find the commands including images in a source tex document, and list the corresponding files on disk.

Searched commands are:

  • \includegraphics
  • \multiinclude (beamer)

(Uses regex. Should use a parsing module, I know.)

Usage

# For help
./latex_list_graphics.py -h

./latex_list_graphics.py mypresentation.tex

Licence

This atrocious code is licensed under the WTFPL -- Do What the Fuck You Want to Public License.

About

A small ecosystem of shell utilities around latex


Languages

Language:Python 100.0%