summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luamodulartables
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-18 20:57:26 +0000
committerKarl Berry <karl@freefriends.org>2023-11-18 20:57:26 +0000
commit26d6f3fd916b1baebe24ab80e72212299d4f42fd (patch)
tree3c9f422f4caf0b4cfc592242ceaab00ab5fecab4 /Master/texmf-dist/doc/lualatex/luamodulartables
parent20a29963ee878b99f56b77e7e8b62ff9e6fcf10c (diff)
luagcd, luamodulartables, luatruthtable (18nov23)
git-svn-id: svn://tug.org/texlive/trunk@68893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/luamodulartables')
-rw-r--r--Master/texmf-dist/doc/lualatex/luamodulartables/README.txt5
-rw-r--r--Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdfbin321494 -> 260958 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.tex2
3 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luamodulartables/README.txt b/Master/texmf-dist/doc/lualatex/luamodulartables/README.txt
index c31de1b6520..14a2ec04ea6 100644
--- a/Master/texmf-dist/doc/lualatex/luamodulartables/README.txt
+++ b/Master/texmf-dist/doc/lualatex/luamodulartables/README.txt
@@ -1,3 +1,8 @@
+# The luamodulartables package
+# version 1.1
+# Authors: Chetan Shirore and Ajit Kumar
+# Email: mathsbeauty@gmail.com
+
# Introduction
The luamodulartables package is developed to generate modular addition and multiplication tables for positive integers. It provides an easy way to generate modular addition and modular multiplication tables for positive integers in LaTeX documents. The commands in the package have optional arguments for the formatting of tables. These commands can be used in an environment similar to a tabular or array environment. The commands can also be used with the booktabs package, which provides nice formatting of tables in LaTeX. It is written in Lua, and TeX file is to be compiled with LuaLaTeX engine.
diff --git a/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdf b/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdf
index 2a09a115bb1..4a05f159a09 100644
--- a/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdf
+++ b/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.tex b/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.tex
index 02e7fe884bd..0ec7a417579 100644
--- a/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.tex
+++ b/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.tex
@@ -22,7 +22,7 @@ hyperref,multirow,multicol,enumitem}
\addbibresource{luamodular}
\begin{document}
\title{The luamodulartables 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|luamodulartables| package is developed to generate modular addition and multiplication tables for positive integers. It provides an easy way to generate modular addition and modular multiplication tables for positive integers in LaTeX documents. The commands in the package have optional arguments for the formatting of tables. These commands can be used in an environment similar to a \verb|tabular| or \verb|array| environment. The commands can also be used with the \verb|booktabs| package, which provides nice formatting of tables in LaTeX. It is written in Lua, and TeX file is to be compiled with LuaLaTeX engine.