
答案1
答案2
我會這樣做,使用mathtools
定義可變大小的內積:
\documentclass{article}
\usepackage{mathtools}
\DeclarePairedDelimiter{\innerprod}\langle\rangle
\newcommand\conjinnerp[2][]{\:\overline{\mkern-4mu\innerprod[#1]{#2}\mkern-4mu}\:}
\begin{document}
\[ \innerprod{b_i, b_j } = \conjinnerp{b_j, b_i } = \cdots \]%
\[ \innerprod[\big]{b_i, b_j } = \conjinnerp[\big]{b_j, b_i } = \cdots \]%
\end{document}