Skip to content

Instantly share code, notes, and snippets.

View dberzano's full-sized avatar
🥟
I love pierogi

Dario Berzano dberzano

🥟
I love pierogi
View GitHub Profile
#!/usr/bin/env python
"""Generate a LaTeX longtable automatically spanning on multiple pages with images proportionally
scaled appropriately. Adds a scale ruler too. Image names must have a certain format.
"""
from __future__ import print_function
import sys
import os.path
import re