I am trying to write an equation that includes fractions and the power of fractions. Here is my equation.
\begin{equation}\label{eq:vlj}
\si{\volt\of{LJ}}= \varepsilon\Bigl[{\left(\frac{r_\textsubscript{0}}{r}\right)}^{12}- {\left(\frac{r_\textsubscript{0}}{r}\right)}^{6}\Bigr]
\end{equation}
And the output is:

And i don' t like the position of the subscripts and superscripts nor the size of brackets how can I change them to have nice looking form ? I' d like to have bigger brackets and the sub and superscripts should be covered by them.
and I am using the packages:
\usepackage{epstopdf}
\usepackage{cite}
\usepackage[utf8]{inputenc}
\usepackage{siunitx}
\usepackage{booktabs}
\usepackage{fixltx2e}
\usepackage[fleqn]{mathtools}

{}you have around the left-right (and also by the fact that you use left-right rather than\bigl...\bigrSince you are manually choosing the size of the[then if you want them to be larger use (say)\bigglor\Bigglinstead. (Please always post complete documents showing all packages used (I don't recognise textsubscript for example) – David Carlisle Jan 18 '13 at 12:230(forced by\textsubscript) is what makes the parentheses, and therefore the outer brackets, look too small, because it raises thers in the numerators. although slightly larger brackets wouldn't be inappropriate, the brackets shown wouldn't look nearly so bad if it weren't for that "high"rin the numerators. – barbara beeton Jan 18 '13 at 13:18