summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luamaths/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luamaths/README.txt')
-rw-r--r--macros/luatex/latex/luamaths/README.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/luatex/latex/luamaths/README.txt b/macros/luatex/latex/luamaths/README.txt
new file mode 100644
index 0000000000..02466225a8
--- /dev/null
+++ b/macros/luatex/latex/luamaths/README.txt
@@ -0,0 +1,18 @@
+# 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.
+The package commands can be used in any environment (including the mathematics environment).
+
+
+# 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.