Advertisement
Guest User

equation.tex

a guest
Nov 21st, 2011
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.83 KB | None | 0 0
  1. \documentclass[12pt]{standalone}
  2.  
  3. \usepackage{varwidth}
  4. %\usepackage{varheight}
  5.  
  6. \usepackage[utf8x]{inputenc}
  7. \usepackage[T1]{fontenc}
  8.  
  9. \usepackage{amsmath, amssymb, graphics, setspace}
  10. \newcommand{\mathsym}[1]{{}}
  11. \newcommand{\unicode}[1]{{}}
  12. \newcounter{mathematicapage}
  13.  
  14. \usepackage[left=0cm,top=0cm,right=0cm,nohead,nofoot,landscape]{geometry}
  15.  
  16. \begin{document}
  17. % \begin[scale 0.5]{standalone}
  18. % \begin{varwidth}{1in}
  19. % \begin{equation*}
  20. % $$
  21.   P(H_h|E_1,E_2,\ldots ,E_e,\ldots E_{\mathbb{E}})
  22.  =\frac{P(H_h) P(E_1|H_h)
  23.  P(E_2|H_h,E_1) \text{$\ldots $P}
  24.  (E_e|H_h,E_1,E_2,\ldots ,E_{e-1},E_{e+1} \ldots,E_{\mathbb{E}})\text{$\ldots$P}
  25.  (E_{\mathbb{E}}|H_h,E_1,E_2,\ldots ,E_{\mathbb{E}-1})}
  26.  { P(E_1,E_2,\ldots,E_e, \ldots ,E_{\mathbb{E}})}
  27. % $$
  28. % \end{equation*}
  29. % \end{varwidth}
  30. % \end{standalone}
  31. \end{document}
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement