[Tex/LaTex] Add two lengths in raisebox argument, without the calc package

calculationslengths

I've seen people use such constructs as \raisebox{-\height+\baselineskip}{...}, which works well using the calcpackage.

What equivalent would you use to achieve the same behaviour without the calc package?

Best Answer

\raisebox{\dimexpr -\height+\baselineskip\relax}{...}

works with etex which should be the default off all TeX engines