I want to start an equation with align* and than have the following (I don't use the equal sign, I just use the environment because of \underbrace)
first row
Code: Select all
\text{SMP}+\text{Capacity payment}
Code: Select all
\text{PPP}+Uplift
third row
Code: Select all
\text{PSP}
That's an approximation, but still the underbraces are missing:
Code: Select all
begin{tabular}{ccc}
SMP & CP & \\
\multicolumn{2}{c}{PPP} & Uplift\\
\multicolumn{3}{c}{PSP}
\end{tabular}