A nice GitHub template for my reports and papers.
- Automatically builds the package on push to
main- Prevents pushes from breaking the compilation
- Create a new release at midnight if there is new content
- This includes a changelog, and a compiled PDF
- Some packages that I found useful
- A file structure that makes sense
This template is designed to work with latex-workshop in VSCode. The included .vscode/settings.json configures a single latexmk recipe that handles the full build (including biber and makeindex) automatically.
To build locally:
latexmk -pdf -f main.texOutput files go to build/ via the .latexmkrc configuration.
This template uses free TeX Gyre fonts (Termes, Heros) as substitutes for the proprietary fonts bundled with the official IEEE Access template (Times, Formata, Giovanni Std). The output will differ slightly from the official IEEE Access format in headings and captions, but is suitable for drafts and preprints.
The TeX Gyre fonts are included in all standard TeX Live installations and require no additional setup.