summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luaxml/luaxml.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/luaxml/luaxml.tex')
-rw-r--r--macros/luatex/generic/luaxml/luaxml.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/luatex/generic/luaxml/luaxml.tex b/macros/luatex/generic/luaxml/luaxml.tex
index 28539d898c..5031a0468e 100644
--- a/macros/luatex/generic/luaxml/luaxml.tex
+++ b/macros/luatex/generic/luaxml/luaxml.tex
@@ -7,7 +7,7 @@
\usepackage{framed}
% Version is defined in the makefile, use default values when compiled directly
\ifdefined\version\else
-\def\version{v0.1q}
+\def\version{v0.1r}
\let\gitdate\date
\fi
\newcommand\modulename[1]{\subsection{#1}\label{sec:#1}}
@@ -466,8 +466,8 @@ attributes.
The parameters table can hold following values:
\begin{description}
- \item[verbatim] -- by default, spaces are collapsed. This is useful in general, but you may want to
- keep spaces, for example in program listings. Set \texttt{verbatim=true} in this case.
+ \item[verbatim] -- used for source code listings and similar texts, that should keep their original formatting.
+ Special characters are not escaped, so you will want to transform the elements into verbatim or listings environment.
\item[separator] -- when you select element by names (\verb|@<element name>|), you can use this parameter
set the separator between possible multiple instances of the child element.
\end{description}