AZ logo

CTAN directory: /graphics/pstricks/contrib/uml

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
uml UML diagrams in LaTeX.

Files

Name Size* Date UTC Notes
Changes 218 bytes 2010-Mar-17
Makefile 1 KiB 2006-Nov-28
README 1 KiB 2006-Nov-28 Shown below
uml.dtx 191 KiB 2010-Mar-17
uml.ins 1 KiB 2010-Mar-17
uml.pdf 495 KiB 2010-Mar-17

  *File sizes in kibibytes.

Contents of README

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