diff options
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} |