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

https://github.com/jonasbreuling/tikzexternalize


https://github.com/jonasbreuling/tikzexternalize

Last synced: 3 months ago
JSON representation

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/).