main.tex 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. \documentclass[conference]{IEEEtran}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[english]{babel}
  4. \usepackage{amsmath}
  5. \usepackage{amsfonts}
  6. \usepackage{amssymb}
  7. \usepackage{graphicx}
  8. \usepackage{epstopdf}
  9. \usepackage{url}
  10. \usepackage{listings}
  11. \usepackage{subcaption}
  12. \begin{document}
  13. \title{Explicit Type/Instance Relations}
  14. \author{
  15. \IEEEauthorblockN{Yentl Van Tendeloo}
  16. \IEEEauthorblockA{University of Antwerp, Belgium\\
  17. \\
  18. Yentl.VanTendeloo@uantwerpen.be}
  19. \and
  20. \IEEEauthorblockN{Hans Vangheluwe}
  21. \IEEEauthorblockA{University of Antwerp, Belgium\\
  22. McGill University, Canada\\
  23. Hans.Vangheluwe@uantwerpen.be}
  24. }
  25. \maketitle
  26. \begin{abstract}
  27. \input abstract.tex
  28. \end{abstract}
  29. \IEEEpeerreviewmaketitle
  30. \lstset{
  31. basicstyle=\small\ttfamily
  32. }
  33. \newcommand{\inheritancearrow}{-\hspace{-0.05cm}\triangleright}
  34. \renewcommand{\floatpagefraction}{0.75}
  35. \input 1-introduction.tex
  36. \input 2-conformance.tex
  37. \input 3-explicit_conformance.tex
  38. \input 4-example.tex
  39. \input 5-related_work.tex
  40. \input 6-conclusion.tex
  41. \section*{ACKNOWLEDGMENTS}
  42. This work was partly funded by a PhD fellowship from the Research Foundation -
  43. Flanders (FWO). Partial support by the Flanders Make strategic research centre
  44. for the manufacturing industry is also gratefully acknowledged.
  45. \bibliographystyle{unsrt}
  46. \bibliography{bibliography}
  47. \end{document}