diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-14 20:25:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-14 20:25:54 +0000 |
commit | cb92e524d778229884d461b7ac8710f6a3150e4b (patch) | |
tree | ccbad9b463e19401919d11962efc6f92e318dda5 /Master/texmf-dist/tex | |
parent | 2dd162f280eb9bb99927cd2b923c701e3ad424ce (diff) |
pst-solarsystem (14aug17)
git-svn-id: svn://tug.org/texlive/trunk@45041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-solarsystem/pst-solarsystem.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-solarsystem/pst-solarsystem.tex b/Master/texmf-dist/tex/generic/pst-solarsystem/pst-solarsystem.tex index 4f2890bc6ec..d20cd9bfb4d 100644 --- a/Master/texmf-dist/tex/generic/pst-solarsystem/pst-solarsystem.tex +++ b/Master/texmf-dist/tex/generic/pst-solarsystem/pst-solarsystem.tex @@ -27,8 +27,8 @@ \ifx\GradientLoaded\endinput\else \input pst-grad \fi \ifx\PSTtoolsLoaded\endinput\else \input pst-tools\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi -\def\fileversion{0.12} -\def\filedate{2012/01/01} +\def\fileversion{0.12a} +\def\filedate{2017/08/14} \message{`PSTSOLARSYSTEME' v\fileversion, \filedate} % \pstheader{pst-solarsystem.pro} @@ -48,9 +48,8 @@ \define@boolkey[psset]{pst-solarsystem}[Pst@]{values}[true]{} \psset[pst-solarsystem]{values} -\SpecialCoor \newpsstyle{planetes}{linestyle=none,fillstyle=gradient,gradmidpoint=0,gradend=white,GradientCircle} -\newcommand{\Jupiter}{% +\newcommand\Jupiter{% \psclip{\pscircle[fillstyle=solid,fillcolor=yellow]{1.5}} \psset{fillstyle=solid,fillcolor={[cmyk]{0 0.2 0.4 0}},linestyle=none} \psframe(-2,.6)(2,1) @@ -62,7 +61,7 @@ \psellipse[fillstyle=solid,fillcolor={[cmyk]{0 0.4 0.6 0}},linestyle=none](-0.3,-0.6)(0.35,0.2) \pscircle{1.5}} % -\newcommand{\Saturne}{% +\newcommand\Saturne{% \psellipse(3,0.7) \psellipse[linewidth=2\pslinewidth](3.5,1) \psellipse(4,1.2) |