summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-xetex
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/doc/version-for-xetex
parentb8345f39630408bb198e7636381ce4240154ca9b (diff)
CTAN sync 202301160303
Diffstat (limited to 'graphics/pgf/base/doc/version-for-xetex')
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/Makefile30
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex16
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.table204
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.table29
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.table29
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.table29
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.table104
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.table29
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.gnuplot4
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.table24
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.gnuplot2
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.table104
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/pgfmanual-xetex.cfg17
20 files changed, 0 insertions, 635 deletions
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/Makefile b/graphics/pgf/base/doc/version-for-xetex/en/Makefile
deleted file mode 100644
index 2f84eb5a51..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)"
-doc = pgfmanual
-latex = xelatex --no-pdf
-TEXINPUTS := ../../text-en:$(TEXINPUTS)
-
-all: $(doc).pdf
-
-pgfmanual.pdf: $(doc).tex revisionfile
- (TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true
- (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true
- xdvipdfmx -p a4 $(doc)
-
-revisionfile:
- cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh
-
-clean:
- rm -f \
- plots/* \
- pgfmanual.out \
- pgfmanual.log \
- pgfmanual.idx \
- pgfmanual.ind \
- pgfmanual.ilg \
- pgfmanual.pdf \
- pgfmanual.toc \
- pgfmanual.bbl \
- pgfmanual.blg \
- pgfmanual.ps \
- pgfmanual.dvi \
- pgfmanual*.aux
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex b/graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex
deleted file mode 100644
index 97444031ce..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-% Copyright 2008 by Till Tantau
-%
-% This file may be distributed and/or modified
-%
-% 1. under the LaTeX Project Public License and/or
-% 2. under the GNU Free Documentation License.
-%
-% See the file doc/generic/pgf/licenses/LICENSE for more details.
-
-\documentclass[a4paper]{ltxdoc}
-
-% pgf version is defined in \pgfversion in file
-% generic/pgf/utilities/pgfrcs.code.tex
-
-\input{../pgfmanual-xetex.cfg}
-\input{../../text-en/pgfmanual-en-main.tex}
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.gnuplot
deleted file mode 100644
index c99b87dbc8..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-asymptotic-example.table"; set format "%.5f"
-set samples 200.0; set parametric; plot [t=0.4:1.5] [] [] (t*t*t)*sin(1/(t*t*t)),(t*t*t)*cos(1/(t*t*t))
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.table
deleted file mode 100644
index 173ab5e9c7..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-asymptotic-example.table
+++ /dev/null
@@ -1,204 +0,0 @@
-#Curve 0, 200 points
-#x y type
-0.00530 -0.06378 i
-0.04363 -0.05043 i
-0.06711 -0.01790 i
-0.06896 0.02170 i
-0.05014 0.05606 i
-0.01712 0.07631 i
--0.02110 0.07849 i
--0.05579 0.06337 i
--0.08032 0.03512 i
--0.09097 -0.00029 i
--0.08696 -0.03664 i
--0.06987 -0.06850 i
--0.04284 -0.09192 i
--0.00982 -0.10460 i
-0.02515 -0.10585 i
-0.05841 -0.09629 i
-0.08703 -0.07749 i
-0.10892 -0.05162 i
-0.12282 -0.02111 i
-0.12828 0.01163 i
-0.12547 0.04436 i
-0.11507 0.07518 i
-0.09810 0.10255 i
-0.07579 0.12534 i
-0.04948 0.14280 i
-0.02048 0.15454 i
--0.00995 0.16043 i
--0.04065 0.16063 i
--0.07063 0.15545 i
--0.09905 0.14536 i
--0.12521 0.13092 i
--0.14860 0.11273 i
--0.16882 0.09143 i
--0.18562 0.06764 i
--0.19885 0.04197 i
--0.20848 0.01500 i
--0.21454 -0.01276 i
--0.21712 -0.04083 i
--0.21637 -0.06879 i
--0.21247 -0.09627 i
--0.20565 -0.12295 i
--0.19613 -0.14858 i
--0.18415 -0.17294 i
--0.16996 -0.19585 i
--0.15379 -0.21718 i
--0.13589 -0.23682 i
--0.11647 -0.25471 i
--0.09576 -0.27080 i
--0.07396 -0.28508 i
--0.05126 -0.29753 i
--0.02783 -0.30819 i
--0.00384 -0.31707 i
-0.02057 -0.32421 i
-0.04526 -0.32967 i
-0.07011 -0.33350 i
-0.09502 -0.33576 i
-0.11989 -0.33651 i
-0.14463 -0.33582 i
-0.16917 -0.33376 i
-0.19345 -0.33040 i
-0.21741 -0.32580 i
-0.24100 -0.32003 i
-0.26418 -0.31315 i
-0.28691 -0.30524 i
-0.30918 -0.29634 i
-0.33096 -0.28653 i
-0.35222 -0.27585 i
-0.37297 -0.26437 i
-0.39318 -0.25213 i
-0.41285 -0.23918 i
-0.43197 -0.22557 i
-0.45056 -0.21134 i
-0.46860 -0.19654 i
-0.48611 -0.18119 i
-0.50309 -0.16535 i
-0.51954 -0.14904 i
-0.53547 -0.13229 i
-0.55090 -0.11514 i
-0.56582 -0.09761 i
-0.58026 -0.07972 i
-0.59422 -0.06150 i
-0.60772 -0.04298 i
-0.62076 -0.02416 i
-0.63336 -0.00508 i
-0.64554 0.01425 i
-0.65729 0.03382 i
-0.66864 0.05361 i
-0.67960 0.07361 i
-0.69018 0.09381 i
-0.70039 0.11420 i
-0.71024 0.13475 i
-0.71975 0.15548 i
-0.72892 0.17636 i
-0.73778 0.19739 i
-0.74632 0.21857 i
-0.75456 0.23989 i
-0.76251 0.26134 i
-0.77018 0.28291 i
-0.77759 0.30461 i
-0.78473 0.32643 i
-0.79162 0.34837 i
-0.79826 0.37042 i
-0.80468 0.39258 i
-0.81087 0.41485 i
-0.81684 0.43723 i
-0.82261 0.45972 i
-0.82817 0.48232 i
-0.83354 0.50502 i
-0.83872 0.52782 i
-0.84372 0.55073 i
-0.84855 0.57374 i
-0.85321 0.59686 i
-0.85772 0.62009 i
-0.86206 0.64342 i
-0.86626 0.66685 i
-0.87032 0.69040 i
-0.87423 0.71405 i
-0.87801 0.73781 i
-0.88167 0.76169 i
-0.88520 0.78567 i
-0.88861 0.80977 i
-0.89191 0.83398 i
-0.89510 0.85831 i
-0.89818 0.88276 i
-0.90115 0.90733 i
-0.90403 0.93202 i
-0.90682 0.95683 i
-0.90951 0.98177 i
-0.91211 1.00683 i
-0.91463 1.03202 i
-0.91707 1.05735 i
-0.91942 1.08280 i
-0.92171 1.10839 i
-0.92391 1.13411 i
-0.92605 1.15998 i
-0.92812 1.18598 i
-0.93012 1.21213 i
-0.93205 1.23842 i
-0.93393 1.26485 i
-0.93575 1.29143 i
-0.93751 1.31817 i
-0.93921 1.34505 i
-0.94086 1.37209 i
-0.94246 1.39929 i
-0.94401 1.42664 i
-0.94552 1.45415 i
-0.94697 1.48183 i
-0.94838 1.50967 i
-0.94975 1.53767 i
-0.95108 1.56584 i
-0.95236 1.59418 i
-0.95361 1.62270 i
-0.95482 1.65138 i
-0.95600 1.68025 i
-0.95713 1.70928 i
-0.95824 1.73850 i
-0.95931 1.76790 i
-0.96035 1.79748 i
-0.96136 1.82725 i
-0.96234 1.85720 i
-0.96329 1.88735 i
-0.96422 1.91768 i
-0.96511 1.94820 i
-0.96598 1.97892 i
-0.96683 2.00983 i
-0.96765 2.04094 i
-0.96845 2.07225 i
-0.96922 2.10376 i
-0.96998 2.13547 i
-0.97071 2.16739 i
-0.97142 2.19952 i
-0.97211 2.23185 i
-0.97278 2.26439 i
-0.97344 2.29714 i
-0.97407 2.33010 i
-0.97469 2.36328 i
-0.97529 2.39667 i
-0.97588 2.43028 i
-0.97644 2.46411 i
-0.97700 2.49817 i
-0.97754 2.53244 i
-0.97806 2.56694 i
-0.97857 2.60166 i
-0.97906 2.63661 i
-0.97955 2.67179 i
-0.98001 2.70720 i
-0.98047 2.74284 i
-0.98092 2.77871 i
-0.98135 2.81482 i
-0.98177 2.85117 i
-0.98218 2.88775 i
-0.98258 2.92457 i
-0.98297 2.96163 i
-0.98335 2.99894 i
-0.98372 3.03649 i
-0.98408 3.07428 i
-0.98443 3.11232 i
-0.98477 3.15061 i
-0.98511 3.18914 i
-0.98543 3.22793 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.gnuplot
deleted file mode 100644
index 8109ea408c..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-exp.table"; set format "%.5f"
-set samples 25; plot [x=0:4] 0.05*exp(x)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.table
deleted file mode 100644
index 8e72857039..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-exp.table
+++ /dev/null
@@ -1,29 +0,0 @@
-#Curve 0, 25 points
-#x y type
-0.00000 0.05000 i
-0.16667 0.05907 i
-0.33333 0.06978 i
-0.50000 0.08244 i
-0.66667 0.09739 i
-0.83333 0.11505 i
-1.00000 0.13591 i
-1.16667 0.16056 i
-1.33333 0.18968 i
-1.50000 0.22408 i
-1.66667 0.26472 i
-1.83333 0.31274 i
-2.00000 0.36945 i
-2.16667 0.43646 i
-2.33333 0.51561 i
-2.50000 0.60912 i
-2.66667 0.71960 i
-2.83333 0.85010 i
-3.00000 1.00428 i
-3.16667 1.18641 i
-3.33333 1.40158 i
-3.50000 1.65577 i
-3.66667 1.95606 i
-3.83333 2.31082 i
-4.00000 2.72991 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot
deleted file mode 100644
index 1f81f6a7b9..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example-cut.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-parametric-example-cut.table"; set format "%.5f"
-set samples 25; set parametric; plot [t=-3.141:3.141] [0:1] [] t*sin(t),t*cos(t)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.gnuplot
deleted file mode 100644
index ea9639bd78..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-parametric-example.table"; set format "%.5f"
-set samples 25; set parametric; plot [t=-3.141:3.141] [] [] t*sin(t),t*cos(t)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.table
deleted file mode 100644
index de0c383ddd..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-parametric-example.table
+++ /dev/null
@@ -1,29 +0,0 @@
-#Curve 0, 25 points
-#x y type
-0.00186 3.14100 i
-0.74672 2.78074 i
-1.30987 2.26617 i
-1.66651 1.66503 i
-1.81387 1.04628 i
-1.76998 0.47361 i
-1.57050 -0.00047 i
-1.26407 -0.33904 i
-0.90663 -0.52368 i
-0.55517 -0.55534 i
-0.26171 -0.45339 i
-0.06773 -0.25283 i
-0.00000 -0.00000 i
-0.06773 0.25283 i
-0.26171 0.45339 i
-0.55517 0.55534 i
-0.90663 0.52368 i
-1.26407 0.33904 i
-1.57050 0.00047 i
-1.76998 -0.47361 i
-1.81387 -1.04628 i
-1.66651 -1.66503 i
-1.30987 -2.26617 i
-0.74672 -2.78074 i
-0.00186 -3.14100 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.gnuplot
deleted file mode 100644
index 48df575630..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-sin.table"; set format "%.5f"
-set samples 25; plot [x=0:4] sin(x)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.table
deleted file mode 100644
index 9ab8f2c8d5..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-sin.table
+++ /dev/null
@@ -1,29 +0,0 @@
-#Curve 0, 25 points
-#x y type
-0.00000 0.00000 i
-0.16667 0.16590 i
-0.33333 0.32719 i
-0.50000 0.47943 i
-0.66667 0.61837 i
-0.83333 0.74018 i
-1.00000 0.84147 i
-1.16667 0.91944 i
-1.33333 0.97194 i
-1.50000 0.99749 i
-1.66667 0.99541 i
-1.83333 0.96573 i
-2.00000 0.90930 i
-2.16667 0.82766 i
-2.33333 0.72309 i
-2.50000 0.59847 i
-2.66667 0.45727 i
-2.83333 0.30340 i
-3.00000 0.14112 i
-3.16667 -0.02507 i
-3.33333 -0.19057 i
-3.50000 -0.35078 i
-3.66667 -0.50128 i
-3.83333 -0.63788 i
-4.00000 -0.75680 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.gnuplot
deleted file mode 100644
index 0b0a1ad8ff..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-tan-example.table"; set format "%.5f"
-set samples 100.0; plot [x=-3.141:3.141] [-3:3]tan(x)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.table
deleted file mode 100644
index 63beeda4b7..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-tan-example.table
+++ /dev/null
@@ -1,104 +0,0 @@
-
-#Curve 0 of 1, 100 points
-#x y type
--3.14100 0.00059 i
--3.07755 0.06413 i
--3.01409 0.12820 i
--2.95064 0.19331 i
--2.88718 0.26005 i
--2.82373 0.32902 i
--2.76027 0.40094 i
--2.69682 0.47663 i
--2.63336 0.55704 i
--2.56991 0.64335 i
--2.50645 0.73701 i
--2.44300 0.83989 i
--2.37955 0.95436 i
--2.31609 1.08360 i
--2.25264 1.23197 i
--2.18918 1.40553 i
--2.12573 1.61314 i
--2.06227 1.86816 i
--1.99882 2.19188 i
--1.93536 2.62036 i
--1.87191 3.22003 o
--1.80845 4.12820 o
--1.74500 5.68222 o
--1.68155 8.99247 o
--1.61809 21.12830 o
--1.55464 -61.87594 o
--1.49118 -12.53398 o
--1.42773 -6.94188 o
--1.36427 -4.77302 o
--1.30082 -3.61357 o
--1.23736 -2.88713 i
--1.17391 -2.38590 i
--1.11045 -2.01664 i
--1.04700 -1.73126 i
--0.98355 -1.50245 i
--0.92009 -1.31351 i
--0.85664 -1.15368 i
--0.79318 -1.01569 i
--0.72973 -0.89443 i
--0.66627 -0.78621 i
--0.60282 -0.68828 i
--0.53936 -0.59856 i
--0.47591 -0.51542 i
--0.41245 -0.43755 i
--0.34900 -0.36390 i
--0.28555 -0.29357 i
--0.22209 -0.22582 i
--0.15864 -0.15998 i
--0.09518 -0.09547 i
--0.03173 -0.03174 i
-0.03173 0.03174 i
-0.09518 0.09547 i
-0.15864 0.15998 i
-0.22209 0.22582 i
-0.28555 0.29357 i
-0.34900 0.36390 i
-0.41245 0.43755 i
-0.47591 0.51542 i
-0.53936 0.59856 i
-0.60282 0.68828 i
-0.66627 0.78621 i
-0.72973 0.89443 i
-0.79318 1.01569 i
-0.85664 1.15368 i
-0.92009 1.31351 i
-0.98355 1.50245 i
-1.04700 1.73126 i
-1.11045 2.01664 i
-1.17391 2.38590 i
-1.23736 2.88713 i
-1.30082 3.61357 o
-1.36427 4.77302 o
-1.42773 6.94188 o
-1.49118 12.53398 o
-1.55464 61.87594 o
-1.61809 -21.12830 o
-1.68155 -8.99247 o
-1.74500 -5.68222 o
-1.80845 -4.12820 o
-1.87191 -3.22003 o
-1.93536 -2.62036 i
-1.99882 -2.19188 i
-2.06227 -1.86816 i
-2.12573 -1.61314 i
-2.18918 -1.40553 i
-2.25264 -1.23197 i
-2.31609 -1.08360 i
-2.37955 -0.95436 i
-2.44300 -0.83989 i
-2.50645 -0.73701 i
-2.56991 -0.64335 i
-2.63336 -0.55704 i
-2.69682 -0.47663 i
-2.76027 -0.40094 i
-2.82373 -0.32902 i
-2.88718 -0.26005 i
-2.95064 -0.19331 i
-3.01409 -0.12820 i
-3.07755 -0.06413 i
-3.14100 -0.00059 i
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.gnuplot
deleted file mode 100644
index 0e57c0571a..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgf-x.table"; set format "%.5f"
-set samples 25; plot [x=0:4] x
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.table
deleted file mode 100644
index 329b9fa56b..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgf-x.table
+++ /dev/null
@@ -1,29 +0,0 @@
-#Curve 0, 25 points
-#x y type
-0.00000 0.00000 i
-0.16667 0.16667 i
-0.33333 0.33333 i
-0.50000 0.50000 i
-0.66667 0.66667 i
-0.83333 0.83333 i
-1.00000 1.00000 i
-1.16667 1.16667 i
-1.33333 1.33333 i
-1.50000 1.50000 i
-1.66667 1.66667 i
-1.83333 1.83333 i
-2.00000 2.00000 i
-2.16667 2.16667 i
-2.33333 2.33333 i
-2.50000 2.50000 i
-2.66667 2.66667 i
-2.83333 2.83333 i
-3.00000 3.00000 i
-3.16667 3.16667 i
-3.33333 3.33333 i
-3.50000 3.50000 i
-3.66667 3.66667 i
-3.83333 3.83333 i
-4.00000 4.00000 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.gnuplot
deleted file mode 100644
index cff802be0a..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.gnuplot
+++ /dev/null
@@ -1,4 +0,0 @@
-set table "pgfmanual-sine.table"
-set format "%.5f"
-set samples 20
-plot [x=0:10] sin(x)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.table
deleted file mode 100644
index 9d5d248a56..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfmanual-sine.table
+++ /dev/null
@@ -1,24 +0,0 @@
-#Curve 0, 20 points
-#x y type
-0.00000 0.00000 i
-0.52632 0.50235 i
-1.05263 0.86873 i
-1.57895 0.99997 i
-2.10526 0.86054 i
-2.63158 0.48819 i
-3.15789 -0.01630 i
-3.68421 -0.51638 i
-4.21053 -0.87669 i
-4.73684 -0.99970 i
-5.26316 -0.85212 i
-5.78947 -0.47390 i
-6.31579 0.03260 i
-6.84211 0.53027 i
-7.36842 0.88441 i
-7.89474 0.99917 i
-8.42105 0.84348 i
-8.94737 0.45948 i
-9.47368 -0.04889 i
-10.00000 -0.54402 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.gnuplot b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.gnuplot
deleted file mode 100644
index ebac36dd23..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.gnuplot
+++ /dev/null
@@ -1,2 +0,0 @@
-set table "plots/pgfplotgnuplot-example.table"; set format "%.5f"
-plot [x=0:3.5] x*sin(x)
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.table b/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.table
deleted file mode 100644
index a4e517898a..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/en/plots/pgfplotgnuplot-example.table
+++ /dev/null
@@ -1,104 +0,0 @@
-#Curve 0, 100 points
-#x y type
-0.00000 0.00000 i
-0.03535 0.00125 i
-0.07071 0.00500 i
-0.10606 0.01123 i
-0.14141 0.01993 i
-0.17677 0.03108 i
-0.21212 0.04466 i
-0.24747 0.06062 i
-0.28283 0.07893 i
-0.31818 0.09954 i
-0.35354 0.12240 i
-0.38889 0.14745 i
-0.42424 0.17463 i
-0.45960 0.20387 i
-0.49495 0.23509 i
-0.53030 0.26822 i
-0.56566 0.30318 i
-0.60101 0.33986 i
-0.63636 0.37817 i
-0.67172 0.41803 i
-0.70707 0.45932 i
-0.74242 0.50194 i
-0.77778 0.54577 i
-0.81313 0.59069 i
-0.84848 0.63660 i
-0.88384 0.68337 i
-0.91919 0.73086 i
-0.95455 0.77896 i
-0.98990 0.82753 i
-1.02525 0.87643 i
-1.06061 0.92554 i
-1.09596 0.97471 i
-1.13131 1.02381 i
-1.16667 1.07269 i
-1.20202 1.12121 i
-1.23737 1.16923 i
-1.27273 1.21661 i
-1.30808 1.26320 i
-1.34343 1.30886 i
-1.37879 1.35345 i
-1.41414 1.39682 i
-1.44949 1.43884 i
-1.48485 1.47937 i
-1.52020 1.51826 i
-1.55556 1.55537 i
-1.59091 1.59059 i
-1.62626 1.62376 i
-1.66162 1.65477 i
-1.69697 1.68348 i
-1.73232 1.70977 i
-1.76768 1.73353 i
-1.80303 1.75463 i
-1.83838 1.77296 i
-1.87374 1.78841 i
-1.90909 1.80089 i
-1.94444 1.81028 i
-1.97980 1.81650 i
-2.01515 1.81946 i
-2.05051 1.81906 i
-2.08586 1.81524 i
-2.12121 1.80792 i
-2.15657 1.79704 i
-2.19192 1.78252 i
-2.22727 1.76433 i
-2.26263 1.74240 i
-2.29798 1.71671 i
-2.33333 1.68720 i
-2.36869 1.65386 i
-2.40404 1.61667 i
-2.43939 1.57560 i
-2.47475 1.53066 i
-2.51010 1.48184 i
-2.54545 1.42915 i
-2.58081 1.37260 i
-2.61616 1.31223 i
-2.65152 1.24805 i
-2.68687 1.18011 i
-2.72222 1.10845 i
-2.75758 1.03312 i
-2.79293 0.95418 i
-2.82828 0.87170 i
-2.86364 0.78576 i
-2.89899 0.69642 i
-2.93434 0.60380 i
-2.96970 0.50797 i
-3.00505 0.40904 i
-3.04040 0.30713 i
-3.07576 0.20235 i
-3.11111 0.09482 i
-3.14646 -0.01533 i
-3.18182 -0.12796 i
-3.21717 -0.24292 i
-3.25253 -0.36007 i
-3.28788 -0.47926 i
-3.32323 -0.60032 i
-3.35859 -0.72308 i
-3.39394 -0.84739 i
-3.42929 -0.97305 i
-3.46465 -1.09990 i
-3.50000 -1.22774 i
-
-
diff --git a/graphics/pgf/base/doc/version-for-xetex/pgfmanual-xetex.cfg b/graphics/pgf/base/doc/version-for-xetex/pgfmanual-xetex.cfg
deleted file mode 100644
index db64556861..0000000000
--- a/graphics/pgf/base/doc/version-for-xetex/pgfmanual-xetex.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-% Copyright 2019 by Till Tantau
-%
-% This file may be distributed and/or modified
-%
-% 1. under the LaTeX Project Public License and/or
-% 2. under the GNU Free Documentation License.
-%
-% See the file doc/generic/pgf/licenses/LICENSE for more details.
-
-\usepackage[hyphens]{url}
-
-\usepackage[xetex]{graphics}
-% This will tell everyone which driver we are using.
-
-\PassOptionsToPackage{xetex}{hyperref}
-
-% Make sure to compile this using xelatex + xdvipdfmx.