diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-18 00:12:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-18 00:12:24 +0000 |
commit | 46622bb761622ca7ffae56f6ea270f90a950dea9 (patch) | |
tree | 1f2643a43e7d126a5e4ded1905dd55674c2135db /Master/texmf-dist/source/latex/uml | |
parent | de42f085cc70c506f422ca78cf1d0dead7bc727a (diff) |
uml update (17mar10)
git-svn-id: svn://tug.org/texlive/trunk@17476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/uml')
-rw-r--r-- | Master/texmf-dist/source/latex/uml/uml.dtx | 28 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/uml/uml.ins | 2 |
2 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/uml/uml.dtx b/Master/texmf-dist/source/latex/uml/uml.dtx index 06f0ee909ba..6c5a442c52a 100644 --- a/Master/texmf-dist/source/latex/uml/uml.dtx +++ b/Master/texmf-dist/source/latex/uml/uml.dtx @@ -1,6 +1,6 @@ -\def\filedate{2006/11/28} -\def\docdate{2006/11/28} -\def\fileversion{0.10} +\def\filedate{2010/03/17} +\def\docdate{2010/03/17} +\def\fileversion{0.11} \def\basename{uml} % % \iffalse meta-comment @@ -592,7 +592,7 @@ % \umlAttribute[type=length]{relationArmA} % \umlAttribute[type=angle]{relationAngleA} % \umlAttribute[type=angle]{relationArmAngleA} -% \umlAttribute[default=solid]{linestyle} +% \umlAttribute[default=solid]{umllinestyle} % \umlAttribute[type=color]{relationcolor} % \umlAttribute[type=color]{/linecolor} % \umlAttribute[type=length]{nodesep} @@ -1687,7 +1687,7 @@ % named option: % % \begin{description} -% \item["linestyle"] A\DescribeMacro{linestyle-} linestyle to draw the +% \item["umllinestyle"] A\DescribeMacro{umllinestyle-} umllinestyle to draw the % connector. Default is "solid". % \item["linecolor"] The color of the line.\DescribeMacro{linecolor-} % \end{description} @@ -2958,7 +2958,7 @@ \RequirePackage{pst-node} % \end{macrocode} -% \noindent\packageName{xkeyval} [xKeyval] is the package which handles +% \noindent\packageName{pst-xkey} [xKeyval] is the package which handles % \index{keyval}\index{xkeyval} Keys can be set as usual for PStricks related % package with "\psset[uml]{...}", where the family name "uml" is optional. % named options (like \verb+[name=Name, reference=Ref]+). @@ -4233,10 +4233,10 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{linestyle-} +% \begin{macro}{umllinestyle-} % Legal values are "none", "solid", "hashed" and "dotted". % \begin{macrocode} -\define@key[psset]{uml}{linestyle}{\def\umlLinestyle{#1}} +\define@key[psset]{uml}{umllinestyle}{\def\umlLinestyle{#1}} % \end{macrocode} % \end{macro} % @@ -4533,11 +4533,11 @@ \psline(-\umlSymbolWidthDefault, -\umlSymbolHeightDefault)% (0,0)% (\umlSymbolWidthDefault, -\umlSymbolHeightDefault)}% - \umlRelation[kind={Instance-of}, linestyle=dashed, #1]{#2}{#3}{% + \umlRelation[kind={Instance-of}, umllinestyle=dashed, #1]{#2}{#3}{% \umlSymbol[fraction=B]{\umlReference}{\umlEndSymbol}} } % \end{macrocode} -% \index{linestyle-!dashed in Instance} +% \index{umllinestyle-!dashed in Instance} % \end{macro} % % \subsection{Aggregation}\label{sec:aggregation}\label{sec:impAggregation} @@ -4653,12 +4653,12 @@ % % \begin{macro}{\umlAssociationClass} % Relation from a relation to a schema symbol. -%\index{linestyle!dashed in AssociationClass} +%\index{umllinestyle!dashed in AssociationClass} % \index{posMeetLine!AssociationClass} % \begin{macrocode} \newcommand\umlAssociationSchema[3][]{% \umlToRelation[kind=AssociationSchema, - posMeetLine=.5, linestyle=dashed,#1]{#2}{#3}% + posMeetLine=.5, umllinestyle=dashed,#1]{#2}{#3}% } \newcommand\umlAssociationClass[3][]{% \umlAssociationSchema[kind=AssociationClass,#1]{#2}{#3}} @@ -4670,12 +4670,12 @@ % % \begin{macro}{\umlArgumentRelation} % Relation from an application to an argument. -%\index{linestyle!dottedin ArgumentRelation} +%\index{umllinestyle!dottedin ArgumentRelation} % \index{posMeetLine!ArgumentRelation} % \begin{macrocode} \newcommand\umlArgumentRelation[3][]{% \umlToRelation[kind=ArgumentRelation, - posMeetLine=.2,linestyle=dotted,#1]{#2}{#3}% + posMeetLine=.2,umllinestyle=dotted,#1]{#2}{#3}% } % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/source/latex/uml/uml.ins b/Master/texmf-dist/source/latex/uml/uml.ins index b79d1759153..e54e19fc354 100644 --- a/Master/texmf-dist/source/latex/uml/uml.ins +++ b/Master/texmf-dist/source/latex/uml/uml.ins @@ -1,4 +1,4 @@ -\def\filedate{2006/11/26} +\def\filedate{2010/03/17} \def\batchfile{uml.ins} \input docstrip.tex \generateFile{uml.sty}{t}{\from{uml.dtx}{package}} |