0% found this document useful (0 votes)
4 views1 page

Varwidth

The varwidth package (version 0.92) introduces a varwidth environment that adjusts its width to the natural size of its contents, similar to minipage. It also includes the arrowragged command, which formats paragraphs with generally narrower lines and more equal lengths. This documentation was compiled by Robin Fairbairns and is dated September 26, 2011.

Uploaded by

xianjuboy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Varwidth

The varwidth package (version 0.92) introduces a varwidth environment that adjusts its width to the natural size of its contents, similar to minipage. It also includes the arrowragged command, which formats paragraphs with generally narrower lines and more equal lengths. This documentation was compiled by Robin Fairbairns and is dated September 26, 2011.

Uploaded by

xianjuboy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

The varwidth package (version 0.

92)

Donald Arseneau∗
September 26, 2011

1 The varwidth environment


The package defines a varwidth environment (based on minipage) which is an analogue of
minipage, but whose resulting width is the natural width of its contents. A trivial example:
\begin{varwidth}{1in} and \begin{minipage}{1in}
Trivia Trivia
\end{varwidth} \end{minipage}
which produces

Trivia and Trivia


(the output placed in an \fbox to emphasise the effect).

2 The \narrowragged command


The command works like \raggedright, but produces generally narrowe lines in paragraphs,
with more text in the last line (the lines have more-equal lengths).

∗ Documentation put together by Robin Fairbairns

You might also like