Index of /archives/text/CTAN/macros/luatex/latex/luamaths

Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] luamaths.bib 2023-08-04 12:45 1.0K [TXT] README.txt 2023-11-17 17:54 1.0K [TXT] luamaths.sty 2023-11-17 17:54 2.3K [TXT] luamaths-fractions.lua 2023-08-23 22:32 6.4K [TXT] luamaths-complex.lua 2023-08-04 20:59 10K [   ] luamaths.tex 2023-08-23 22:24 13K [   ] luamaths.pdf 2023-11-17 17:56 144K
# The luamaths package
# version 1.6
# Authors: Chetan Shirore and Ajit Kumar
# Email: mathsbeauty@gmail.com

# Introduction
The luamaths package is developed to perform standard mathematical operations inside LaTeX documents using Lua. 
It provides an easy way to perform standard mathematical operations. 
There is no particular environment in the package for performing mathematical operations. 
 
# License
The luamaths 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 luamaths package is similar to plain latex package, where the .sty file is in LATEXdirectory of texmf tree. 
The package can be included with \usepackage{luamaths} command in the preamble of the LaTeX document. 
The TeX file is to be compiled using the LuaLaTeX engine.