| \documentclass[11pt]{article} |
|
|
| |
| \usepackage[utf8]{inputenc} |
| \usepackage[T1]{fontenc} |
| \usepackage{textgreek} |
| \usepackage{amsmath,amsfonts,amssymb} |
| \usepackage{graphicx} |
| \usepackage{booktabs} |
| \usepackage{multirow} |
| \usepackage{subcaption} |
| \usepackage{url} |
| \usepackage{hyperref} |
| \usepackage{xcolor} |
| \usepackage{tikz} |
| \usepackage{eso-pic} |
| \usepackage{geometry} |
| \usepackage{comment} |
| \usepackage{natbib} |
| \usepackage{setspace} |
|
|
| |
| \geometry{a4paper, margin=1in} |
| \onehalfspacing |
|
|
| |
| \AddToShipoutPictureBG{ |
| \begin{tikzpicture}[remember picture,overlay] |
| \node[rotate=45,scale=4,text=gray!20] at (current page.center) {AUTHOR MANUSCRIPT}; |
| \end{tikzpicture} |
| } |
|
|
| |
| \renewcommand{\sectionautorefname}{Section} |
| \renewcommand{\subsectionautorefname}{Section} |
| \renewcommand{\subsubsectionautorefname}{Section} |
|
|
| \usepackage{tabularx} |
| \usepackage{dcolumn} |
| \newcolumntype{d}[1]{D{.}{.}{#1}} |
|
|
| \usepackage{todonotes} |
| \let\xtodo\todo |
| \renewcommand{\todo}[1]{\xtodo[inline,color=green!50]{#1}} |
| \newcommand{\itodo}[1]{\xtodo[inline]{#1}} |
| \newcommand{\red}[1]{\textcolor{red}{#1}} |
| \newcommand{\sven}[1]{\xtodo[inline,color=yellow!50]{Sven: #1}} |
|
|
| |
| \hypersetup{ |
| colorlinks=true, |
| linkcolor=blue, |
| filecolor=magenta, |
| urlcolor=cyan, |
| citecolor=blue, |
| } |
|
|
| |
| \title{Moderating Role of Presence in EEG Responses to Visuo-haptic Prediction Error in Virtual Reality} |
|
|
| \author{ |
| Lukas Gehrke, 0000-0003-3661-1973$^{1,*}$ \and |
| Leonie Terfurth, 0000-0001-6143-4222$^{1}$ \and |
| Klaus Gramann, 0000-0003-2673-1832$^{1}$ \\[0.5em] |
| \small |
| $^{1}$Technische Universität Berlin, Berlin, Germany \\ |
| \small |
| $^{*}$Email: lukas.gehrke@tu-berlin.de |
| } |
|
|
|
|
| \date{\today} |
|
|
| \begin{document} |
|
|
| \maketitle |
|
|
| |
| \begin{abstract} |
| \input{writing/0_abstract} |
| \end{abstract} |
|
|
| |
| \textbf{Keywords:} human computer interaction, virtual reality, presence, EEG, haptic feedback, prediction error |
|
|
| |
| \input{writing/2_introduction} |
|
|
| \input{writing/4_user_study_and_methods} |
|
|
| \input{writing/5_results} |
|
|
| \input{writing/6_discussion} |
|
|
| |
| \bibliographystyle{plainnat} |
| \bibliography{paperpile} |
|
|
| |
| \appendix |
| \input{writing/9_appendix} |
|
|
| \end{document} |
|
|