blob: f63c3f101e162245b5bd575b582a550ce931b400 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
_________________
The VWCOL package
v0.1
This package provides a crude environment
called 'vwcol' for typesetting multicolumn
paragraph text of various column widths on
a single page.
For example,
\documentclass{article}
\usepackage{lipsum}
\begin{document}
\begin{vwcol}[widths={0.3,0.2,0.5}]
\lipsum[1]
\end{vwcol}
\end{document}
Note again that only paragraph text is
supported at present.
______________
Will Robertson
wspr 81 [at] gmail [dot] com
Copyright 2008
Distributed under the LaTeX Project Public License
|