diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-03-18 18:26:10 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-03-18 18:26:10 +0100 |
| commit | 01ebb22aeeb55d221d49c023df37534764a93b92 (patch) | |
| tree | 2128e0f676cb24032eedfb7aa2b8b9b3adeef0ed /kinect.tex | |
| parent | f479480b83d1eb4d7d0c8d833783057b184d4098 (diff) | |
| download | kinect-01ebb22aeeb55d221d49c023df37534764a93b92.tar.gz | |
Adapting to the new format
Diffstat (limited to 'kinect.tex')
| -rw-r--r-- | kinect.tex | 43 |
1 files changed, 27 insertions, 16 deletions
@@ -1,15 +1,13 @@ -%\documentclass[runningheads]{llncs} -%\documentclass[letterpaper, 10 pt, conference]{IEEEtran} \documentclass[10pt,twocolumn,letterpaper]{article} -\usepackage{cvpr_eso} +\usepackage{cvpr} \usepackage{times} \usepackage{epsfig} \usepackage{amsmath} \usepackage{amssymb} -\usepackage[dvips]{color} +%\usepackage[dvips]{color} \usepackage{graphicx} -\usepackage{color} +%\usepackage{color} %\usepackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry} \usepackage{tabularx} \usepackage{url} @@ -27,22 +25,21 @@ \usepackage{subfig} \usepackage{url} \usepackage{flushend} +\input{utils} -%\usepackage{times} -% substitutes normal through postscript fonts (\texttt) use \mathptmx -% after +% \cvprfinalcopy % *** Uncomment this line for the final submission %\usepackage{pslatex} -% substitutes normal through postscript fonts (normal and math text) -%\usepackage{mathptmx} - %\usepackage[latin1]{inputenc} -\input{utils} +\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=false]{hyperref} + +\def\cvprPaperID{****} % *** Enter the CVPR Paper ID here +\def\httilde{\mbox{\tt\raisebox{-.5ex}{\symbol{126}}}} + +% Pages are numbered in submission mode, and unnumbered in camera-ready +\ifcvprfinal\pagestyle{empty}\fi \begin{document} -%\pagestyle{headings} -%\mainmatter -%\def\ECCV12SubNumber{543} % Insert your submission number here \title{Skeleton Recognition: Viability and Performance} % Replace with your title @@ -70,7 +67,21 @@ % \author{Anonymous ECCV submission} % \institute{Paper ID \ECCV12SubNumber} -\author{} +\author{First Author\\ +Institution1\\ +Institution1 address\\ +{\tt\small firstauthor@i1.org} +% For a paper whose authors are all at the same institution, +% omit the following lines up until the closing ``}''. +% Additional authors and addresses can be added with ``\and'', +% just like the second author. +% To save space, use either the email address or home page, not both +\and +Second Author\\ +Institution2\\ +First line of institution2 address\\ +{\tt\small secondauthor@i2.org} +} % \author{ \parbox{2 in}{\centering Jon Whiteaker\\ % {\tt\small jbw@berkeley.edu}} % \parbox{2 in}{ \centering Thibaut Horel\\ |
