summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-16 03:03:27 +0000
committerNorbert Preining <norbert@preining.info>2023-01-16 03:03:27 +0000
commit6f9e1680085e7bb4d258f6f8116369d122e196e1 (patch)
tree9ac0ecb239240d1d672b188f29c1479de215074b /graphics/pgf/base/README.md
parentb8345f39630408bb198e7636381ce4240154ca9b (diff)
CTAN sync 202301160303
Diffstat (limited to 'graphics/pgf/base/README.md')
-rw-r--r--graphics/pgf/base/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/pgf/base/README.md b/graphics/pgf/base/README.md
index 8be5668d45..cd2d795183 100644
--- a/graphics/pgf/base/README.md
+++ b/graphics/pgf/base/README.md
@@ -17,6 +17,10 @@ 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
@@ -34,7 +38,7 @@ $ tlmgr install pgf --reinstall
## Development
-Currently PGF does not have a comprehensive test suite to check for
+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
@@ -45,7 +49,7 @@ $ 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
+$ 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.