Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.