2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 15:57:57 +02:00
LaTeX-examples/publications/hasy/main.tex
2017-01-29 14:27:08 +01:00

89 lines
2.4 KiB
TeX

\documentclass[technote,a4paper,leqno]{IEEEtran}
\pdfoutput=1
\usepackage[utf8]{inputenc} % this is needed for umlauts
\usepackage[USenglish]{babel} % this is needed for umlauts
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
\usepackage{amsmath,amssymb}
\usepackage[absolute,overlay]{textpos}
\usepackage{tikz}
\usepackage{csquotes}
\usepackage[binary-units=true,detect-weight=true, detect-family=true]{siunitx}
\DeclareSIUnit\pixel{px}
\usepackage{caption} % nicer captions
\usepackage{url}
\usepackage{breakurl}
\usepackage[raiselinks=true,
bookmarks=true,
bookmarksopenlevel=1,
bookmarksopen=true,
bookmarksnumbered=true,
breaklinks,
hyperindex=true,
plainpages=false,
pdfpagelabels=true,
pdfborder={0 0 0.5}]{hyperref}
\def\UrlBreaks{\do\/\do-}
\usepackage{xspace}
\newcommand*\elide{\textup{[\,\dots]}\xspace}
\usepackage[nameinlink, noabbrev,capitalise]{cleveref}
\title{The HASYv2 dataset}
\author{%
\IEEEauthorblockN{Martin Thoma}\\
\IEEEauthorblockA{E-Mail: info@martin-thoma.de} % ORCID: http://orcid.org/0000-0002-6517-1690
}
\hypersetup{
pdfauthor = {Martin Thoma},
pdfkeywords = {dataset},
pdfsubject = {HASY, HASYv2, dataset},
pdftitle = {The HASYv2 dataset},
}
\usepackage[inline]{enumitem}
\usepackage{longtable}
\usepackage{booktabs} % \toprule
\usepackage{braket} % needed for \Set
\usepackage{algorithm,algpseudocode}
% Packages for symbols
\usepackage{mathtools}
\usepackage{mathrsfs}
\def\wasyfamily{\fontencoding{U}\fontfamily{wasy}\selectfont}
\usepackage{upgreek}
\usepackage{marvosym}
\usepackage{textcomp}
\usepackage{dsfont}
\usepackage{esint}
\usepackage{cmll}
\usepackage{stmaryrd}
\usepackage{skull}
% Make document nicer
\usepackage{parskip}
\usepackage{multirow}
\usepackage{microtype}
% Variables
\newcommand{\dbTotalClasses}{369}
\newcommand{\dbTotalInstances}{\num{168233}}
\newcommand{\dbName}{HASY}
\newcommand{\dbNameVersion}{HASYv2}
\newcommand{\dbSizeMB}{34.6}
\newcommand{\dbDownloadURL}{\url{https://doi.org/10.5281/zenodo.259444}}
\newcommand{\dbMDfivesum}{fddf23f36e24b5236f6b3a0880c778e3}
% Start
\begin{document}
\maketitle
\input{abstract}
\input{content}
\bibliographystyle{IEEEtranSA}
\bibliography{literatur}
\input{appendix}
\end{document}