summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tiscreen
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-07 20:07:46 +0000
committerKarl Berry <karl@freefriends.org>2021-06-07 20:07:46 +0000
commit8fbbd462135b56104dcbd71eb341ad19abae51d0 (patch)
tree1c6817e4ed4a968ac724f04094005db8a8a5b7ed /Master/texmf-dist/doc/latex/tiscreen
parent5306b14091619abcc7b5555a0781c1c65422f81f (diff)
tiscreen (7jun21)
git-svn-id: svn://tug.org/texlive/trunk@59517 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tiscreen')
-rw-r--r--Master/texmf-dist/doc/latex/tiscreen/README1
-rw-r--r--Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdfbin131993 -> 133438 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex55
3 files changed, 28 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/tiscreen/README b/Master/texmf-dist/doc/latex/tiscreen/README
index 651328b28ef..d5e7e22e3f6 100644
--- a/Master/texmf-dist/doc/latex/tiscreen/README
+++ b/Master/texmf-dist/doc/latex/tiscreen/README
@@ -4,6 +4,7 @@ This package mimics the screen of older Texas instruments dot matrix display
calculators, specifically the TI-82 STATS.
Changes:
+- 2021/07/07 Simplified characters table in documentation
- 2021/06/01 Added more characters
- 2021/05/21 Minor README and documentation issues
- 2021/05/17 Initial version
diff --git a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
index dfb03700e2c..145a8be7167 100644
--- a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
+++ b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
index adf8b59ca3e..b4112c25243 100644
--- a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
+++ b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
@@ -5,6 +5,7 @@
\usepackage{parskip}
\usepackage[color]{tiscreen}
\usepackage{multicol}
+\usepackage{hyperref}
\usepackage{listings}
\lstset{
@@ -41,7 +42,7 @@
\tiscreen
|4+1 |
| 5|
-|Ans{sq} |
+|Ans{sq} |
| 25|
| |
| |
@@ -58,7 +59,7 @@
\tiscreen
|4+1 |
| 5|
-|Ans{sq} |
+|Ans{sq} |
| 25|
| |
| |
@@ -102,34 +103,32 @@ or by using the original {\textbackslash LCD} command.
\section{Additional defined characters} \LCDcolors{black}{white}
\begin{tabular}{l|l|l}
- Name & Symbol & Code \\
\hline
- E (scientific notation) & \LCDsymb{sciE} & \LCDcode{sciE} \\
- Sigma (lowercase) & \LCDsymb{sigma} & \LCDcode{sigma} \\
- $\bar x$ & \LCDsymb{barx} & \LCDcode{barx} \\
- $\bar y$ & \LCDsymb{bary} & \LCDcode{bary} \\
- $^\wedge 2$ (power of two) & \LCDsymb{sq} & \LCDcode{sq} \\
- $^\wedge (-1)$ & \LCDsymb{ar} & \LCDcode{ar} \\
- $_1$ & \LCDsymb{sub1} & \LCDcode{sub1} \\
- $_2$ & \LCDsymb{sub2} & \LCDcode{sub2} \\
- $_3$ & \LCDsymb{sub3} & \LCDcode{sub3} \\
- $_4$ & \LCDsymb{sub4} & \LCDcode{sub4} \\
- $_5$ & \LCDsymb{sub5} & \LCDcode{sub5} \\
- $_6$ & \LCDsymb{sub6} & \LCDcode{sub6} \\
-\end{tabular}
-
-\subsection{Redefined characters}
-Predefined characters that where redefined to match the TI-82 STATS.
-
-\begin{tabular}{l|l|l}
- Name & Symbol & Code \\
+ \multicolumn{3}{c}{\textbf{Added characters}} \\
+ \hline \hline
+ Name & Symbol & Code \\
+ \hline
+ E & \LCDsymb{sciE} & \LCDcode{sciE} \\
+ $\sigma$ & \LCDsymb{sigma} & \LCDcode{sigma} \\
+ $\bar x$ & \LCDsymb{barx} & \LCDcode{barx} \\
+ $\bar y$ & \LCDsymb{bary} & \LCDcode{bary} \\
+ $^\wedge 2$ & \LCDsymb{sq} & \LCDcode{sq} \\
+ $^\wedge (-1)$ & \LCDsymb{ar} & \LCDcode{ar} \\
+ $_1$ & \LCDsymb{sub1} & \LCDcode{sub1} \\
+ $_2$ & \LCDsymb{sub2} & \LCDcode{sub2} \\
+ $_3$ & \LCDsymb{sub3} & \LCDcode{sub3} \\
+ $_4$ & \LCDsymb{sub4} & \LCDcode{sub4} \\
+ $_5$ & \LCDsymb{sub5} & \LCDcode{sub5} \\
+ $_6$ & \LCDsymb{sub6} & \LCDcode{sub6} \\
\hline
- ! & \LCDsymb{!} & \LCDcode{!} \\
- $\sqrt{\hphantom{0}}$ (Square root) & \LCDsymb{sqrt} & \LCDcode{sqrt} \\
- e & \LCDsymb{e} & \texttt{e} \\
- i & \LCDsymb{i} & \texttt{i} \\
- v & \LCDsymb{v} & \texttt{v} \\
- w & \LCDsymb{w} & \texttt{w} \\
+ \multicolumn{3}{c}{\textbf{Redefined characters}} \\
+ \hline \hline
+ ! & \LCDsymb{!} & \LCDcode{!} \\
+ $\sqrt{\hphantom{0}}$ & \LCDsymb{sqrt} & \LCDcode{sqrt} \\
+ e & \LCDsymb{e} & \texttt{e} \\
+ i & \LCDsymb{i} & \texttt{i} \\
+ v & \LCDsymb{v} & \texttt{v} \\
+ w & \LCDsymb{w} & \texttt{w} \\
\end{tabular}
\end{document}