Skip to content

A small ecosystem of shell utilities around latex

Notifications You must be signed in to change notification settings

Gullumluvl/latex-biota

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages