From 26d6f3fd916b1baebe24ab80e72212299d4f42fd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Nov 2023 20:57:26 +0000 Subject: luagcd, luamodulartables, luatruthtable (18nov23) git-svn-id: svn://tug.org/texlive/trunk@68893 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/lualatex/luagcd/README.txt | 5 +++++ Master/texmf-dist/doc/lualatex/luagcd/luagcd.pdf | Bin 147517 -> 101670 bytes Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex | 2 +- .../doc/lualatex/luamodulartables/README.txt | 5 +++++ .../lualatex/luamodulartables/luamodulartables.pdf | Bin 321494 -> 260958 bytes .../lualatex/luamodulartables/luamodulartables.tex | 2 +- .../doc/lualatex/luatruthtable/README.txt | 2 +- .../doc/lualatex/luatruthtable/luatruthtable.pdf | Bin 116768 -> 116612 bytes 8 files changed, 13 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/lualatex') diff --git a/Master/texmf-dist/doc/lualatex/luagcd/README.txt b/Master/texmf-dist/doc/lualatex/luagcd/README.txt index edd1bc9b5b7..f08e8e1641c 100644 --- a/Master/texmf-dist/doc/lualatex/luagcd/README.txt +++ b/Master/texmf-dist/doc/lualatex/luagcd/README.txt @@ -1,3 +1,8 @@ +# The luagcd package +# version 1.1 +# Authors: Chetan Shirore and Ajit Kumar +# Email: mathsbeauty@gmail.com + # Introduction Using Lua, the luagcd package is developed to find the greatest common divisor (gcd) of integers in LaTeX. The package provides commands to obtain step-by-step computation of gcd of two integers by using the Euclidean algorithm. diff --git a/Master/texmf-dist/doc/lualatex/luagcd/luagcd.pdf b/Master/texmf-dist/doc/lualatex/luagcd/luagcd.pdf index e8ef34b6c2d..40abaf8bec9 100644 Binary files a/Master/texmf-dist/doc/lualatex/luagcd/luagcd.pdf and b/Master/texmf-dist/doc/lualatex/luagcd/luagcd.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex b/Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex index 980c0245890..13fb03402c5 100644 --- a/Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex +++ b/Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex @@ -19,7 +19,7 @@ \usepackage[backend=bibtex]{biblatex} \begin{document} \title{The luagcd 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} Using Lua, the \verb|luagcd| package is developed to find the \textbf{greatest common divisor (gcd)} of integers in LaTeX. It provides an easy way to find gcd of two or more integers inside LaTeX documents. The package provides commands to obtain step-by-step computation of gcd of two integers by using Euclidean algorithm. In addition, the package has the command to express gcd of two integers as a linear combination. The Bezout’s Identity can be verified for any two integers using commands in the package. No particular environment is required for the use of commands in the package. It is written in Lua, and the TeX file has to be compiled with the LuaLaTeX engine. 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 Binary files a/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdf and b/Master/texmf-dist/doc/lualatex/luamodulartables/luamodulartables.pdf 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. diff --git a/Master/texmf-dist/doc/lualatex/luatruthtable/README.txt b/Master/texmf-dist/doc/lualatex/luatruthtable/README.txt index 3e6ca97d21e..c2a9938360e 100644 --- a/Master/texmf-dist/doc/lualatex/luatruthtable/README.txt +++ b/Master/texmf-dist/doc/lualatex/luatruthtable/README.txt @@ -1,5 +1,5 @@ # The luatruthtable package -# version 1.2 +# version 1.3 # Authors: Chetan Shirore and Ajit Kumar # Email: mathsbeauty@gmail.com diff --git a/Master/texmf-dist/doc/lualatex/luatruthtable/luatruthtable.pdf b/Master/texmf-dist/doc/lualatex/luatruthtable/luatruthtable.pdf index bdc5afdfdcd..7601c458e50 100644 Binary files a/Master/texmf-dist/doc/lualatex/luatruthtable/luatruthtable.pdf and b/Master/texmf-dist/doc/lualatex/luatruthtable/luatruthtable.pdf differ -- cgit v1.2.3