https://github.com/hspaans/latex-template
Template for LaTeX
https://github.com/hspaans/latex-template
bibtex latex latex-template latexmk pdf template
Last synced: 7 months ago
JSON representation
Template for LaTeX
- Host: GitHub
- URL: https://github.com/hspaans/latex-template
- Owner: hspaans
- License: mit
- Created: 2020-10-19T20:54:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T08:15:27.000Z (over 1 year ago)
- Last Synced: 2025-03-26T21:15:52.433Z (7 months ago)
- Topics: bibtex, latex, latex-template, latexmk, pdf, template
- Language: TeX
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latex-template
This is a template repository for creating LaTeX documents in a VSCode devcontainer or with GitHub Codespaces. Combined with GitHub Actions these documents can also transformed into PDF files in an automated way.
## GitHub Actions
See latexmk-action
## Example documents
* **article.tex** uses the *article* class using a two-column layout with sections, subsections, citations and including sources into the document.
* **book.tex** uses the *book* class and is an example with multiple parts, chapters and sections, but also how to use citations, BibTex and lists of tables and figures.
* **presentation.tex** uses the *beamer* class and is an example on how to create a presentation with LaTeX.
## Sources
### Main BibTex
### BibTex for RFCs
```shell
$ curl --silent -k -o rfc.bib https://tm.uka.de/~bless/rfc.bib
$ ls -l rfc.bib
-rw-rw-rw- 1 vscode root 8635325 May 2 14:18 rfc.bib
```### BibTex for PEP
[Python Enhancement Proposals](https://www.python.org/dev/peps/)