I was wanting to know of a useful way to create large \left\langle and \right\rangle commands. I have tried all up-sizing commands but get a message that they cannot be used in math mode. Such as:
\large
\Large
\LARGE
\huge
Also I have tried, \left\left\langle...\right\right\rangle
to no working either.
MWE:
\documentclass[11pt,a5paper]{article}
\usepackage{amsmath}
\def\P{\mathbf{P}}
\def\Q{\mathbf{Q}}
\def\la{\left\langle}
\def\ra{\right\rangle}
\begin{document}
\begin{align*}
\P-\Q \;&=\; \large\la (1-(-2)), (2-1), (-1-3) \large\ra \
\;&=\; \la 3, 1, -4 \ra. \
\\
|\P-\Q| \;&=\; \sqrt{x^2+y^2+z^2} \\
\;&=\; \sqrt{(3)^2 + (1)^2 + (-4)^2} \\
\;&=\; \sqrt{9+1+16} \\
\;&=\; \sqrt{26}
\end{align*}
\end{document}

\bigl\langleor\Biggl\langleand\bigr\rangleor\Biggr\rangle? – pluton Sep 07 '11 at 08:55\bigl\langlein the define command in the preamble, it does not do the auto sizing for display math fractions. ButBiggl\langle...\Biggr\rangleworks just fine for display fractions, but it looks really big for something simple like. <1,2,3> – night owl Sep 07 '11 at 09:24\bigl,\Bigl,\biggland\Biggl;\bigr,\Bigr,\biggrand\Biggr; these are constant. They will not self adapt to the content. – pluton Sep 07 '11 at 13:21