Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Is it possible to stretch text vertically?

Like this:

enter image description here

share|improve this question

1 Answer

up vote 10 down vote accepted
\usepackage{graphicx}
...
\scalebox{1}[3]{hello}
share|improve this answer
Thanks David!!! – niels Aug 15 '12 at 13:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.