https://github.com/altaris/l
My cookiecutter LaTeX template
https://github.com/altaris/l
Last synced: 3 months ago
JSON representation
My cookiecutter LaTeX template
- Host: GitHub
- URL: https://github.com/altaris/l
- Owner: altaris
- License: mit
- Created: 2021-09-10T10:16:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T02:25:18.000Z (about 3 years ago)
- Last Synced: 2025-01-07T22:39:04.559Z (5 months ago)
- Language: TeX
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My cookiecutter LaTeX template.
## How to use
ezpz
```sh
cookiecutter gh:altaris/l
```## Using GitHub action
* The workflow file is already setup in `.github/workflow`. It will build
`src/main.tex` and push the pdf to the `pdf` branch under `/main.pdf`.
* An empty `pdf` branch must be created using
```sh
git switch --orphan pdf
git commit --allow-empty -m "Initial commit"
git push --set-upstream origin pdf
git checkout main # return to main branch
```
* The latest pdf can be found at
`https://github.com/USER/REPO/blob/pdf/main.pdf`. See `README.md` or
`.github/workflow/build.yml` for more information.