https://github.com/jonasbreuling/tikzexternalize
https://github.com/jonasbreuling/tikzexternalize
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasbreuling/tikzexternalize
- Owner: JonasBreuling
- Created: 2018-07-13T10:53:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T08:27:13.000Z (over 7 years ago)
- Last Synced: 2025-03-04T18:46:42.135Z (8 months ago)
- Language: TeX
- Size: 334 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TikzExternalize - example usage of tikzexternalize
## Note
You have to make sure that you include `--shell-escape` parameter when invoking pdflatex. For TeXstudio go to `Options > Configure TeXStudio > Commands` and substitute the following
~~pdflatex -synctex=1 -interaction=nonstopmode %.tex~~
pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex
## Example
The [compiled example](tikzExternalize.pdf) looks like this
In the `figures` directory you have the [standalone image](figures/tikzExternalize-figure0.pdf)
The image is taken from [here](http://www.texample.net/tikz/examples/dominoes/).