Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u8slvn/latex-templates
✒️ A personal collection of LaTeX templates.
https://github.com/u8slvn/latex-templates
latex latex-template
Last synced: 5 days ago
JSON representation
✒️ A personal collection of LaTeX templates.
- Host: GitHub
- URL: https://github.com/u8slvn/latex-templates
- Owner: u8slvn
- License: unlicense
- Created: 2024-09-08T09:45:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T07:39:02.000Z (24 days ago)
- Last Synced: 2024-10-27T21:51:03.687Z (24 days ago)
- Topics: latex, latex-template
- Language: TeX
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 𝐋𝐚𝐓𝐞𝐗 Templates
My personal collection of LaTeX templates.
* ✒️ **Novel** [[example](./examples/novel-example.pdf)] \
A minimal template to share a novel with a title page, a copyright page, and a table of contents at the end.
* ✒️ **Short Story** [[example](./examples/short-story-example.pdf)] \
A simple template for writing short stories, forked from Novel template but without the table of contents and the chapter management.
* 📄 **Resume** [[example](./examples/resume-example.pdf)] \
A simple LaTeX template for resumes with built-in sections, icons, and auto-updating dates.## Build example with `pdflatex`
```bash
cd short-story
pdflatex main.tex
```You should see a `main.pdf` file in the `short-story` directory.