Do you want a CI for that? Say, when you click some buttom on GitHub or git push --follow-tags, a workflow will run and create a new release with the PDF manual.
Pros:
Easier for maintenance and PR.
Reduce the repo size in future. (because PDF will be stored in releases)
As mentioned in https://github.com/Leedehai/typst-physics/pull/7#issuecomment-1709150822, the PDF manual is not automatically generated now.
Do you want a CI for that? Say, when you click some buttom on GitHub or
git push --follow-tags
, a workflow will run and create a new release with the PDF manual.Pros:
Cons:
More information:
If you like it but are busy, I can make a PR in one or two weeks.