summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luaset/luaset.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/luaset/luaset.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/luaset/luaset.tex2
1 files changed, 1 insertions, 1 deletions
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.