diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-10 22:32:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-10 22:32:31 +0000 |
commit | 3b74459d2df5406223af0ab9431433d3de67e5ef (patch) | |
tree | 5c168dbf5247aa022c2908d510469c97e603982d /Master | |
parent | 8a88f72a120a3d7f214cf0c24916e0c24da2a130 (diff) |
pst-uml update
git-svn-id: svn://tug.org/texlive/trunk@3311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-uml/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-uml/pst-uml.sty | 20 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/pst-uml.tpm | 6 |
3 files changed, 12 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-uml/Changes b/Master/texmf-dist/doc/generic/pst-uml/Changes index 6a3a98530ff..dd33a441f8d 100644 --- a/Master/texmf-dist/doc/generic/pst-uml/Changes +++ b/Master/texmf-dist/doc/generic/pst-uml/Changes @@ -1,4 +1,5 @@ ----- pst-uml.tex +0.83 2007-01-04 use \umlCasePut instead of \umlPutCase (hv) 0.82 2006-12-19 adapted for use with array package (JHf) fix bug with keyset for debug (hv) 0.81 2005-05-10 using pst-xkey and pstricks (hv) diff --git a/Master/texmf-dist/tex/latex/pst-uml/pst-uml.sty b/Master/texmf-dist/tex/latex/pst-uml/pst-uml.sty index e287f1ee9a6..a9d4ed92d4c 100644 --- a/Master/texmf-dist/tex/latex/pst-uml/pst-uml.sty +++ b/Master/texmf-dist/tex/latex/pst-uml/pst-uml.sty @@ -7,7 +7,7 @@ %% %% Maurice Diamantini <diam@ensta.fr> %% -%% Dec 19, 2006 +%% Jan 01, 2007 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -18,16 +18,11 @@ %% % Inspir\'e des exemples de Denis GIROU % -% mise `a jour par diam@ensta.fr : -% 22/02/98 : cr\'eation -% 15/03/98 : utilsation des cl\'e pour les option de \umlClass -% 10/11/04 : using pst-xkey and pstricks (hv) -% 19/12/06 : adapted for use with array package (JHf) - +% \def\filename{pst-uml} \def\fileBut{Quelques macros pstricks pour diagrammes UML} -\def\fileversion{0.82} -\def\filedate{2006/12/19} +\def\fileversion{0.83} +\def\filedate{2007/01/03} \def\fileMailAutor{diam@ensta.fr} % \NeedsTeXFormat{LaTeX2e} @@ -490,7 +485,7 @@ % BUG : \psovalbox creer une boite RECTANGULAIRE dans la quelle il y a % un oval => difficile de s\'eparer la CREATION du dessin et le PLACEMENT % de celui-ci avec la cr\'eation d'un node CONCLUSION : inutilis\'e ! -% (Utiliser plutot la commande suivante \umlPutCase) +% (Utiliser plutot la commande suivante \umlCasePut) % \newcommand{\umlCase}[2][]{{% \psset{#1}% Reading keyOptions @@ -500,12 +495,13 @@ % Pour placer directement dans un ovalnode % UTILISATION : -% \umlPutCase[keyOptions{10,2}{C6}{Identifier\\contraintes bloquantes}% +% \umlCasePut[keyOptions{10,2}{C6}{Identifier\\contraintes bloquantes}% % -\newcommand{\umlPutCase}[4][]{{% +\newcommand{\umlCasePut}[4][]{{% \psset{#1}% Reading keyOptions \rput(#2){\ovalnode[framesep=0]{#3}{\umlStack{#4}}}% }} +\let\umlPutCase\umlCasePut % for compatibility %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % La macro pour dessiner les etats : diff --git a/Master/texmf-dist/tpm/pst-uml.tpm b/Master/texmf-dist/tpm/pst-uml.tpm index 88c7daa7494..0cea111955a 100644 --- a/Master/texmf-dist/tpm/pst-uml.tpm +++ b/Master/texmf-dist/tpm/pst-uml.tpm @@ -3,7 +3,7 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/pst-uml.zip"> <TPM:Name>pst-uml</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/12/19 17:45:04</TPM:Date> + <TPM:Date>2007/01/04 17:48:16</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>rahtz</TPM:Creator> <TPM:Title>UML diagrams with PSTricks.</TPM:Title> @@ -18,11 +18,11 @@ that provides support for drawing moderately complex UML <TPM:Size>587428</TPM:Size> <TPM:License></TPM:License> <TPM:Build/> - <TPM:RunFiles size="29375"> + <TPM:RunFiles size="29201"> texmf-dist/tex/latex/pst-uml/pst-uml.sty texmf-dist/tpm/pst-uml.tpm </TPM:RunFiles> - <TPM:DocFiles size="551337"> + <TPM:DocFiles size="551399"> texmf-dist/doc/generic/pst-uml/Changes texmf-dist/doc/generic/pst-uml/README texmf-dist/doc/generic/pst-uml/diagCase.tex |