diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-04 10:49:07 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-04 10:49:07 +0000 |
commit | ffb3d536f57670f1c85792d133bdaee30cf23a70 (patch) | |
tree | 07e7f21cf8d9b10aa5c03b20688738e7b9b6ee78 /Master/texmf-dist/doc/latex/vwcol | |
parent | 3808f9582452443de2e1a2a2b857a00ae7eb79aa (diff) |
new vwcol package
git-svn-id: svn://tug.org/texlive/trunk@9225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/vwcol')
-rw-r--r-- | Master/texmf-dist/doc/latex/vwcol/README | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/vwcol/vwcol.pdf | bin | 0 -> 167029 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/vwcol/README b/Master/texmf-dist/doc/latex/vwcol/README new file mode 100644 index 00000000000..f63c3f101e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/vwcol/README @@ -0,0 +1,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 diff --git a/Master/texmf-dist/doc/latex/vwcol/vwcol.pdf b/Master/texmf-dist/doc/latex/vwcol/vwcol.pdf Binary files differnew file mode 100644 index 00000000000..a18f18e90b5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/vwcol/vwcol.pdf |