Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigeng/latex-template
Customed latex report template with useful snippets.
https://github.com/vigeng/latex-template
latex-template report-template
Last synced: about 1 month ago
JSON representation
Customed latex report template with useful snippets.
- Host: GitHub
- URL: https://github.com/vigeng/latex-template
- Owner: ViGeng
- Created: 2023-07-30T10:13:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T10:47:28.000Z (11 months ago)
- Last Synced: 2024-04-17T21:19:54.397Z (9 months ago)
- Topics: latex-template, report-template
- Language: TeX
- Homepage:
- Size: 740 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Latex Template
This is a template for writing latex documents.
Basicly, choose the root file first and input multiple tex snippets into it.For example,
```bash
root.tex
|-- snippet1.tex
| |-- snippet1-1.tex
|-- snippet2.tex
|-- snippet2-1.tex
```## Snippets
| snippet | comments |
| ---------------------------------- | ------------------------------ |
| [titlepage](snippet/titlepage.tex) | Title page |
| [header](snippet/header.tex) | Header setting |
| [comment](snippet/comment.tex) | collaborator comment style |
| [author](snippet/author.tex) | author info |
| [checklist](snippet/checklist.tex) | colorful check list and mark ✓ |