summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/vwcol/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/vwcol/README')
-rw-r--r--macros/latex/contrib/vwcol/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/macros/latex/contrib/vwcol/README b/macros/latex/contrib/vwcol/README
new file mode 100644
index 0000000000..eedcfd7169
--- /dev/null
+++ b/macros/latex/contrib/vwcol/README
@@ -0,0 +1,31 @@
+_________________
+The VWCOL package
+v0.2
+
+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{vwcol,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.
+
+See the PDF documentation for full details.
+Report bugs at <https://github.com/wspr/vwcol>
+
+______________
+Will Robertson
+will.robertson@latex-project.org
+
+Copyright 2008, 2015
+Distributed under the LaTeX Project Public License