summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-23 22:03:00 +0000
committerKarl Berry <karl@freefriends.org>2024-02-23 22:03:00 +0000
commitdbd2472b1db146e6775b1f472806c667106dcf62 (patch)
tree7adec5828cf3125ae6b60d05c648c518c6e2e1ea /Master/texmf-dist/doc/luatex
parent2f5ea0892234257ff5e8fbe7020bad98e6bfbe12 (diff)
luaxml (23feb24)
git-svn-id: svn://tug.org/texlive/trunk@70095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r--Master/texmf-dist/doc/luatex/luaxml/README9
-rw-r--r--Master/texmf-dist/doc/luatex/luaxml/luaxml.pdfbin118191 -> 119150 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaxml/luaxml.tex6
3 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaxml/README b/Master/texmf-dist/doc/luatex/luaxml/README
index 38ba6996863..5df074c453b 100644
--- a/Master/texmf-dist/doc/luatex/luaxml/README
+++ b/Master/texmf-dist/doc/luatex/luaxml/README
@@ -15,7 +15,11 @@ then clone this repository and run
make install
Please note that you will need [LDoc](http://stevedonovan.github.io/ldoc/manual/doc.md.html#Processing_Single_Modules) and
-[dkjson](http://dkolf.de/src/dkjson-lua.fsl/home) Lua modules installed on your system.
+[dkjson](http://dkolf.de/src/dkjson-lua.fsl/home) Lua modules installed on your system. You can install them using:
+
+ $ luarocks install --local ldoc
+ $ luarocks install --local dkjso
+
License:
========
@@ -28,10 +32,11 @@ Author
------
Michal Hoftich
Email: michal.h21@gmail.com
-Version: v0.1q, 2021-10-06
+Version: v0.1r, 2024-02-23
Original authors: Paul Chakravarti and Manoel Campos (http://manoelcampos.com)
If you are interested in the process of development you may observe
https://github.com/michal-h21/LuaXML
+
diff --git a/Master/texmf-dist/doc/luatex/luaxml/luaxml.pdf b/Master/texmf-dist/doc/luatex/luaxml/luaxml.pdf
index 4f00cb6f69b..f574a0a5287 100644
--- a/Master/texmf-dist/doc/luatex/luaxml/luaxml.pdf
+++ b/Master/texmf-dist/doc/luatex/luaxml/luaxml.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luaxml/luaxml.tex b/Master/texmf-dist/doc/luatex/luaxml/luaxml.tex
index 28539d898c3..5031a0468e2 100644
--- a/Master/texmf-dist/doc/luatex/luaxml/luaxml.tex
+++ b/Master/texmf-dist/doc/luatex/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}