Index of /archives/text/CTAN/macros/luatex/latex/luamodulartables
Name Last modified Size Description
Parent Directory -
luamodulartables.tex 2023-11-17 18:44 23K
luamodulartables.sty 2023-11-17 18:33 2.7K
luamodulartables.pdf 2023-11-17 18:44 255K
luamodularmult.jpg 2022-04-04 00:02 60K
luamodularadd.jpg 2022-04-04 00:14 60K
luamodular.bib 2022-12-24 20:35 1.4K
README.txt 2023-11-17 18:32 1.4K
# The luamodulartables package
# version 1.1
# Authors: Chetan Shirore and Ajit Kumar
# Email: [email protected]
# 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.
# License
The luamodulartables package is released under the LaTeX Project Public License v1.3c or later. The complete license text is available at http://www.latex-project.org/lppl.txt. It is developed in Lua. Lua is available as a certified open-source software. Its license is simple and liberal, which is compatible with GPL.
#Installation and Inclusion
The installation of luamodulartables package is similar to plain latex package, where the .sty file is in LATEX directory of texmf tree. The package can be included with \usepackage{luamodulartables} command in the preamble of the LaTeX document. The TeX file is to be compiled using the LuaLaTeX engine.