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
OTHER2017/tex/bare_conf.tex
kazu 84b6b63791 current TeX
switched to acm-large
2017-05-02 09:53:32 +02:00

186 lines
3.8 KiB
TeX
Executable File

\documentclass[acmlarge]{acmart}
\usepackage{booktabs} % For formal tables
\usepackage[ruled]{algorithm2e} % For algorithms
\renewcommand{\algorithmcfname}{ALGORITHM}
\SetAlFnt{\small}
\SetAlCapFnt{\small}
\SetAlCapNameFnt{\small}
\SetAlCapHSkip{0pt}
\IncMargin{-\parindent}
% Metadata Information
\acmJournal{IMWUT}
\acmVolume{0}
\acmNumber{0}
\acmArticle{0}
\acmYear{2017}
\acmMonth{0}
\acmArticleSeq{0}
% Copyright
\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
\acmDOI{0000001.0000001}
% Paper history
\received{dummy}
\received[accepted]{dummy}
\usepackage{color, colortbl}
%\usepackage{cite}
\usepackage{graphicx}
\interdisplaylinepenalty=2500
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
\usepackage{eqparbox}
\usepackage{epstopdf}
%\usepackage{ulem}
%\setcounter{figure}{0}
%\renewcommand{\thefigure}{A\arabic{section}.\arabic{figure}}
% replacement for the SI package
\newcommand{\SI}[2]{\ensuremath{#1}\text{\,#2}}
\newcommand{\SIrange}[3]{\ensuremath{#1} to \ensuremath{#2}\text{\,#3}}
% units for the SI package
\newcommand{\centimeter}{cm}
\newcommand{\meter}{m}
\newcommand{\per}{/}
\newcommand{\milli}{m}
\newcommand{\second}{s}
\newcommand{\giga}{G}
\newcommand{\hertz}{Hz}
\newcommand{\dBm}{dBm}
\newcommand{\percent}{\%}
\newcommand{\decibel}{dB}
\newcommand{\dB}{dB}
\newcommand{\hpa}{hPa}
\newcommand{\degree}{\ensuremath{^{\circ}}}
% 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
%other macros
\newcommand{\noStep}{\overline{\text{step}}}
% gfx include folder
\graphicspath{ {gfx/baro/},{gfx/graph/},{gfx/paths/},{gfx/eval/},{gfx/},{gfx/grid/}}
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
% input stuff
\input{misc/keywords}
\input{misc/functions}
\begin{document}
\title{\docWIFI{} Optimization for Smartphone-based Indoor Localization??}
\author{Frank Ebner}
\author{Toni Fetzer}
\author{Frank Deinzer}
\affiliation{%
\institution{University of Applied Sciences W\"urzburg-Schweinfurt}
\department{Faculty of Computer Science and Business Information Systems}
\city{W\"urzburg}
%\state{VA}
%\postcode{22903}
\country{Germany}
}
\author{Marcin Grzegorzek}
\affiliation{%
\institution{University of Siegen}
\department{Pattern Recognition Group}
\city{Siegen}
%\state{VA}
%\postcode{22903}
\country{Germany}
}
\input{chapters/abstract}
\maketitle
% For peer review papers, you can put extra information on the cover
% page as needed:
% \ifCLASSOPTIONpeerreview
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
% \fi
%
% For peerreview papers, this IEEEtran command inserts a page break and
% creates the second title. It will be ignored for other modes.
%\IEEEpeerreviewmaketitle
\input{chapters/introduction}
\input{chapters/relatedwork}
\input{chapters/system}
\input{chapters/work}
\input{chapters/experiments}
\input{chapters/conclusion}
% conference papers do not normally have an appendix
% use section* for acknowledgment
%\section*{Acknowledgment}
%The authors would like to thank...
% balancing
%\IEEEtriggeratref{8}
% The "triggered" command can be changed if desired:
%\IEEEtriggercmd{\enlargethispage{-5in}}
% references section
%\bibliographystyle{IEEEtran}
%\bibliography{IEEEabrv,egbib}
\bibliographystyle{ACM-Reference-Format}
\bibliography{egbib}
\end{document}