summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luacomplex/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luacomplex/README.txt')
-rw-r--r--macros/luatex/latex/luacomplex/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/macros/luatex/latex/luacomplex/README.txt b/macros/luatex/latex/luacomplex/README.txt
new file mode 100644
index 0000000000..359cb1edff
--- /dev/null
+++ b/macros/luatex/latex/luacomplex/README.txt
@@ -0,0 +1,19 @@
+# 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 luagcd 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. \ No newline at end of file