class-diagram.tex 633 B

123456789101112131415161718192021222324252627282930313233
  1. \documentclass[a4paper]{article}
  2. \usepackage{geometry}
  3. \geometry{top=1cm,left=1cm,right=1cm,bottom=2cm}
  4. % The following is needed in order to make the code compatible
  5. % with both latex/dvips and pdflatex.
  6. \ifx\pdftexversion\undefined
  7. \usepackage[dvips]{graphicx}
  8. \else
  9. \usepackage[pdftex]{graphicx}
  10. \DeclareGraphicsRule{*}{mps}{*}{}
  11. \fi
  12. \pdfinfo{
  13. /Author (Martin Thoma)
  14. /Title (LittlePraktomat Documentation)
  15. /Subject (LittlePraktomat Documentation)
  16. /Keywords (LaTeX)
  17. }
  18. \title{LittlePraktomat Documentation}
  19. \author{Martin Thoma}
  20. \begin{document}
  21. \maketitle
  22. \section{UML}
  23. \includegraphics{meta.1}
  24. \end{document}