答案1
密切关注你的公式...使用,为了未来,\underset{}{}
为了\mathbb
。
\documentclass[a4paper,12pt]{article}
\usepackage{mathtools,amssymb}
\begin{document}
\[W(\mathbb{P}_{r}, \mathbb{P}_{q}) = \min_{G} \max_{D \in \mathcal{D}} \, \underset{x \sim \mathbb{P}_{r}}{\mathbb{E}}\log[D(x)]- \underset{\hat{x}\sim \mathbb{P}_{g}}{\mathbb{E}}[\log(1 - D(\hat{x}))]\]
\end{document}