Christopher M. Jones wrote: > How is it possible to stretch a number of letters across a defined length of > space? For example, "Hello world" appears as > > H e l l o W o r l d
there is another solution, but I forgot it. loag ftp://ftp.dante.de/tex-archive/macros/generic/letterspacing.tex and save it anywhere where latex finds it. in preamble write \input letterspacing.tex and in the text for example: \letterspace to 4\naturalwidth{Hello World} if you want the words stretched with the factor 4. Herbert -- http://www.lyx.org/help/
