From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- graphics/xetex/pstricks/README | 26 ++++++++++++++++++++++ .../pstricks/xelatex/xetex-pstricks/pstricks.con | 8 +++++++ .../pstricks/xetex/xetex-pstricks/pstricks.con | 8 +++++++ 3 files changed, 42 insertions(+) create mode 100644 graphics/xetex/pstricks/README create mode 100644 graphics/xetex/pstricks/xelatex/xetex-pstricks/pstricks.con create mode 100644 graphics/xetex/pstricks/xetex/xetex-pstricks/pstricks.con (limited to 'graphics/xetex') diff --git a/graphics/xetex/pstricks/README b/graphics/xetex/pstricks/README new file mode 100644 index 0000000000..9cee939e6b --- /dev/null +++ b/graphics/xetex/pstricks/README @@ -0,0 +1,26 @@ +PSTricks configuration for XeTeX (with the xdvipdfmx driver) +============================================================ + +This package provides configuration files to support the use of PSTricks +with the xdvipdfmx output driver, required by the XeTeX engine. + +To enable the xetex and xelatex formats to find the correct configuration, +without interfering with other programs (e.g, LaTeX + dvips), two files +named `pstricks.con' are installed as: + tex/xetex/xetex-pstricks/pstricks.con + tex/xelatex/xetex-pstricks/pstricks.con +These will be found by default when PSTricks is loaded by Xe(La)TeX, but not +by other engines which will find the standard `pstricks.con' file in the +`generic' tree. + +These two files simply load the real configuration file `xdvipdfmx.con' from +the main pstricks package. This allows PSTricks to work automatically with +XeTeX, without requiring the user to add options to the source or to copy or +rename configuration files. + + +This work is provided in the hope that it may be useful, but without warranty +of any kind, either expressed or implied, including, but not limited to, the +implied warranties of merchantability and fitness for a particular purpose. + +This work may be distributed, used and modified freely. diff --git a/graphics/xetex/pstricks/xelatex/xetex-pstricks/pstricks.con b/graphics/xetex/pstricks/xelatex/xetex-pstricks/pstricks.con new file mode 100644 index 0000000000..d90d3d5663 --- /dev/null +++ b/graphics/xetex/pstricks/xelatex/xetex-pstricks/pstricks.con @@ -0,0 +1,8 @@ +%% pstricks.con (for xetex + xdvipdfmx driver) + +% wrapper to read the real file, which is installed with pstricks +% in the tex/generic tree but has a driver-specific name + +\input xdvipdfmx.cfg + +\endinput diff --git a/graphics/xetex/pstricks/xetex/xetex-pstricks/pstricks.con b/graphics/xetex/pstricks/xetex/xetex-pstricks/pstricks.con new file mode 100644 index 0000000000..d90d3d5663 --- /dev/null +++ b/graphics/xetex/pstricks/xetex/xetex-pstricks/pstricks.con @@ -0,0 +1,8 @@ +%% pstricks.con (for xetex + xdvipdfmx driver) + +% wrapper to read the real file, which is installed with pstricks +% in the tex/generic tree but has a driver-specific name + +\input xdvipdfmx.cfg + +\endinput -- cgit v1.2.3