https://github.com/posva/awesome-latex-workspace
:bookmark_tabs: Watcher + commit based diff generator
https://github.com/posva/awesome-latex-workspace
List: awesome-latex-workspace
Last synced: 3 months ago
JSON representation
:bookmark_tabs: Watcher + commit based diff generator
- Host: GitHub
- URL: https://github.com/posva/awesome-latex-workspace
- Owner: posva
- Created: 2015-06-03T14:16:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T06:05:27.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T10:45:49.428Z (over 2 years ago)
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Awesome latex workspace
===
Easy to use watcher + diff latex.
I couldn't find a great name for this other than *boilerplate* so I named it
awesome because it really makes my life easier for reports. Feel free to
open issues if you know about nifty features to improve this.
Remember to install submodules first by either cloning using the `--recursive`
or by doing
```bash
git submodule init
git submodule update
```
## Watcher

Launch `./watcher.sh` and start editing your `report.tex` right away !
Internally the watcher runs the `Makefile` (classic way to compile a latex)
## Git Latex Diff

Uses [git-latex-diff](https://gitlab.com/groups/git-latexdiff) to generate a pdf
with additions and deletions since the last time this command was run. This
command **must** be run after a commit is made **and** after adding the initial
commit to the file `last-commit.sha`.