Latex¶
Enclosed text¶
Subset¶
Mathclap¶
Basically equivalent to position: absolute
in CSS Its position does not affect other elements
\mathclap{\text{Long Text}}
% always user for underbrace and overbrace
x \underbrace{y}_{\text{Long Text}} z \\
x \underbrace{y}_{\mathclap{\text{Long Text}}} z
Align¶
{aligned}
{alignedat}{1}
\begin{alignedat}{1}
E[&\text{PVGO}]
&&= P_{\text{Growth}}
&- P_{\text{No Growth}}
\\
&\text{PVGO}_\text{Actual}
&&= P_\text{Actual}
&- P_{\text{No Growth}}
\end{alignedat}