I wrote the code below, but I want to make smaller the \left\vert\left(\dfrac{1}{16},\dfrac{1}{16}\right) \right\rangle_{1,2}
how should I do that?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
\notag &\sum_{\substack{ w,n=-\infty \\ N,\bar{N}}}^{\infty} \langle N,\bar{N},w,n\mid \,g\, q^{L_{0}}\bar{q}\,^{\bar{L}_{0}} \mid N,\bar{N},w,n \rangle \\[2ex]
&\alpha_{-1/2}^{2} \, \left\vert\left(\dfrac{1}{16},\dfrac{1}{16}\right) \right\rangle_{1,2}
\end{align}
\end{document}


alignmustn't be used inside ofequationWhy do you add them together? What do you mean by smaller? Smaller font? – LaRiFaRi Apr 14 '16 at 09:19\Big– egreg Apr 14 '16 at 09:21\tnifyhas no effect in math mode. – Bernard Apr 14 '16 at 09:24\tiny. See here: http://tex.stackexchange.com/q/88646 in order to read about the correct syntax for smaller fonts. As egreg says, you should not use\Bigwhen you want something to be smaller. Do the tweaking of parantheses in the end use\bigl(\bigr)and alike.\dfracis redundant here, you can use\fracas you are already in displaystyle. Takingdfrachere seems strange as you are explicitly asking for a smaller solution. – LaRiFaRi Apr 14 '16 at 09:39