[texhax] Text vertical shifting in output
Ulrike Fischer
news3 at nililand.de
Thu May 14 11:45:57 CEST 2009
Am Thu, 14 May 2009 11:14:26 +0100 schrieb Rodolfo Medina:
> I'll try to better explain what I want: only <some text> should be shifted
> down, but not the text following it. In other words, <some text> should be
> output by TeX n lines forward respect to where it is in the source, but not the
> rest of the text.
\documentclass{article}
\usepackage{color,lipsum}
\begin{document}
abc
\raisebox{-5\baselineskip}[0pt][0pt]{%
\color{red}some text shifted around}
\lipsum[1]
\end{document}
--
Ulrike Fischer
More information about the texhax
mailing list