% --------------------------------------------------------------------------- % Author guideline and sample document for EG publication using LaTeX2e input % D.Fellner, v1.00, Oct 28, 2003 \documentclass[a4paper,times]{report} % prepare for electronic version of your document \usepackage{times} \usepackage{a4wide} % 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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\papername{Scientific Description of Algorithms for WP3 (Visibility)} \def\paperkeywords{Visibility} %deklarace tucneho fontu pro matematickou sazbu \DeclareSymbolFont{mathbold}{OML}{cmm}{b}{it} \DeclareMathAlphabet\mbi{OML}{cmm}{b}{it} \def\mc#1{\multicolumn{1}{|c|}{#1}} \def\mlc#1{\begin{tabular}{c}#1\end{tabular}} \def\m25d{2${1 \over 2}$D} \def\plucker{Pl\"ucker\ } \def\nvoq{NV\_occlusion\_query} \def\arboq{ARB\_occlusion\_query} \def\hpot{HP\_occlusion\_test} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % INCLUDING IMAGES ON/OFF \def\DRAFTFIGS{false} \def\DRAFTIMAGES{false} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Latin-2: Pøíli¹ ¾lu»ouèký kùò úpìl ïábelské ódy. %% Win1250?: 'Pøíli± µlu ouèký kùò pìl ïábelské ódy.' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{thumbpdf} \usepackage{alltt} \usepackage{times} \usepackage{hhline} \usepackage{multirow} %\usepackage{mathptm} %\usepackage{algorithmic} %\usepackage{algorithm} \usepackage{url} \usepackage{rotating} \usepackage{ifpdf} \ifpdf \usepackage{graphicx} \DeclareGraphicsExtensions{.pdf,.png,.gif,.jpg} \else \usepackage{graphicx} %\usepackage[dvips]{graphicx} \DeclareGraphicsExtensions{.eps,.png,.gif,.jpg} \fi %------------------------------------------------------------------------- \begin{document} % --------------------------------------------------------------------- % EG author guidelines plus sample file for EG publication using LaTeX2e input % D.Fellner, v1.00, Oct 28, 2003 \title {\papername} % for anonymous conference submission please enter your SUBMISSION ID % instead of the author's name (and leave the affiliation blank) !! \author{Ji\v{r}\'\i{} Bittner, Oliver Mattausch, Michael Wimmer\\ Institute of Computer Graphics and Algorithms, Vienna University of Technology\\ } % ------------------------------------------------------------------------ % if the Editors-in-Chief have given you the data, you may uncomment % the following five lines and insert it here % % \volume{23} % the volume in which the issue will be published; % \issue{2} % the issue number of the publication % \pStartPage{201} % set starting page \maketitle \include{online} \include{preprocessing} %Use bibtex to produce references %\bibliographystyle{unsrt} %\bibliographystyle{plain} %\bibliographystyle{abbrv} %\bibliographystyle{alpha} %\bibliographystyle{abbrvnat} \bibliographystyle{is-alpha} \bibliography{Bib/jiri,Bib/renmame,Bib/rtmame,Bib/cgemame,Bib/vismame,Bib/bookmame,Bib/minimum,Bib/new} %% the main contribution of the paper is that it schedules occlusion %% queries in an order minimizing the overhead to to latency, and uses %% temporal and spatial coherence to do so. (16:05:46) salzrat: %% (basically what we said at the end of the introduction, there it is in %% the correct order of importance, because it states the new %% contribution first) (16:06:12) salzrat: if we stress the scheduling %% more, then the other thing will not be so obviously a reuse of the %% other paper \end{document}