Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgf-tikz/pgf
A Portable Graphic Format for TeX
https://github.com/pgf-tikz/pgf
draw graph latex pgf tex tikz visualization
Last synced: 28 days ago
JSON representation
A Portable Graphic Format for TeX
- Host: GitHub
- URL: https://github.com/pgf-tikz/pgf
- Owner: pgf-tikz
- Created: 2019-04-01T23:40:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T06:36:28.000Z (8 months ago)
- Last Synced: 2024-03-08T07:30:14.613Z (8 months ago)
- Topics: draw, graph, latex, pgf, tex, tikz, visualization
- Language: TeX
- Homepage: https://pgf-tikz.github.io/
- Size: 32 MB
- Stars: 1,024
- Watchers: 40
- Forks: 101
- Open Issues: 255
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tikz - SourceForge - Code, releases, support and bug reports. (Uncategorized / Uncategorized)
README
# pgf – A Portable Graphic Format for TeX
![Test suite](https://github.com/pgf-tikz/pgf/actions/workflows/check.yml/badge.svg?branch=master)
PGF is a TeX macro package for generating graphics. It is platform-
and format-independent and works together with the most important TeX
backend drivers, including `pdftex` and `dvips`. It comes with a
user-friendly syntax layer called Ti*k*Z.See the directory `doc/generic/pgf` for more information. See the file
`doc/generic/pgf/pgfmanual.pdf` (also available from
https://pgf-tikz.github.io/pgf/pgfmanual.pdf) for a manual. This
documentation also explains the installation. See the file
`doc/generic/pgf/license/LICENSE` for license details.Please go to the official repository at https://github.com/pgf-tikz/pgf or the
official mailing list at https://tug.org/mailman/listinfo/pgf-tikz to submit
bug reports, request new features, etc.We also have a chat on the Matrix network at
[#pgf-tikz:matrix.org](https://matrix.to/#/#pgf-tikz:matrix.org) ([read-only
version](https://view.matrix.org/room/!NuxCISwYQJuyWwNsEI:matrix.org/)).## Installation
In general you should just use the version of PGF that is shipped by
your TeX distribution. See their documentation on how to install
packages.If you are feeling adventurous you can install the latest development
version in TeX Live from our tlcontrib repository.
```console
$ tlmgr repository add http://pgf-tikz.github.io/pgf/tlnet pgf-development
$ tlmgr pinning add pgf-development "*"
$ tlmgr update --self --all
$ tlmgr install pgf --reinstall
```## Development
Currently PGF only has a very rudimentary test suite to check for
regressions, so for now we check for bugs by building the manual for
each commit. To build the manual locally you can either copy the PGF
repository into your texmf tree (not recommended) or use the usertree
option of TeX Live. For the usertree option on GNU/Linux, follow
these steps:
```console
$ git clone https://github.com/pgf-tikz/pgf
$ tlmgr init-usertree --usertree pgf
$ export TEXMFHOME=$(readlink -f pgf)
$ cd pgf
$ l3build doc -q -H
```
We recommend building at least the version for LuaTeX, as shown in the
example above because this has the broadest coverage of PGF features.
To test the animations feature you have to build the version for
dvisvgm.