From d043a18e288914d3c46a1b10af1f30ce2df00588 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 29 Sep 2020 03:02:54 +0000 Subject: CTAN sync 202009290302 --- graphics/pgf/base/README | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'graphics/pgf/base/README') diff --git a/graphics/pgf/base/README b/graphics/pgf/base/README index 639e2763c8..8be5668d45 100644 --- a/graphics/pgf/base/README +++ b/graphics/pgf/base/README @@ -1,6 +1,6 @@ # pgf – A Portable Graphic Format for TeX -[![Travis Build Status][travis-svg]][travis-link] +![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 @@ -43,14 +43,11 @@ these steps: ```console $ git clone https://github.com/pgf-tikz/pgf $ tlmgr init-usertree --usertree pgf -$ export TEXMFHOME=`realpath pgf` -$ cd pgf/doc/generic/pgf/version-for-luatex/en/ -$ make +$ 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. - -[travis-svg]: https://travis-ci.com/pgf-tikz/pgf.svg?branch=master -[travis-link]: https://travis-ci.com/pgf-tikz/pgf -- cgit v1.2.3