Skip to content

Commit

Permalink
adjust script to pick up SE examples
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Dec 8, 2024
1 parent e5ce9e0 commit 4a84a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-examples/scripts/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

mkdir -p pdf20

for i in $(grep -l documentclass */*[^7].tex */*[^7].ltx)
for i in $(grep -E -l 'documentclass|DocumentMetadata' */*[^7].tex */*[^7].ltx)
do
d=${i%/*}
f=${i##*/}
Expand Down

0 comments on commit 4a84a90

Please sign in to comment.