summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex
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/luagcd/luagcd.tex
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/luagcd/luagcd.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/luagcd/luagcd.tex2
1 files changed, 1 insertions, 1 deletions
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.