I'm wondering why my first line doesn't work, but the second one does ?
Code: Select all
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{mathrsfs}
\newcommand{\bra}[1]{\langle #1 |}
\newcommand{\ket}[1]{| #1 \rangle}
\newcommand{\ppp}[1]{\bra{\psi_0}}
\newcommand{\pp}[1]{\ket{\psi_0}}
\begin{document}
$F(t)=\ppp\rho(t)\pp$
$F(t)=\bra{\psi_0}\rho(t)\ket{\psi_0}$
\end{document}