summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kinect-eccv12.pdfbin770530 -> 771268 bytes
-rw-r--r--kinect.tex28
-rw-r--r--utils.tex10
3 files changed, 27 insertions, 11 deletions
diff --git a/kinect-eccv12.pdf b/kinect-eccv12.pdf
index 2bdbb23..7681c28 100644
--- a/kinect-eccv12.pdf
+++ b/kinect-eccv12.pdf
Binary files differ
diff --git a/kinect.tex b/kinect.tex
index 1f27b36..dd023b8 100644
--- a/kinect.tex
+++ b/kinect.tex
@@ -3,7 +3,6 @@
\usepackage[dvips]{color}
\usepackage{graphicx}
\usepackage{amsmath,amssymb} % define this before the line numbering.
-\usepackage{ruler}
\usepackage{color}
\usepackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry}
\usepackage{tabularx}
@@ -40,12 +39,29 @@
\title{Skeleton Recognition: Viability and Performance} % Replace with your title
-\titlerunning{ECCV-12 submission ID \ECCV12SubNumber}
-
-\authorrunning{ECCV-12 submission ID \ECCV12SubNumber}
+\author{
+\parbox[t]{0.33\linewidth}{Jon Whiteaker}
+}
+\author{
+Jon Whiteaker
+\and
+Thibaut Horel
+\and
+Branislav Kveton
+}
+\institute{
+Technicolor, Palo Alto, CA 94301, USA \\
+\email{\footnotesize jbw@berkeley.edu},\\
+\email{\footnotesize thibaut.horel@ens.fr},\\
+\email{\footnotesize branislav.kveton@technicolor.com}
+}
-\author{Anonymous ECCV submission}
-\institute{Paper ID \ECCV12SubNumber}
+% \titlerunning{ECCV-12 submission ID \ECCV12SubNumber}
+%
+% \authorrunning{ECCV-12 submission ID \ECCV12SubNumber}
+%
+% \author{Anonymous ECCV submission}
+% \institute{Paper ID \ECCV12SubNumber}
\maketitle
diff --git a/utils.tex b/utils.tex
index 1b331c2..53be263 100644
--- a/utils.tex
+++ b/utils.tex
@@ -3,13 +3,13 @@
%% General definitions one needs all the time
%%
-\newlength{\aulen}
+%\newlength{\aulen}
% USENIX/NSDI
-%\newcommand{\aubox}[3]{\parbox[t]{#1}{\centering\rm#2\\\small\url{#3}}}
+\newcommand{\aubox}[3]{\parbox[t]{#1}{\centering#2\\\url{#3}}}
% ACM
-\newcommand{\aubox}[3]{\parbox[t]{#1}{\centering\aufnt{#2}\\\affaddr{\url{#3}}}}
-\newcommand{\auboxs}[2]{\parbox[t]{#1}{\centering\aufnt{#2}}}
-\newcommand{\affbox}[3]{\parbox[t]{#1}{\centering\affaddr{#2}\\\url{#3}}}
+%\newcommand{\aubox}[3]{\parbox[t]{#1}{\centering\aufnt{#2}\\\affaddr{\url{#3}}}}
+%\newcommand{\auboxs}[2]{\parbox[t]{#1}{\centering\aufnt{#2}}}
+%\newcommand{\affbox}[3]{\parbox[t]{#1}{\centering\affaddr{#2}\\\url{#3}}}
\newcommand{\mypara}[1]{\vspace{\parsep}\noindent\textbf{#1}\quad}