diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-04 22:13:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-04 22:13:05 +0000 |
commit | 2a0b31be5c1f7c36853b609eaa68a2ec0c0161d9 (patch) | |
tree | c8d833c575650ff2d9330f769bd22e54820f2079 /Master/texmf-dist/doc/latex/interval/interval.tex | |
parent | bc1323c73038ad7c10b4e6b5328e6933df75f941 (diff) |
interval (4aug14)
git-svn-id: svn://tug.org/texlive/trunk@34840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/interval/interval.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/interval/interval.tex | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/interval/interval.tex b/Master/texmf-dist/doc/latex/interval/interval.tex index c0c92d845f6..0413707a6f7 100644 --- a/Master/texmf-dist/doc/latex/interval/interval.tex +++ b/Master/texmf-dist/doc/latex/interval/interval.tex @@ -85,7 +85,18 @@ We note that the interval separator symbol is hidden inside the left open fence=(, right open fence=) \end{quote} - +\item[colorize] + Default: \meta{empty}. When rewriting an existing document into + using the \textsf{interval} package, it turns out to be \emph{very} + handy to color the result of the \cs{interval} macro to keep track + of which have been rewritten and which has not. + This can be done using +\begin{lstlisting}[basicstyle=\ttfamily,columns=flexible] + \usepackage{xcolor} + \intervalconfig{ colorize=\color{red} } +\end{lstlisting} +It will colorize the entire interval including the fences. + \end{description} \subsection{Usage options} |