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?
|
I've seen people use such constructs as What equivalent would you use to achieve the same behaviour without the |
|||
works with etex which should be the default off all TeX engines |
|||
|
|
|
You can use etex
|
|||
|
|
\adjustbox{raise=-\height+\baselineskip}{...}from theadjustboxpackage. It uses e-TeX's\dimexprby default, but also accepts thecalcoption to use thecalcpackage. However, if your intention is to reduce the amount of packages used than this is of course a step in the wrong direction. – Martin Scharrer♦ Dec 30 '11 at 16:43