Adding project file for easy eclipse loading

This commit is contained in:
Kevin Harrington 2025-10-12 09:35:07 -04:00
parent 17060cd61d
commit 3a1e2ce075
3 changed files with 18 additions and 1 deletions

View file

@ -47,7 +47,7 @@ jobs:
run: pdflatex -jobname=ScopeSequencing-${{ github.ref_name }} ScopeSequencing.tex
- name: Generate Booklet PDF
run: bookletimposer -a -o ScopeSequencing-${{ github.ref_name }}-booklet.pdf ScopeSequencing-${{ github.ref_name }}.pdf
run: bookletimposer -b -a -f "Letter" -p "2x1" -o ScopeSequencing-${{ github.ref_name }}-booklet.pdf ScopeSequencing-${{ github.ref_name }}.pdf
- name: Debug - Show generated files
run: ls -al .