Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maelquerre/latex-templates
Templates for simple LaTeX reports
https://github.com/maelquerre/latex-templates
latex latex-document latex-examples latex-template
Last synced: 2 months ago
JSON representation
Templates for simple LaTeX reports
- Host: GitHub
- URL: https://github.com/maelquerre/latex-templates
- Owner: maelquerre
- Created: 2017-10-19T16:07:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T12:17:13.000Z (about 6 years ago)
- Last Synced: 2024-10-19T01:14:29.274Z (3 months ago)
- Topics: latex, latex-document, latex-examples, latex-template
- Language: TeX
- Homepage:
- Size: 5.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX templates
Simple LaTeX templates to fasten production of reports or assignments.
## Getting Started
Running on macOS systems
### Prerequisites
For some of the classes, make sure you have the right fonts installed on your
machine.### Installing
I personally put my LaTeX custom classes in the `~/Library/texmf/tex/latex/local`
directory.You can then just use the `\documentclass{myclass}` command to use the classes
you put in that folder.