If I have a document like this:
\documentclass[landscape, 12pt]{report}
\usepackage[landscape]{geometry}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath, amssymb, graphics, setspace}
\newcommand{\mathsym}[1]{{}}
\newcommand{\unicode}[1]{{}}
\newcounter{mathematicapage}
\begin{document} \begin{equation}\label{Equation:Naive_Bayes_Classifier}
P\left(H_h|E_1,E_2,\ldots ,E_e,\ldots E_{\mathbb{E}}\right)=\frac{P\left(H_h\right) P\left(E_1|H_h\right) P\left(E_2|H_h,E_1\right) \text{$\ldots $P}
\left(E_e|H_h,E_1,E_2,\ldots ,E_{e-1},E_{e+1} \ldots, E_{\mathbb{E}}\right) \text{$\ldots $P}
\left(E_{\mathbb{E}}|H_h,E_1,E_2,\ldots ,E_{\mathbb{E}-1}\right)}{ P\left(E_1,E_2,\ldots,E_e, \ldots ,E_{\mathbb{E}}\right)}
\end{equation}
\end{document}
How can I auto adjust this equation to appear in the entire page, using all horizontal space? (Without badboxes or smaller than the width of the page?)
If is there a kind of scale to use in equations, giving explicity how greater the equation should become, this solver my problem too.









}{to get your code to work- let me know if it wasn't appropriate (or simply roll back or edit) – cmhughes Nov 21 '11 at 02:20\frac) in order to make it fit within\textwidth. – Werner Nov 21 '11 at 04:08\leftand\right? And\text{$\ldots$ P}doesn't make much sense. If you want an uprightPit should be\mathrm{P}in all the formula. – egreg Nov 21 '11 at 14:52