texlive[59517] Master/texmf-dist: tiscreen (7jun21)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 7 22:07:46 CEST 2021


Revision: 59517
          http://tug.org/svn/texlive?view=revision&revision=59517
Author:   karl
Date:     2021-06-07 22:07:46 +0200 (Mon, 07 Jun 2021)
Log Message:
-----------
tiscreen (7jun21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tiscreen/README
    trunk/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
    trunk/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
    trunk/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty

Modified: trunk/Master/texmf-dist/doc/latex/tiscreen/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tiscreen/README	2021-06-07 20:07:35 UTC (rev 59516)
+++ trunk/Master/texmf-dist/doc/latex/tiscreen/README	2021-06-07 20:07:46 UTC (rev 59517)
@@ -4,6 +4,7 @@
 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

Modified: trunk/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex	2021-06-07 20:07:35 UTC (rev 59516)
+++ trunk/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex	2021-06-07 20:07:46 UTC (rev 59517)
@@ -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 @@
 
 \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
-	!					& \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} \\
+	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
+	\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}

Modified: trunk/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty	2021-06-07 20:07:35 UTC (rev 59516)
+++ trunk/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty	2021-06-07 20:07:46 UTC (rev 59517)
@@ -4,7 +4,7 @@
 % license is at: http://www.latex-project.org/lppl.txt
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tiscreen}[2021/05/17 Ti calculator screen]
+\ProvidesPackage{tiscreen}[2021/06/07 Ti calculator screen]
 
 % TODO
 % Scaling option



More information about the tex-live-commits mailing list.