summaryrefslogtreecommitdiff
path: root/graphics/xetex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/xetex
Initial commit
Diffstat (limited to 'graphics/xetex')
-rw-r--r--graphics/xetex/pstricks/README26
-rw-r--r--graphics/xetex/pstricks/xelatex/xetex-pstricks/pstricks.con8
-rw-r--r--graphics/xetex/pstricks/xetex/xetex-pstricks/pstricks.con8
3 files changed, 42 insertions, 0 deletions
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