blob: 1e87cc863b88af428a91b16d6315045e7ed53048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
\documentclass[runningheads]{llncs}
\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}
\usepackage{url}
\usepackage{xspace}
\usepackage{mdwlist}
\usepackage{multirow}
\usepackage{gensymb}
\usepackage{textcomp}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{cite}
\usepackage{colortbl} % required for cell backgrounds
%\usepackage{psfrag}
\usepackage{pifont}
%\usepackage{times}
% substitutes normal through postscript fonts (\texttt) use \mathptmx
% after
%\usepackage{pslatex}
% substitutes normal through postscript fonts (normal and math text)
%\usepackage{mathptmx}
%\usepackage[latin1]{inputenc}
\input{utils}
\begin{document}
\pagestyle{headings}
\mainmatter
\def\ECCV12SubNumber{543} % Insert your submission number here
\title{On the Viability of Skeleton Recognition} % Replace with your title
\titlerunning{ECCV-12 submission ID \ECCV12SubNumber}
\authorrunning{ECCV-12 submission ID \ECCV12SubNumber}
\author{Anonymous ECCV submission}
\institute{Paper ID \ECCV12SubNumber}
\maketitle
% Use the following at camera-ready time to suppress page numbers.
% Comment it out when you first submit the paper for review.
\thispagestyle{empty}
\input{abstract}
\input{intro}
\input{related}
\input {uniqueness}
\input{algorithm}
\input{experimental}
\input{conclusion}
{
\bibliographystyle{splncs}
\bibliography{references}
}
%Features\endnote{Remember to use endnotes, not footnotes!} galore, plethora of promises.\\
%\theendnotes
\end{document}
|