[XeTeX] A "box" in the bottom-left... thank you

Will Robertson wspr81 at gmail.com
Tue May 1 16:36:53 CEST 2007


On 01/05/2007, at 20:56 , Székely Gábor Balázs wrote:

> will examine with much attention the akletter class (for the moment I
> haven't found some English documentation of scrlttr2).

The English KOMA documentation is in "scrguien.pdf", which contains  
docs for scrlttr2.

> I will see the rule length, maybe I'll just drop that.

Do you mean you're not sure how to do that? (I haven't followed the  
proposed solutions so far.)
You can surround paragraphs of text with a box of the same size (and  
therefore put a line the same width as your paragraph) using the  
varwidth package:

\documentclass[12pt]{article}
\usepackage{varwidth}
\begin{document}
\begin{varwidth}{\linewidth}
\hrule\smallskip
this is some text that has a box fit around it.

paragraph text is of course allowed.
\end{varwidth}
\end{document}

Hope this helps,
Will




More information about the XeTeX mailing list