main.tex 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. \documentclass[technote,a4paper,leqno]{IEEEtran}
  2. \pdfoutput=1
  3. \usepackage[utf8]{inputenc} % this is needed for umlauts
  4. \usepackage[USenglish]{babel} % this is needed for umlauts
  5. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  6. \usepackage{amsmath,amssymb}
  7. \usepackage[absolute,overlay]{textpos}
  8. \usepackage{tikz}
  9. \usepackage{csquotes}
  10. \usepackage[binary-units=true,detect-weight=true, detect-family=true]{siunitx}
  11. \DeclareSIUnit\pixel{px}
  12. \usepackage{caption} % nicer captions
  13. \usepackage{url}
  14. \usepackage{breakurl}
  15. \usepackage[raiselinks=true,
  16. bookmarks=true,
  17. bookmarksopenlevel=1,
  18. bookmarksopen=true,
  19. bookmarksnumbered=true,
  20. breaklinks,
  21. hyperindex=true,
  22. plainpages=false,
  23. pdfpagelabels=true,
  24. pdfborder={0 0 0.5}]{hyperref}
  25. \def\UrlBreaks{\do\/\do-}
  26. \usepackage{xspace}
  27. \newcommand*\elide{\textup{[\,\dots]}\xspace}
  28. \usepackage[nameinlink, noabbrev,capitalise]{cleveref}
  29. \title{The HASYv2 dataset}
  30. \author{%
  31. \IEEEauthorblockN{Martin Thoma}\\
  32. \IEEEauthorblockA{E-Mail: info@martin-thoma.de} % ORCID: http://orcid.org/0000-0002-6517-1690
  33. }
  34. \hypersetup{
  35. pdfauthor = {Martin Thoma},
  36. pdfkeywords = {dataset},
  37. pdfsubject = {HASY, HASYv2, dataset},
  38. pdftitle = {The HASYv2 dataset},
  39. }
  40. \usepackage[inline]{enumitem}
  41. \usepackage{longtable}
  42. \usepackage{booktabs} % \toprule
  43. \usepackage{braket} % needed for \Set
  44. \usepackage{algorithm,algpseudocode}
  45. % Packages for symbols
  46. \usepackage{mathtools}
  47. \usepackage{mathrsfs}
  48. \def\wasyfamily{\fontencoding{U}\fontfamily{wasy}\selectfont}
  49. \usepackage{upgreek}
  50. \usepackage{marvosym}
  51. \usepackage{textcomp}
  52. \usepackage{dsfont}
  53. \usepackage{esint}
  54. \usepackage{cmll}
  55. \usepackage{stmaryrd}
  56. \usepackage{skull}
  57. % Make document nicer
  58. \usepackage{parskip}
  59. \usepackage{multirow}
  60. \usepackage{microtype}
  61. % Variables
  62. \newcommand{\dbTotalClasses}{369}
  63. \newcommand{\dbTotalInstances}{\num{168233}}
  64. \newcommand{\dbName}{HASY}
  65. \newcommand{\dbNameVersion}{HASYv2}
  66. \newcommand{\dbSizeMB}{34.6}
  67. \newcommand{\dbDownloadURL}{\url{https://doi.org/10.5281/zenodo.259444}}
  68. \newcommand{\dbMDfivesum}{fddf23f36e24b5236f6b3a0880c778e3}
  69. % Start
  70. \begin{document}
  71. \maketitle
  72. \input{abstract}
  73. \input{content}
  74. \bibliographystyle{IEEEtranSA}
  75. \bibliography{literatur}
  76. \input{appendix}
  77. \end{document}