答え1
間隔を調整してみてください:
\documentclass{article}
\usepackage{xcolor,amsmath}
\DeclareMathOperator{\suc}{Suc}
\begin{document}
By applying rule~2 (\texttt{apply\_rupple\_step}), the left hand side of the step-case is rippled to:
\[
\colorbox{orange}{\strut
case $b'$ of $0 \Rightarrow (\suc a) \mid (\suc z) \Rightarrow \suc(\colorbox{white}{$\max a \lfloor z \rfloor$})$%
}
{} = \max \lfloor b' \rfloor
\colorbox{orange}{\strut
$\suc \colorbox{white}{a}$%
}
\]
\end{document}
最終的には、コンテンツを強調表示するために を使用できます\colorbox{<color>}{<stuff>}
。 結果の色付きボックスのベースラインの高さが一定になるように を追加し\strut
、必要な場所にテキストを使用しました。<stuff>
の内部では\colorbox
テキスト モードに設定されていることに注意してください。