您的代码中存在几个问题:
- 使用
\[
和\]
作为数学模式$$
。
- 最大值的运算符写为
\max
,例如\max dd(t)
或\max\limits
。
\leq
在像你需要的运算符后面有一个空白\leq t
,而不是像你错了\leqt
完整的代码如下
\documentclass[12pt]{report}
\usepackage{enumerate}
\begin{document}
\[ \max dd(t) = \max\limits_{0\leq\tau\leq t} dd(\tau) \]
\end{document}
得到结果: