Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fromatom/latex-auto-rebuilder
I don't want to press the build button.
https://github.com/fromatom/latex-auto-rebuilder
Last synced: about 7 hours ago
JSON representation
I don't want to press the build button.
- Host: GitHub
- URL: https://github.com/fromatom/latex-auto-rebuilder
- Owner: FromAtom
- Created: 2014-12-14T08:26:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T07:56:43.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T21:44:10.661Z (6 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# latex-auto-rebuilder
You no longer need to push `build` button or `C-c t d` command.# Setup
```
$ bundle install
```and edit `config.yml` file.
## Build only once
```
$ bundle exec rake
```## Watch tex and bib files and auto rebuild
```
$ bundle exec rake watch
```# Help
```
$ rake --task
```# Reference
- [Ruby - ファイルの更新を監視してTeX文書を自動ビルド - Qiita](http://qiita.com/61503891/items/1e45be2fcc3fda21088d)
- [texをコンパイルしたりするRakefileつくった - ポクポク](http://pokutuna.hatenablog.com/entry/20110928/1317201209)