summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luamaths
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-24 20:18:55 +0000
committerKarl Berry <karl@freefriends.org>2023-08-24 20:18:55 +0000
commit0ab5364487abae2cfc92885db195801226d9b7dd (patch)
tree22d94b6a5bb7466efae586c202915b19cc6b6eda /Master/texmf-dist/doc/lualatex/luamaths
parenta5560f51ecbc195d32584aa363b0bbb89c1f483f (diff)
luamaths (24aug23)
git-svn-id: svn://tug.org/texlive/trunk@68050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/luamaths')
-rw-r--r--Master/texmf-dist/doc/lualatex/luamaths/README.txt2
-rw-r--r--Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdfbin146010 -> 146829 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/luamaths/luamaths.tex14
3 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luamaths/README.txt b/Master/texmf-dist/doc/lualatex/luamaths/README.txt
index a4a7a334fd3..30ceca23014 100644
--- a/Master/texmf-dist/doc/lualatex/luamaths/README.txt
+++ b/Master/texmf-dist/doc/lualatex/luamaths/README.txt
@@ -1,5 +1,5 @@
# The luamaths package
-# version 1.4
+# version 1.5
# Authors: Chetan Shirore and Ajit Kumar
# Email: mathsbeauty@gmail.com
diff --git a/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf b/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf
index 13ecb392afa..5713dfa7de5 100644
--- a/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf
+++ b/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/luamaths/luamaths.tex b/Master/texmf-dist/doc/lualatex/luamaths/luamaths.tex
index 3cb499b88c8..81b58f95115 100644
--- a/Master/texmf-dist/doc/lualatex/luamaths/luamaths.tex
+++ b/Master/texmf-dist/doc/lualatex/luamaths/luamaths.tex
@@ -1,7 +1,7 @@
\documentclass{article}
\renewcommand{\baselinestretch}{1.2}
\usepackage{float,listings,color,booktabs,longtable,array,hyperref,luamaths,amsmath,amssymb}
-\usepackage[top=1.1in, bottom=1.1in, left=1.1in, right=1.1in]{geometry}
+\usepackage[top=1in, bottom=1in, left=1.1in, right=1.1in]{geometry}
\hypersetup{colorlinks,urlcolor=blue}
\lstset{frame=none,
language=[LaTeX]{TeX},
@@ -190,6 +190,13 @@ Table \ref{tbl:opluamaths} lists operations in the \verb|luamaths| package.
\begin{lstlisting}
\complexRound{cx_num}{digits}
\end{lstlisting} & It rounds off a complex number to a specified number of decimal places.\\
+\midrule
+\begin{lstlisting}
+\luaChkeqnum
+\end{lstlisting} &
+\begin{lstlisting}
+\luaChkeqnum{x}{y}
+\end{lstlisting} & It returns true if x = y, otherwise returns false.\\
\bottomrule \\
@@ -333,6 +340,11 @@ Table \ref{tbl:illluamaths} illustrates operations in the \verb|luamaths| packag
\begin{lstlisting}
\complexRound{lcomplex(\mathPi,6)}{4}
\end{lstlisting} & \(\complexRound{lcomplex(\mathPi,6)}{4}\)\\
+\midrule
+
+\begin{lstlisting}
+\luaChkeqnum{\mathCos{0}}{1}
+\end{lstlisting} & \luaChkeqnum{\mathCos{0}}{1}\\
\bottomrule \\
\caption{Illustrations of commands in the luamaths package}
\label{tbl:illluamaths}