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

https://github.com/sbryngelson/elsevier-tikz-figures

Make your Elsevier journal article figures match the rest of your article.
https://github.com/sbryngelson/elsevier-tikz-figures

figures pgfplots publishing tikz

Last synced: 3 months ago
JSON representation

Make your Elsevier journal article figures match the rest of your article.

Awesome Lists containing this project

README

          

## Create Elsevier-style figures with XeLaTeX and TikZ/pgfplots

Make your Elsevier journal article figures match the rest of your printed article via XeLaTeX and TikZ/pgfplots.

### Examples

Here is an example:

![alt](example.png)

Which is from [this paper](https://comp-physics.group/papers/bryngelson-EJM-19.pdf).

And here are more, with the source code available in this repo.:
* [example01.pdf](example01.pdf)
* [example02.pdf](example02.pdf)
* [example03.pdf](example03.pdf)
* [example04.pdf](example04.pdf)
* [example05.pdf](example05.pdf)
* [example06.pdf](example06.pdf)

### Dependencies

* XeLaTeX (comes with TeXLive and the like)
* TikZ and PGFPlots
* [Gulliver fonts](https://www.google.com/search?q=gulliver+font+download)

### How to

You need to compile the `example0X.tex` files in the repo. using XeLaTeX. The Gulliver fonts will need to be available on your machine (see above link).

### License

MIT