summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luatruthtable/README.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-15 03:15:34 +0000
committerNorbert Preining <norbert@preining.info>2022-09-15 03:15:34 +0000
commit6d44c638512eb736c41551c5887b4475a14935bf (patch)
tree2f7c144e0e682047bc8ed9a411f4ca762ba1d300 /macros/luatex/latex/luatruthtable/README.txt
parent9fb667bb165065e655a81b1eaf7b61f2f03825ec (diff)
CTAN sync 202209150315
Diffstat (limited to 'macros/luatex/latex/luatruthtable/README.txt')
-rw-r--r--macros/luatex/latex/luatruthtable/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/luatex/latex/luatruthtable/README.txt b/macros/luatex/latex/luatruthtable/README.txt
new file mode 100644
index 0000000000..60217b2ce6
--- /dev/null
+++ b/macros/luatex/latex/luatruthtable/README.txt
@@ -0,0 +1,9 @@
+# Introduction
+The luatruthtable package is developed to generate Truth Tables of boolean values in LaTeX. It provides an easy way for generating truth tables in LaTeX . There is no need of special environment in the package for generation of Truth Tables. It is written in lua and tex file is to be compiled with LuaLatex engine. The time required for operations is no issue while compiling with LuaLaTeX. There is no need to install lua on users system as tex distributions (TeXLive or MikTeX) come bundled with LuaLaTeX. It is useful for generation of Truth Tables in tex file itself. The package supports nesting of commands for multiple operations. It can be modified or extended by writing custom lua programs.
+
+# License
+The luatruthtable 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 certified open source software available. Its license is simple and liberal which is compatible with GPL.
+
+#Installation and Inclusion
+The installation of luatruthtable package is similar to plain latex package where luatruthtable.sty file is in LaTeX directory of texmf tree. The package can be used by including the command \usepackage{luatruthtable} in the preamble of latex document.The tex file is to be compiled using the LuaLaTeX engine. \ No newline at end of file