Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukakerr/latex-templates
LaTeX templates I've created that have been useful when writing math/computing/engineering assignments at uni
https://github.com/lukakerr/latex-templates
latex latex-document latex-template tex tex-template
Last synced: 5 days ago
JSON representation
LaTeX templates I've created that have been useful when writing math/computing/engineering assignments at uni
- Host: GitHub
- URL: https://github.com/lukakerr/latex-templates
- Owner: lukakerr
- Created: 2017-10-28T08:58:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T09:22:27.000Z (about 7 years ago)
- Last Synced: 2024-10-30T02:38:30.297Z (about 2 months ago)
- Topics: latex, latex-document, latex-template, tex, tex-template
- Language: TeX
- Size: 256 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX Templates
While studying at uni I found it much easier to write math, computing and engineering assignments using LaTeX.
I didn't have any experience with LaTeX, so I decided to store small templates/snippets of code for things such as graphs, tables, formulas, item lists etc to be used in future assignments.
In this repo there are all of the snippets/templates I've been using, and I am continuing on adding more.
### Project Structure
The project structure is as follows:
```
latex-templates/
├── README.md
└── templates/
└── template-title/
└── template-title.tex
└── template-title.pdf
└── template-title.png
└── README.md
```
Each template contains:
- The source `.tex` file which includes comments and information about the template's contents.
- A PDF of the `.tex` output.
- A PNG of the `.tex` output.
- A README.md of the PNG### Contributing
Feel free to create a pull request with one or multiple LaTeX templates you've found useful, but follow the project structure and naming conventions.