diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-optic/pst-optic.tex | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-optic/pst-optic.tex b/Master/texmf-dist/tex/generic/pst-optic/pst-optic.tex index 444d0754114..f145993fc6e 100644 --- a/Master/texmf-dist/tex/generic/pst-optic/pst-optic.tex +++ b/Master/texmf-dist/tex/generic/pst-optic/pst-optic.tex @@ -1,4 +1,4 @@ -%%%% $Id: pst-optic.tex 716 2023-05-07 18:37:07Z herbert $ +%%%% $Id: pst-optic.tex 896 2024-05-17 10:13:27Z herbert $ %% This is file `pst-optic.tex', %% %% IMPORTANT NOTICE: @@ -6,9 +6,9 @@ %% Package `pst-optic.tex' %% %% Manuel Luque <Mluque5130@aol.com> (France) -%% Herbert Voss <voss@perce.de> (Germany) +%% Herbert Voss <hvoss@tug.org> (Germany) %% -%% 2023-05-07 +%% 2024-05-17 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -30,8 +30,8 @@ \ifx\PSTMultidoLoaded\endinput\else\input multido.tex\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey\fi % -\def\fileversion{1.02a} -\def\filedate{2023/05/07} +\def\fileversion{1.03} +\def\filedate{2024/05/17} \message{`PST-Optic' v\fileversion, \filedate\space (Manuel Luque and Herbert Voss)} % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -402,8 +402,8 @@ \psset[pst-optic]{lensType=CVG,OA=-7,% lensHeight=6,% lensWidth=1.5,% - refractB=2} - \ifx\relax#1\relax \else\psset[pst-optic,pstricks]{#1}\fi + refractB=2, + #1} \begin{pspicture*}(\psk@optic@xLeft ,\psk@optic@yBottom ) (\psk@optic@xRight ,\psk@optic@yTop) \pnode(! \psk@optic@xLeft\space 0){xLeft} @@ -737,8 +737,8 @@ %(#2) est l'abscisse du centre optique \def\lens{\@ifnextchar[{\pst@lens}{\pst@lens[]}} \def\pst@lens[#1]{{% - \psset[pst-optic]{xLeft=-7.5,xRight=7.5,yBottom=-3,yTop=3}% - \psset[pst-optic,pstricks]{#1}% + \psset[pst-optic,pstricks]{xLeft=-7.5,xRight=7.5,yBottom=-3,yTop=3,#1}% +% \psset[pst-optic,pstricks]{#1}% \pst@killglue% % trace les rayons % calcule la position de l'image @@ -1999,7 +1999,7 @@ \def\resetOpticOptions{% hv 2006-07-20 \newpsstyle{opticalAxis}{linewidth=0.5pt,linecolor=black,linestyle=solid} \psset[pst-optic]{% - lensGlass=false,drawing=true,,lensTwo,rightRay,onlyrays=false, + lensGlass=true,drawing=true,lensTwo,rightRay,onlyrays=false, xLeft=-7.5,xRight=7.5,yBottom=-3.0,yTop=3.0, lensType=CVG,lensColor=lightgray,lensWidth=0.5,lensDepth=1, lensHeight=5,lensScale=1,lensArrowSize=0.2,lensArrowInset=0.5, |