Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. documentclass[letterpaper]{article}
  2. usepackage{aaai18}
  3. usepackage[utf8]{inputenc}
  4. usepackage[numbers]{natbib}
  5. usepackage{lipsum}
  6. usepackage{amsmath}
  7. usepackage{amsthm}
  8.  
  9. title{
  10. My Good Title}
  11. author{John Doe\
  12. Technologies Institute \
  13. Some University \
  14. Springfield, PA 12345\
  15. }
  16.  
  17.  
  18. begin{document}
  19. maketitle
  20. begin{abstract}
  21. lipsum[1]
  22. end{abstract}
  23. section{introduction}
  24. lipsum[2]
  25. section{Methods}
  26. lipsum[3]
  27. %bibliographystyle{aaai.bst}
  28. %bibliography{hrg}
  29.  
  30. include{supplement}
  31.  
  32. end{document}
  33.  
  34. setcounter{equation}{0}
  35. setcounter{figure}{0}
  36. setcounter{table}{0}
  37. setcounter{page}{1}
  38. % makeatletter
  39. renewcommand{theequation}{Sarabic{equation}}
  40. renewcommand{thefigure}{Sarabic{figure}}
  41. renewcommand{bibnumfmt}[1]{[S#1]}
  42. renewcommand{citenumfont}[1]{S#1}
  43. renewcommand{citenumfont}[1]{textit{#1}}
  44. %%%%%%%%%% Prefix a "S" to all equations, figures, tables and reset the counter
  45.  
  46. begin{center}
  47. textbf{large Supplemental Materials: A far more interesting title like\
  48. Latent-Variable Probabilistic Widgets}
  49. end{center}
  50.  
  51. section{Tree Explosions, it's real}
  52. More formally, given a graph $H = (V,E)$, a emph{tree decomposition} is a tree whose nodes, called emph{bags}, are labeled with subsets of $V$, in such a way that the following properties are satisfied:
  53. begin{itemize}
  54. item For each node $v in V$, there is a bag $eta$ that contains $v$.
  55. item For each edge $(u,v) in E$, there is a bag $eta$ that contains $u$ and $v$.
  56. item If bags $eta$ and $eta^prime$ contain $v$, then all the bags on the path from $eta$ to $eta^prime$ also contain $v$.
  57. end{itemize}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement