summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/luatex/luaxml/README5
-rw-r--r--Master/texmf-dist/doc/luatex/luaxml/luaxml.pdfbin98532 -> 97917 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaxml/luaxml.tex6
3 files changed, 4 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaxml/README b/Master/texmf-dist/doc/luatex/luaxml/README
index 36a20921c27..8010d3336c6 100644
--- a/Master/texmf-dist/doc/luatex/luaxml/README
+++ b/Master/texmf-dist/doc/luatex/luaxml/README
@@ -3,9 +3,8 @@ Introduction
LuaXML is pure lua library for reading and serializing of the XML files. Current release is aimed mainly as support
for the odsfile package. The documentation was created by automatic conversion of original documentation in the source code.
-In this version, some files not useful for luaTeX were droped. Original files can be found at
+In this version, some files not useful for luaTeX were droped.
- http://manoelcampos.com/files/LuaXML--0.0.0-lua5.1.tgz
Install
=======
@@ -29,7 +28,7 @@ Author
------
Michal Hoftich
Email: michal.h21@gmail.com
-Version: 0.1d
+Version: 0.1e, 2018-07-17
Original authors: Paul Chakravarti and Manoel Campos (http://manoelcampos.com)
diff --git a/Master/texmf-dist/doc/luatex/luaxml/luaxml.pdf b/Master/texmf-dist/doc/luatex/luaxml/luaxml.pdf
index f528062da06..fb4e08956bc 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 3d4bcdd9f3f..ab1340f2c94 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{0.1d}
+\def\version{0.1e}
\let\gitdate\date
\fi
\newcommand\modulename[1]{\subsection{#1}\label{sec:#1}}
@@ -739,9 +739,7 @@ xmlParser:parse(xml) method.
\section{History}
This library is fork of LuaXML library originaly created by Paul
-Chakravarti. Its original version can be found at
-\url{http://manoelcampos.com/files/LuaXML--0.0.0-lua5.1.tgz}. Some files not
-needed for use with luatex were droped from the distribution.
+Chakravarti. Some files not needed for use with luatex were droped from the distribution.
Documentation was converted from original comments in the source code.
\section{License}