https://github.com/johnyf/latex_scripts
makefile, graphicspath, hiding, pdfcrop
https://github.com/johnyf/latex_scripts
latex scripts
Last synced: about 1 month ago
JSON representation
makefile, graphicspath, hiding, pdfcrop
- Host: GitHub
- URL: https://github.com/johnyf/latex_scripts
- Owner: johnyf
- License: bsd-2-clause
- Created: 2014-02-23T13:20:09.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T00:28:34.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T21:24:08.194Z (about 1 year ago)
- Topics: latex, scripts
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX convenience scripts
- `Makefile`: compile, make bib, sync on unix, max, windows, for help see [`makefile.md`](makefile.md)
- `graphicspath.py`: auto-populate `graphicx` paths by traversing directories under `./img`
- `tex_hide_aux.sh`: turn auxiliary `tex`-generated files to hidden ones, useful on `*nix` systems where `TexLive` doesn't support any equivalent to the `MikTeX` option `--aux-directory`
- `pdfcrop.py`: call [`pdfcrop`](http://www.ctan.org/pkg/pdfcrop) over a directory tree
Licensed under BSD-2.