https://github.com/ramonmeffert/tools-for-gossip-report
The report associated with the Tools for Gossip project
https://github.com/ramonmeffert/tools-for-gossip-report
Last synced: about 2 months ago
JSON representation
The report associated with the Tools for Gossip project
- Host: GitHub
- URL: https://github.com/ramonmeffert/tools-for-gossip-report
- Owner: RamonMeffert
- Created: 2020-09-03T13:26:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T13:40:21.000Z (over 4 years ago)
- Last Synced: 2025-02-01T07:27:03.424Z (4 months ago)
- Language: TeX
- Size: 5.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools for Gossip - Report
This is the report accompanying the [Tools for Gossip](https://github.com/RamonMeffert/tools-for-gossip) application.
## Compilation
All packages necessary for compilation are part of TeX Live.
You need [`bibtex-tidy`](https://github.com/FlamingTempura/bibtex-tidy) if you want to clean and sort the `.bib` file.```bash
# create a pdf
make
# clean up auxiliary files
make clean
# start a SyncTex session for live updates to the pdf
make preview
# clean and sort the bibliography
make sources
```