Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0snap/tex-template
Simple LaTeX templates for paper and slides
https://github.com/0snap/tex-template
latex-beamer latex-document latex-template tex-template
Last synced: 9 days ago
JSON representation
Simple LaTeX templates for paper and slides
- Host: GitHub
- URL: https://github.com/0snap/tex-template
- Owner: 0snap
- License: mit
- Created: 2017-12-12T12:04:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T20:57:08.000Z (about 7 years ago)
- Last Synced: 2024-10-26T14:07:09.034Z (about 2 months ago)
- Topics: latex-beamer, latex-document, latex-template, tex-template
- Language: TeX
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tex-Template
General purpose LaTeX template for (my) papers and presentations.
The repo contains two folders, one for the `paper` and for the `slides` template.
#### Usage
Use the `Makefile`
Compile and watch for changes:
$ make watch
Build static paper / slides respectively
$ make paper
$ make slides###### Build Dependency
Everything builds with [latexmk](http://mg.readthedocs.io/latexmk.html). Install it to use the `Makefile`.
#### TeX structure
`paper/paper.tex` and `slides/slides.tex` are the files which each wrap the respective document. All includes are made there, i.e. `\usepackage` commands, `sections` and `bibliography`. So if you have a new section to add, do it there. For the `paper`, you can also find the `Abstract` in there.
#### Gopher Graphic
I used a sample graphic (gopher) in the slides, which is taken from here:
[https://github.com/golang-samples/gopher-vector](https://github.com/golang-samples/gopher-vector)
This graphic is not my property. It is licensed under the Creative Commons 3.0 Attributions license: