summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/pstricks.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/pstricks.m4')
-rw-r--r--graphics/circuit_macros/pstricks.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/circuit_macros/pstricks.m4 b/graphics/circuit_macros/pstricks.m4
index efe7cafe16..0dbd8ef7f1 100644
--- a/graphics/circuit_macros/pstricks.m4
+++ b/graphics/circuit_macros/pstricks.m4
@@ -1,7 +1,7 @@
divert(-1)
pstricks.m4 Initialization for PSTricks.
-* Circuit_macros Version 9.3, copyright (c) 2020 J. D. Aplevich under *
+* Circuit_macros Version 9.4, copyright (c) 2020 J. D. Aplevich under *
* the LaTeX Project Public Licence in file Licence.txt. The files of *
* this distribution may be redistributed or modified provided that this *
* copyright notice is included and provided that modifications are clearly *
@@ -29,8 +29,8 @@ define(`linethick_',`linethick = ifelse(`$1',,`0.8',`$1'); dnl
arrowht = ifelse(`$1',,`0.1',linethick/8)*scale;')
`Patch PSTricks to use all coordinate pairs
- inside \pscustom'
- `Older version for PSTricks prior to Aug 2010:'
+ inside \pscustom
+ Older version for PSTricks prior to Aug 2010:'
define(`M4PatchPSTricks',
`command "\makeatletter\@ifundefined{ifPst@noCurrentPoint}%
{\@ifundefined{MPS@Patch}{\gdef\MPS@Patch{}%
@@ -41,7 +41,7 @@ define(`M4PatchPSTricks',
{\@ifundefined{MPS@PatchMsg}{\gdef\MPS@PatchMsg{}%
\typeout{ Dpic -p: Setting noCurrentPoint to use all coord pairs }}{}%
\psset{noCurrentPoint}}\makeatother%"')
- `For PSTricks since Aug 2010'
+ `For PSTricks since Aug 2010:'
define(`M4PatchPSTricks',`command "\psset{noCurrentPoint}%"')
divert(0)dnl