diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-22 21:54:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-22 21:54:42 +0000 |
commit | 9ce87495da8b3b9e6adbccb41c78d1554af1d71a (patch) | |
tree | faa9bf81c775dd6177a15d859ad7e51aa47d60f5 /Master/texmf-dist/doc | |
parent | be95bc2cf6a3578a498f124d737244329dec915f (diff) |
multicolrule (22dec18)
git-svn-id: svn://tug.org/texlive/trunk@49480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/multicolrule/README.md | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.pdf | bin | 71003 -> 47669 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.tex | 54 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/multicolrule/multicolrule.pdf | bin | 473705 -> 528471 bytes |
4 files changed, 58 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/multicolrule/README.md b/Master/texmf-dist/doc/latex/multicolrule/README.md index 1d7de9b8b63..f3413ae2b93 100644 --- a/Master/texmf-dist/doc/latex/multicolrule/README.md +++ b/Master/texmf-dist/doc/latex/multicolrule/README.md @@ -15,16 +15,17 @@ 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: +(`tex multicolrule.dtx`). Note that the documentation uses +the l3doc class to index the code, and so to get the index, you +must issue: `makeindex -s gind.ist -o multicolrule.ind multicolrule.idx` +and to get the change list, you must issue + +`makeindex -s gglo.ist -o multicolrule.gls multicolrule.glo`. + 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} diff --git a/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.pdf b/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.pdf Binary files differindex 2e14e5c86d3..9188355ac7c 100644 --- a/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.pdf +++ b/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.pdf diff --git a/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.tex b/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.tex index 792eaa036c7..888b63cae46 100644 --- a/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.tex +++ b/Master/texmf-dist/doc/latex/multicolrule/mcrule-examples.tex @@ -1,8 +1,11 @@ +% !TeX program = xelatex \documentclass{article} -\usepackage[tikz]{multicolrule} +\usepackage{fontspec} +\usepackage[tikz]{multicolrule}[2018/12/21] \usepackage{lipsum} \usepackage{bbding} \usepackage{pgfornament} +\usepackage{bidi} \setlength{\columnsep}{24pt} \setlength{\columnseprule}{.5pt} \begin{document} @@ -13,10 +16,15 @@ other functions available in \texttt{multicolrule}. See the documentation for instructions on how to set them in your own documents. \subsection*{Works without Tikz} -\begin{multicols}{2}[Default (solid)] +\begin{multicols}{2}[Default] \lipsum[1] \end{multicols} +\begin{multicols}{2}[Solid] + \SetMCRule{line-style=solid} + \lipsum[1] +\end{multicols} + \begin{multicols}{2}[Double (+ color test)] \SetMCRule{color=red,double=2pt} \lipsum[1] @@ -82,7 +90,6 @@ for instructions on how to set them in your own documents. \lipsum[1] \end{multicols} - \subsection*{Tikz Only} \begin{multicols}{2}[Circles] \SetMCRule{width=3pt,line-style=circles} @@ -156,4 +163,45 @@ for instructions on how to set them in your own documents. \lipsum[1] \end{multicols} +\subsection*{Extended Rules} +\setlength{\columnsep}{24pt} + +\begin{multicols}{2}[Solid -- extend bottom 16pt] + \SetMCRule{line-style=solid,extend-bot=16pt} + \lipsum[1] +\end{multicols} + +\begin{multicols}{2}[Dots -- extend top 16pt] + \SetMCRule{line-style=dots,extend-top=16pt} + \lipsum[1] +\end{multicols} + +\begin{multicols}{2}[Dashed -- shrink both 16pt] + \SetMCRule{line-style=dashed,extend-top=-16pt,extend-bot=-16pt} + \lipsum[1] +\end{multicols} + +\begin{multicols}{2}[Extend-Fill with extend-reserve] + \SetMCRule{line-style=solid,extend-fill,extend-reserve=\baselineskip} + \lipsum[1-5] +\end{multicols} +And something at the end to show the reserved space + +\subsection*{RTL Test} + + \RLmulticolcolumns + +\begin{multicols}{2}[Reverse Columns Only] + \SetMCRule{custom-tile={+}{8pt}{8pt}} + \lipsum[1] +\end{multicols} + +\begin{RTL} + \begin{multicols}{2}[Mode RTL Full] + \SetMCRule{line-style=dashed} + \lipsum[1] + \end{multicols} +\end{RTL} + + \end{document} diff --git a/Master/texmf-dist/doc/latex/multicolrule/multicolrule.pdf b/Master/texmf-dist/doc/latex/multicolrule/multicolrule.pdf Binary files differindex a555475c77e..a64af8676eb 100644 --- a/Master/texmf-dist/doc/latex/multicolrule/multicolrule.pdf +++ b/Master/texmf-dist/doc/latex/multicolrule/multicolrule.pdf |