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

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

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

![watcher](example2.png)

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

![diff](example.png)

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`.