Skip to content

Latex

Enclosed text

\enclose{circle}{\enclose{circle}{S_5}} % mathjax

\textcircled{R} % latex/katex

Subset

abc
\overset{
  \substack{a=1\\b=2\\c=3}
}{
  =
}
c

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}
Last Updated: 2024-05-14 ; Contributors: AhmedThahir

Comments