diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | kinect.tex | 43 |
2 files changed, 23 insertions, 22 deletions
@@ -4,7 +4,7 @@ INPUTFILES = $(shell grep "input{" $(DOCUMENT).tex | grep -v "^\%" | sed s/.\*i TEXFILES = $(DOCUMENT).tex $(addsuffix .tex,$(INCLUDEFILES)) $(addsuffix .tex,$(INPUTFILES)) BIBTEX = $(shell grep "bibliography{" $(DOCUMENT).tex | grep -v "^\%" | sed s/.\*bibliography\{\\\(.*\\\)\}.\*/\\\1/ | sed s/,/\ / ) BIBTEXFILES = $(addsuffix .bib,$(BIBTEX)) -FINALFN = kinect-eccv12 +FINALFN = kinect-fg13 FIGFILES = $(wildcard figs/*.pdf,figs/*.png,figs/*.jpeg,figs/*.jpg,figs/*.gif) #all: ps pdf @@ -1,10 +1,11 @@ -\documentclass[runningheads]{llncs} +%\documentclass[runningheads]{llncs} +\documentclass[letterpaper, 10 pt, conference]{ieeeconf} \usepackage[dvips]{color} \usepackage{graphicx} \usepackage{amsmath,amssymb} % define this before the line numbering. \usepackage{color} -\usepackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry} +%\usepackage[width=122mm,left=12mm,paperwidth=146mm,height=193mm,top=12mm,paperheight=217mm]{geometry} \usepackage{tabularx} \usepackage{url} \usepackage{xspace} @@ -33,28 +34,28 @@ \input{utils} \begin{document} -\pagestyle{headings} -\mainmatter -\def\ECCV12SubNumber{543} % Insert your submission number here +%\pagestyle{headings} +%\mainmatter +%\def\ECCV12SubNumber{543} % Insert your submission number here \title{Skeleton Recognition: Viability and Performance} % Replace with your title -\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{ +%\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} +%} % \titlerunning{ECCV-12 submission ID \ECCV12SubNumber} % |
