From aeb7497eda15cbf667226a1ad2e8e76d048d3343 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Nov 2023 22:04:28 +0000 Subject: luacomplex, luamaths, luaset (17nov23) git-svn-id: svn://tug.org/texlive/trunk@68883 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/lualatex/luacomplex/README.txt | 2 +- .../doc/lualatex/luacomplex/luacomplex.pdf | Bin 109293 -> 109270 bytes Master/texmf-dist/doc/lualatex/luamaths/README.txt | 2 +- .../texmf-dist/doc/lualatex/luamaths/luamaths.pdf | Bin 146829 -> 146948 bytes Master/texmf-dist/doc/lualatex/luaset/README.txt | 5 +++++ Master/texmf-dist/doc/lualatex/luaset/luaset.pdf | Bin 134778 -> 98351 bytes Master/texmf-dist/doc/lualatex/luaset/luaset.tex | 2 +- 7 files changed, 8 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/lualatex') diff --git a/Master/texmf-dist/doc/lualatex/luacomplex/README.txt b/Master/texmf-dist/doc/lualatex/luacomplex/README.txt index 6445382ed64..c61ae7ead84 100644 --- a/Master/texmf-dist/doc/lualatex/luacomplex/README.txt +++ b/Master/texmf-dist/doc/lualatex/luacomplex/README.txt @@ -1,5 +1,5 @@ # The luacomplex package -# version 1.3 +# version 1.4 # Authors: Chetan Shirore and Ajit Kumar # Email: mathsbeauty@gmail.com diff --git a/Master/texmf-dist/doc/lualatex/luacomplex/luacomplex.pdf b/Master/texmf-dist/doc/lualatex/luacomplex/luacomplex.pdf index fba9194c8db..66fdc006455 100644 Binary files a/Master/texmf-dist/doc/lualatex/luacomplex/luacomplex.pdf and b/Master/texmf-dist/doc/lualatex/luacomplex/luacomplex.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/luamaths/README.txt b/Master/texmf-dist/doc/lualatex/luamaths/README.txt index 30ceca23014..bee9f34303d 100644 --- a/Master/texmf-dist/doc/lualatex/luamaths/README.txt +++ b/Master/texmf-dist/doc/lualatex/luamaths/README.txt @@ -1,5 +1,5 @@ # The luamaths package -# version 1.5 +# version 1.6 # Authors: Chetan Shirore and Ajit Kumar # Email: mathsbeauty@gmail.com diff --git a/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf b/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf index 5713dfa7de5..ef4f5efdad9 100644 Binary files a/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf and b/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/luaset/README.txt b/Master/texmf-dist/doc/lualatex/luaset/README.txt index ca7ffb38609..aafb0297cd9 100644 --- a/Master/texmf-dist/doc/lualatex/luaset/README.txt +++ b/Master/texmf-dist/doc/lualatex/luaset/README.txt @@ -1,3 +1,8 @@ +# The luaset package +# version 1.1 +# Authors: Chetan Shirore and Ajit Kumar +# Email: mathsbeauty@gmail.com + # Introduction The luaset package is developed to define finite sets and perform operations on them inside LaTeX documents. There is no particular environment in the package for performing set operations. diff --git a/Master/texmf-dist/doc/lualatex/luaset/luaset.pdf b/Master/texmf-dist/doc/lualatex/luaset/luaset.pdf index 4e4545be846..48e89f284b4 100644 Binary files a/Master/texmf-dist/doc/lualatex/luaset/luaset.pdf and b/Master/texmf-dist/doc/lualatex/luaset/luaset.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/luaset/luaset.tex b/Master/texmf-dist/doc/lualatex/luaset/luaset.tex index 5a1a08534a5..69643111b9c 100644 --- a/Master/texmf-dist/doc/lualatex/luaset/luaset.tex +++ b/Master/texmf-dist/doc/lualatex/luaset/luaset.tex @@ -19,7 +19,7 @@ \usepackage[backend=bibtex]{biblatex} \begin{document} \title{The luaset Package in LaTeX} -\author{Chetan Shirore and Dr. Ajit Kumar} +\author{Chetan Shirore\thanks{Email id: mathsbeauty@gmail.com} \space and Ajit Kumar} \maketitle \section{Introduction}\label{section:introduction} The \verb|luaset| package is developed to define finite sets and perform operations on finite sets inside LaTeX documents. There is no particular environment in the package for performing set operations. The package commands can be used in any environment (including the mathematics environment). It is written in Lua, and tex file is to be compiled with the LuaLaTeX engine. The time required for performing set operations is not an issue while compiling with LuaLaTeX. There is no need to install Lua on the users' system as tex distributions (TeXLive or MikTeX) come bundled with LuaLaTeX. The package is helps to perform set operations (union, intersection, difference, etcetera) in LaTeX documents. It may also save the users' efforts to copy sets from other software (which may not be in LaTeX compatible format) and to use them in a tex file. The package supports the nesting of commands for multiple operations. -- cgit v1.2.3