diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-19 17:54:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-19 17:54:30 +0000 |
commit | 9352e2fa3eb4f66dc8cc30533bf5658a99fdac7e (patch) | |
tree | 6ee28078c9262b39a0441ecb3e932d40144b3b72 /Master/texmf-dist/doc/latex/uml/README | |
parent | 23b2789419e9e22d552147033a4f7f8ff569f649 (diff) |
new pstricks package uml (1dec06)
git-svn-id: svn://tug.org/texlive/trunk@2817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uml/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/uml/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uml/README b/Master/texmf-dist/doc/latex/uml/README new file mode 100644 index 00000000000..6189689dc78 --- /dev/null +++ b/Master/texmf-dist/doc/latex/uml/README @@ -0,0 +1,27 @@ +uml.sty is a package for writing UML (Unified Modelling Language) +diagrams in LaTeX. Currently, it implements a subset +of class diagrams, and some extra constructs as well. +The example on the right hand demonstrates the +Schema constructs. + +Run the Makefile or alternative: + +latex uml.ins +latex uml.dtx +makeindex -s gind.ist uml +makeindex -s gglo.ist -o uml.gls uml.glo +latex uml.dtx +dvips uml.dvi +ps2pdf uml.ps + + +This version of uml uses the extended version of the keyval +package. So be sure that you +- have installed xkeyval with the special pst-xkey.tex + (CTAN: tex-archive/macros/latex/contrib/xkeyval/) +- do not load another package after uml, which loads + the old keyval.sty or pst-key.tex + + +-- +Herbert Voss 2006-11-23 |