changed example punit

This commit is contained in:
2025-05-20 00:12:23 +02:00
parent 2e3d373100
commit ee2b8f98b7
18 changed files with 232 additions and 149 deletions

View File

@@ -9,7 +9,7 @@ TXTFILE=$(TEXBASE).txt
PDFFIGURES=$(shell sed -n -e '/^[^%].*includegraphics/{s/^.*includegraphics.*{\([^}]*\)}.*/\1.pdf/;p}' $(TEXFILE))
PT=$(wildcard *.py)
PYTHONFILES=$(filter-out plotstyle.py spectral.py, $(PT))
PYTHONFILES=$(filter-out plotstyle.py spectral.py examplecells.py, $(PT))
PYTHONPDFFILES=$(PYTHONFILES:.py=.pdf)
REVISION=e3814a1be539f9424c17b7bd7ef45a8826a9f1e2