summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-16 03:00:44 +0000
committerNorbert Preining <norbert@preining.info>2021-05-16 03:00:44 +0000
commit2fc2609488764102ce43194e9288b7bd8e25f17f (patch)
tree9cf16b567d06c110c71e2c121c7cf5c16a086f02 /graphics/pgf/base/README
parentff5439d00ba53d3e4b82d79f78ce65524f3684fd (diff)
CTAN sync 202105160300
Diffstat (limited to 'graphics/pgf/base/README')
-rw-r--r--graphics/pgf/base/README53
1 files changed, 0 insertions, 53 deletions
diff --git a/graphics/pgf/base/README b/graphics/pgf/base/README
deleted file mode 100644
index 8be5668d45..0000000000
--- a/graphics/pgf/base/README
+++ /dev/null
@@ -1,53 +0,0 @@
-# pgf – A Portable Graphic Format for TeX
-
-![CI](https://github.com/pgf-tikz/pgf/workflows/CI/badge.svg)
-
-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.
-
-## 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 does not have a comprehensive 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
-$ texlua build.lua manual luatex
-```
-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.