summaryrefslogtreecommitdiff
path: root/tex/context/base/m-pstricks.mkiv
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
commit8d8d528d2ad52599f11250cfc567fea4f37f2a8b (patch)
tree94286bc131ef7d994f9432febaf03fe23d10eef8 /tex/context/base/m-pstricks.mkiv
parentf5aed2e51223c36c84c5f25a6cad238b2af59087 (diff)
downloadcontext-8d8d528d2ad52599f11250cfc567fea4f37f2a8b.tar.gz
2016-01-12 16:26:00
Diffstat (limited to 'tex/context/base/m-pstricks.mkiv')
-rw-r--r--tex/context/base/m-pstricks.mkiv65
1 files changed, 0 insertions, 65 deletions
diff --git a/tex/context/base/m-pstricks.mkiv b/tex/context/base/m-pstricks.mkiv
deleted file mode 100644
index 421607aaf..000000000
--- a/tex/context/base/m-pstricks.mkiv
+++ /dev/null
@@ -1,65 +0,0 @@
-%D \module
-%D [ file=m-pstricks,
-%D version=2010.03.14,
-%D title=\CONTEXT\ Extra Modules,
-%D subtitle=\PSTRICKS\ Connections,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-\registerctxluafile{m-pstricks}{}
-
-\unprotect
-
-% best we can make a special colors module
-%
-% \let\@unused\plussixteen
-% \let\alloc@ \gobblefivearguments
-%
-% \def\loadpstrickscolors#1%
-% {\pushmacro\dodefinecolor
-% \pushmacro\dodefinepalet
-% \pushmacro\dodefinecolorgroup
-% \def\dodefinecolor[##1][##2]%
-% {\doifassignmentelse{##2}
-% {\getparameters[pstricks][r=0,g=0,b=0,##2]%
-% \expanded{\newrgbcolor{##1}{{\pstricksr} {\pstricksg} {\pstricksb}}}}%
-% {}}%
-% \def\dodefinepalet [##1][##2]{}%
-% \def\dodefinecolorgroup[##1][##2][##3]{}%
-% \writestatus{pstricks}{loading colors from #1}%
-% \input #1 \relax
-% \popmacro\dodefinecolorgroup
-% \popmacro\dodefinepalet
-% \popmacro\dodefinecolor}
-%
-% \input multido \relax
-% \input pstricks \relax
-% \input pst-plot \relax
-%
-% \loadpstrickscolors{colo-rgb}
-
-\definebuffer[PSTRICKS]
-
-\unexpanded\def\processPSTRICKS {\ctxlua{moduledata.pstricks.process(\thebuffernumber{PSTRICKS})}}
-\unexpanded\def\usePSTRICKSmodule[#1]{\ctxlua{moduledata.pstricks.usemodule("#1")}}
-\unexpanded\def\setPSTRICKS #1{\setbuffer[def-\thebuffernumber{PSTRICKS}]#1\endbuffer}
-
-\let\stopPSTRICKS\processPSTRICKS
-
-%D \starttyping
-%D \usemodule[pstricks]
-%D \usePSTRICKSmodule[pst-barcode]
-%D
-%D \startPSTRICKS
-%D \pspicture(-4mm,-1mm)(38mm,26mm)
-%D \psbarcode{9781860742712}{includetext guardwhitespace}{ean13}%
-%D \endpspicture
-%D \stopPSTRICKS
-%D \stoptyping
-
-\protect \endinput