diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-18 23:36:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-18 23:36:36 +0000 |
commit | 0ea59c8de700d750b4b5186b6d374c443d327915 (patch) | |
tree | 1164feaa97daaadeeaf80829056f6d4870f85179 /Master/texmf-dist/doc/latex/multicolrule/README.md | |
parent | 25f0a34ef212818e30ee07866877d0ea7985c691 (diff) |
multicolrule (18dec18)
git-svn-id: svn://tug.org/texlive/trunk@49451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/multicolrule/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/multicolrule/README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/multicolrule/README.md b/Master/texmf-dist/doc/latex/multicolrule/README.md new file mode 100644 index 00000000000..1d7de9b8b63 --- /dev/null +++ b/Master/texmf-dist/doc/latex/multicolrule/README.md @@ -0,0 +1,30 @@ +multicolrule - Decorative rules between columns +================================================= + +The multicolrule package lets you customize the appearance of +the vertical rule that appears between columns of multicolumn +text. It is primarily intended to work with the multicol +package, hence its name, but it also supports the twocolumn +option and \twocolumn macro provided by the standard classes +(and related classes such as the KOMA-Script equivalents). + +Installation +------------ + +This package is provided as a .dtx file. To install it and +compile the documentation at the same time, simply process the +.dtx file with LaTeX (for example, `pdflatex multicolrule.dtx`). +To extract the package only, process the file with TeX +(`tex multicolrule.dtx`). If you have trouble compiling the +index for the documentation, note that the documentation uses +the l3doc class to index the code, and so the makeindex command +should be the following: + +`makeindex -s gind.ist -o multicolrule.ind multicolrule.idx` + +This package requires LaTeX3 support to run, and compiling the +documentation requires a variety of other packages, all of which +are available on CTAN and any modern installation (TeX Live, +MiKTeX, etc.). +\RequirePackage{expl3} +\RequirePackage{xparse} |