summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luatruthtable/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luatruthtable/README.txt')
-rw-r--r--macros/luatex/latex/luatruthtable/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/luatex/latex/luatruthtable/README.txt b/macros/luatex/latex/luatruthtable/README.txt
index 60217b2ce6..3e6ca97d21 100644
--- a/macros/luatex/latex/luatruthtable/README.txt
+++ b/macros/luatex/latex/luatruthtable/README.txt
@@ -1,3 +1,8 @@
+# The luatruthtable package
+# version 1.2
+# Authors: Chetan Shirore and Ajit Kumar
+# Email: mathsbeauty@gmail.com
+
# 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.