summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tiscreen/doc/tiscreen-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tiscreen/doc/tiscreen-doc.tex')
-rw-r--r--macros/latex/contrib/tiscreen/doc/tiscreen-doc.tex34
1 files changed, 21 insertions, 13 deletions
diff --git a/macros/latex/contrib/tiscreen/doc/tiscreen-doc.tex b/macros/latex/contrib/tiscreen/doc/tiscreen-doc.tex
index 22baf4949b..adf8b59ca3 100644
--- a/macros/latex/contrib/tiscreen/doc/tiscreen-doc.tex
+++ b/macros/latex/contrib/tiscreen/doc/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}