diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-09 20:34:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-09 20:34:25 +0000 |
commit | 76b14d997163a958f843c4e64ebafe48efacf546 (patch) | |
tree | d8a419b3b0a453bae7a51ec7b21575a21cab7a83 /Master/texmf-dist/tex/latex/pstricks/pst-doc.cls | |
parent | 99ced985a0f48486bcb77133eeddd7a699dda21c (diff) |
pstricks (8jun20)
git-svn-id: svn://tug.org/texlive/trunk@55493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pst-doc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pst-doc.cls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls b/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls index d03ad411d9c..fb5d75fb457 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls +++ b/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls @@ -1,4 +1,4 @@ -% $Id: pst-doc.cls 857 2018-12-13 11:20:40Z herbert $ +% $Id: pst-doc.cls 1044 2019-04-11 09:32:09Z herbert $ % %% %% The PSTricks Project @@ -437,6 +437,7 @@ xleftmargin=0pt,xrightmargin=0pt, \def\OptArgs{\colorbox{black!20}{\texttt{[Options]}}\kern1pt} + \def\OptArg{\@ifnextchar*\OptArg@i{\OptArg@ii*}}% star version without braces \def\OptArg@i*#1{\colorbox{black!20}{\texttt{#1}}\kern1pt} \def\OptArg@ii*#1{\colorbox{black!20}{\texttt{[#1]}}\kern1pt} |