# The luacomplex package # version 1.4 # Authors: Chetan Shirore and Ajit Kumar # Email: mathsbeauty@gmail.com # Introduction The luacomplex package is developed to define complex numbers and perform basic arithmetic on complex numbers in LaTeX. It also loads the luamaths package. It provides an easy way to define complex numbers and perform operations on complex numbers. The package has no particular environment for performing operations on complex numbers. The package commands can be used in any environment (including the mathematics environment). It is written in Lua, and the tex file is to be compiled with the LuaLatex engine. # License The luacomplex 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 luacomplex 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{luacomplex} command in the preamble of the LaTeX document. The TeX file is to be compiled using the LuaLaTeX engine.