Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This just provides the tools to create a new PDF from the markdown. Before creating a new PDF, want to check on the version numbering used in line 25, which is major.minor_date rather than proper semver, because then we don't have to make the script track git commits to the markdown in the doc folder. There is no special formatting to the PDF, it is a basic KOMA report template.
I'd also like to make sure somone else can run the pandoc script. I think the requirements are pandoc and texlive. How should these be documented?
If we can get it down to being as simple as running the script, we can ask for an updated PDF with every commit that changes the doc directory.
Once this is settled, then we can have a different branch for adding an updated PDF.