我怎样才能写入以红色矩形显示的文字?
答案1
尝试这个:
\documentclass{article}
\begin{document}
\begin{tabular}{lp{3.5in}} %% change the number to required number
\textbf{Objectives:} & \textit{Finding optimal weights} $\omega^*$ to:\par
\textbf{Maximize:} $PICP(\omega)$;\par
\textbf{Minimize:} $PIN\ AW(\omega)$.\\
\textbf{Constraints:} & $PIN\ AW(\omega)>0;$\par
$\mu\le PICP(\omega)\le 1$.
\end{tabular}
\end{document}