Adding formatting, more to the howto section, more to property, rewording for clarity

This commit is contained in:
Kevin Harrington 2026-04-05 13:06:17 -04:00
parent 5242239f6d
commit de5e0453a8
7 changed files with 77 additions and 29 deletions

View file

@ -42,7 +42,8 @@ jobs:
- name: Replace version in LaTeX file
run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' ScopeSequencing.tex
- name: Replace version in LaTeX file
run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' read.tex
- name: Generate PDF
run: pdflatex -jobname=HowToBuildACommons-${{ github.ref_name }} ScopeSequencing.tex