diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-02 20:59:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-02 20:59:18 +0000 |
commit | 602bf0a5286f05673b2a8c4d79688a36cfa5a495 (patch) | |
tree | 5cbad92d15ec73019882997cee33618f12b35997 /Master/texmf-dist/doc | |
parent | d33b92d9d4a7e58fe1a2b2a7795a1ac51b25f0b3 (diff) |
tiscreen (2jun21)
git-svn-id: svn://tug.org/texlive/trunk@59438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/tiscreen/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf | bin | 121968 -> 131993 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex | 34 |
3 files changed, 22 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/tiscreen/README b/Master/texmf-dist/doc/latex/tiscreen/README index 55292264d48..651328b28ef 100644 --- a/Master/texmf-dist/doc/latex/tiscreen/README +++ b/Master/texmf-dist/doc/latex/tiscreen/README @@ -1,10 +1,10 @@ tiscreen (TI calculator screen) -v1.0.1 This package mimics the screen of older Texas instruments dot matrix display calculators, specifically the TI-82 STATS. Changes: +- 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 Binary files differindex de6991dc044..dfb03700e2c 100644 --- a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf +++ b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf diff --git a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex index 22baf4949b6..adf8b59ca3e 100644 --- a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex +++ b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex @@ -71,7 +71,7 @@ \section{Package option(s)} \subsection{Color} Using the \texttt{color} option will change the colors used by the -\texttt{\textbackslash LCD} command. The colors are defined as +\textbackslash\texttt{LCD} command. The colors are defined as \texttt{tiscreenfg} (foreground. i.e. font color) and \texttt{tiscreenbg} (background). These colors can be redefined like this: @@ -102,26 +102,34 @@ or by using the original {\textbackslash LCD} command. \section{Additional defined characters} \LCDcolors{black}{white} \begin{tabular}{l|l|l} - Name & Symbol & Code \\ + 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$ (square root) & \LCDsymb{sq} & \LCDcode{sq} \\ - $^\wedge (-1)$ & \LCDsymb{ar} & \LCDcode{ar} \\ + 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 \\ + Name & Symbol & Code \\ \hline - e & \LCDsymb{e} & \texttt{e} \\ - i & \LCDsymb{i} & \texttt{i} \\ - Square root & \LCDsymb{sqrt} & \LCDcode{sqrt} \\ - ! & \LCDsymb{!} & \LCDcode{!} \\ + ! & \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} \\ \end{tabular} \end{document} |