-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEGauthorGuidelines-vcbm16short.tex
54 lines (44 loc) · 2.06 KB
/
EGauthorGuidelines-vcbm16short.tex
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
% ---------------------------------------------------------------------------
% Author guideline and sample document for EG publication using LaTeX2e input
% D.Fellner, v1.13, Jul 31, 2008
\documentclass{egpubl_vcbm_short}
\usepackage{vcbm2016s}
% --- for Annual CONFERENCE
% \ConferenceSubmission % uncomment for Conference submission
% \ConferencePaper % uncomment for (final) Conference Paper
% \STAR % uncomment for STAR contribution
% \Tutorial % uncomment for Tutorial contribution
% \ShortPresentation % uncomment for (final) Short Conference Presentation
%
% --- for CGF Journal
% \JournalSubmission % uncomment for submission to Computer Graphics Forum
% \JournalPaper % uncomment for final version of Journal Paper
%
% --- for CGF Journal: special issue
% \SpecialIssueSubmission % uncomment for submission to Computer Graphics Forum, special issue
% \SpecialIssuePaper % uncomment for final version of Journal Paper, special issue
%
% --- for EG Workshop Proceedings
% \WsSubmission % uncomment for submission to EG Workshop
\WsPaper % uncomment for final version of EG Workshop contribution
%
\electronicVersion % can be used both for the printed and electronic version
% !! *please* don't change anything above
% !! unless you REALLY know what you are doing
% ------------------------------------------------------------------------
% for including postscript figures
% mind: package option 'draft' will replace PS figure by a filename within a frame
\ifpdf \usepackage[pdftex]{graphicx} \pdfcompresslevel=9
\else \usepackage[dvips]{graphicx} \fi
\PrintedOrElectronic
% prepare for electronic version of your document
\usepackage{t1enc,dfadobe}
\usepackage{egweblnk}
\usepackage{cite}
% For backwards compatibility to old LaTeX type font selection.
% Uncomment if your document adheres to LaTeX2e recommendations.
% \let\rm=\rmfamily \let\sf=\sffamily \let\tt=\ttfamily
% \let\it=\itshape \let\sl=\slshape \let\sc=\scshape
% \let\bf=\bfseries
% end of prologue
\input{EGauthorGuidelines-body.inc}