This library allows one to create PGF/TikZ pictures and save in various formats.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: julia
|
|
sudo: required
|
|
dist: trusty
|
|
coveralls: true
|
|
julia:
|
|
- 1.0
|
|
- 1.3
|
|
- 1.5
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y pdf2svg
|
|
- sudo apt-get install -y texlive-latex-base
|
|
- sudo apt-get install -y texlive-binaries
|
|
- sudo apt-get install -y texlive-pictures
|
|
- sudo apt-get install -y texlive-latex-extra
|