GML.tex 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. \documentclass[twoside,a4paper,fleqn]{report}
  2. \usepackage[report]{Graphlet}
  3. \begin{document}
  4. \input{Config.tex}
  5. \title{GML: Graph Modelling Language
  6. \\*[3.0cm]
  7. {\emph{DRAFT VERSION}}
  8. }
  9. \author{Michael Himsolt\thanks{
  10. This research is partially supported by the Deutsche
  11. Forschungsgemeinschaft, Grant Br 835/6-2,
  12. research cluster ``Efficient Algorithms for
  13. Discrete Problems and Their Applications''
  14. }
  15. }
  16. \maketitle
  17. % Abstract
  18. % This paper defines the GML file format. GML is an efficient, platform
  19. % independent, expansible file format for graphs. A GML file is a
  20. % hierarchical list of key-value pairs. Its simple structure guarantees
  21. % that other file formats can effectively be converted from and to GML.
  22. \paragraph{Acknowledgements.} I would like to thank all people on the
  23. file format mailing list (\url{fileformat@fmi.uni-passau.de}),
  24. for their helpful comments in providing this paper. Special
  25. thanks to Martin Ramsch (\url{ramsch@fmi.uni-passau.de}) for his
  26. ISO 8859 character set tables.
  27. \tableofcontents
  28. \include{GML-Introduction}
  29. \include{GML-Definition}
  30. \appendix
  31. \include{GML-Keys}
  32. \include{GML-ISO}
  33. \end{document}
  34. %%% Local Variables:
  35. %%% mode: latex
  36. %%% End: