diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
commit | af8a015c937d11e4efcda3f91344ad3e758d26e8 (patch) | |
tree | 5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/lib/libpanel.tex | |
parent | b215137224cafcdb665a7b298dbf02be6a214d0c (diff) | |
download | cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2 |
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
Diffstat (limited to 'Doc/lib/libpanel.tex')
-rw-r--r-- | Doc/lib/libpanel.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libpanel.tex b/Doc/lib/libpanel.tex index a696f30..f23fb7b 100644 --- a/Doc/lib/libpanel.tex +++ b/Doc/lib/libpanel.tex @@ -10,7 +10,7 @@ Dutch author). This module should be used instead of the built-in module \code{pnl} to interface with the -{\em Panel Library}. +\emph{Panel Library}. The module is too large to document here in its entirety. One interesting function: @@ -18,7 +18,7 @@ One interesting function: \renewcommand{\indexsubitem}{(in module panel)} \begin{funcdesc}{defpanellist}{filename} Parses a panel description file containing S-expressions written by the -{\em Panel Editor} +\emph{Panel Editor} that accompanies the Panel Library and creates the described panels. It returns a list of panel objects. \end{funcdesc} @@ -49,7 +49,7 @@ For more details, read the module file. \bimodindex{pnl} This module provides access to the -{\em Panel Library} +\emph{Panel Library} built by NASA Ames (to get it, send e-mail to {\tt panel-request@nas.nasa.gov}). All access to it should be done through the standard module |