This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
FtmPrologic/tex/bare_conf.tex
2020-03-03 14:34:54 +01:00

110 lines
3.0 KiB
TeX

\documentclass[sensors,article,submit,moreauthors,pdftex,10pt,a4paper]{Definitions/mdpi}
\firstpage{1}
\makeatletter
\setcounter{page}{\@firstpage}
\makeatother
\pubvolume{xx}
\issuenum{1}
\articlenumber{1}
\pubyear{2018}
\copyrightyear{2018}
%\externaleditor{Academic Editor: name}
\history{Received: date; Accepted: date; Published: date}
\usepackage{color, colortbl}
\usepackage{graphicx}
\interdisplaylinepenalty=2500
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
\usepackage{eqparbox}
\usepackage{epstopdf}
\usepackage{siunitx}
\usepackage{array}
\usepackage{multirow}
\usepackage{xfrac}
\usepackage{mwe}
\usepackage{subfig}
\usepackage{hyperref}
\usepackage{booktabs}
%\updates{yes} % If there is an update available, un-comment this line
\Title{Integrating 802.11 Fine Timing Measurements into an Indoor Positioning System}
% Author Orchid ID: enter ID or remove command
\newcommand{\orcidauthorA}{0000-0002-4698-8232} % Add \orcidA{} behind the author's name
\newcommand{\orcidauthorB}{0000-0002-8249-8783} % Add \orcidB{} behind the author's name
\newcommand{\orcidauthorC}{0000-0001-7213-1024} % Add \orcidC{} behind the author's name
% Authors, for the paper (add full first names)
\Author{Markus Bullmann$^{1}$\orcidC{}, Toni Fetzer$^{1,*}$\orcidB{}, Frank Ebner$^{1}$\orcidA{}, Frank Deinzer$^{1}$ and Marcin Grzegorzek$^{2}$}
% Authors, for metadata in PDF
\AuthorNames{Markus Bullmann, Toni Fetzer, Frank Ebner, Frank Deinzer and Marcin Grzegorzek}
\keyword{fine timing measurement; Wi-Fi; position estimation; sensor fusion; smartphone; indoor positioning system; IEEE 802.11-2016}
% Affiliations / Addresses (Add [1] after \address if there is only one affiliation.)
\address{%
$^{1}$ \quad University of Applied Sciences W\"urzburg-Schweinfurt - Faculty of Computer Science and Business Information Systems; \textit{firstname.surname}@fhws.de\\
$^{2}$ \quad University of Siegen - Pattern Recognition Group; marcin.grzegorzek@uni-siegen.de}
% Contact information of the corresponding author
\corres{Correspondence: markus.bullmann@fhws.de}
% missing math operators
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
% vector and matrix typesetting
\renewcommand{\vec}[1]{\boldsymbol{#1}} % italic and greek symbols
\newcommand{\mat}[1]{\vec{#1}} % the same as vec
% gfx include folder
\graphicspath{ {./gfx/} {./gfx/placeholder/} }
% input stuff
\input{misc/keywords}
\input{misc/functions}
% footnote hack for thanks
\newcommand{\blfootnote}[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
\input{chapters/0_abstract}
\begin{document}
\maketitle
\input{chapters/1_introduction}
\input{chapters/2_relatedwork}
\input{chapters/3_ftm}
\input{chapters/4_ftmloc}
3x3 Bilder Grid mit spannenden Situationen erklären und mit Video Upload untermalen
\input{chapters/8_experiments}
\input{chapters/9_conclusion}
\reftitle{References}
\externalbibliography{yes}
\bibliography{egbib}
\end{document}