main.tex 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. % ------------------------------------------------------------------------
  2. \documentclass{llncs}
  3. \input{prelude}
  4. \begin{document}
  5. \title{Star Discrepancies for generalized Halton points}
  6. % \titlerunning{} % abbreviated title (for running head)
  7. % also used for the TOC unless
  8. % \toctitle is used
  9. \author{Thomas Espitau\inst{1} \and Olivier Marty\inst{1}}
  10. %
  11. % \authorrunning{} % abbreviated author list (for running head)
  12. %
  13. %%%% list of authors for the TOC (use if author list has to be modified)
  14. % \tocauthor{}
  15. %
  16. \institute{
  17. $\mbox{}^1$ ENS Cachan \qquad
  18. }
  19. \maketitle
  20. \makeatletter
  21. \makeatother
  22. \begin{abstract}
  23. In this paper we show how Doob's Decomposition Theorem can be used to build
  24. (semi) automatically Martingales from arbitrary expressions.
  25. \end{abstract}
  26. \section{Introduction}
  27. \section{Preliminaries}
  28. \section{Algorithms}
  29. \end{document}