summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 18:46:56 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 18:46:56 (GMT)
commitfab2f345386ccb32cf5fea922dd639e51e1818c4 (patch)
tree19b73b1ab40c69612a2253c937588c49ea0cd2ae /Doc
parent7e9383ab59614ea0125c954f4be1faa38f6d7e39 (diff)
downloadcpython-fab2f345386ccb32cf5fea922dd639e51e1818c4.zip
cpython-fab2f345386ccb32cf5fea922dd639e51e1818c4.tar.gz
cpython-fab2f345386ccb32cf5fea922dd639e51e1818c4.tar.bz2
When the text of a table cell should be wrapped, used a "p" column.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libjpeg.tex12
-rw-r--r--Doc/libjpeg.tex12
2 files changed, 10 insertions, 14 deletions
diff --git a/Doc/lib/libjpeg.tex b/Doc/lib/libjpeg.tex
index 201a142..5b765fa 100644
--- a/Doc/lib/libjpeg.tex
+++ b/Doc/lib/libjpeg.tex
@@ -40,20 +40,18 @@ Set various options. Subsequent \function{compress()} and
\function{decompress()} calls will use these options. The following
options are available:
-\begin{tableii}{|l|l|}{code}{Option}{Effect}
+\begin{tableii}{|l|p{3in}|}{code}{Option}{Effect}
\lineii{'forcegray'}{%
Force output to be grayscale, even if input is RGB.}
\lineii{'quality'}{%
Set the quality of the compressed image to a value between
- \code{0} and \code{100} (default is \code{75}). \\
- &This only affects compression.}
+ \code{0} and \code{100} (default is \code{75}). This only affects
+ compression.}
\lineii{'optimize'}{%
Perform Huffman table optimization. Takes longer, but results in
- smaller compressed \\
- &image. This only affects compression.}
+ smaller compressed image. This only affects compression.}
\lineii{'smooth'}{%
Perform inter-block smoothing on uncompressed image. Only useful
- for low-quality \\
- &images. This only affects decompression.}
+ for low-quality images. This only affects decompression.}
\end{tableii}
\end{funcdesc}
diff --git a/Doc/libjpeg.tex b/Doc/libjpeg.tex
index 201a142..5b765fa 100644
--- a/Doc/libjpeg.tex
+++ b/Doc/libjpeg.tex
@@ -40,20 +40,18 @@ Set various options. Subsequent \function{compress()} and
\function{decompress()} calls will use these options. The following
options are available:
-\begin{tableii}{|l|l|}{code}{Option}{Effect}
+\begin{tableii}{|l|p{3in}|}{code}{Option}{Effect}
\lineii{'forcegray'}{%
Force output to be grayscale, even if input is RGB.}
\lineii{'quality'}{%
Set the quality of the compressed image to a value between
- \code{0} and \code{100} (default is \code{75}). \\
- &This only affects compression.}
+ \code{0} and \code{100} (default is \code{75}). This only affects
+ compression.}
\lineii{'optimize'}{%
Perform Huffman table optimization. Takes longer, but results in
- smaller compressed \\
- &image. This only affects compression.}
+ smaller compressed image. This only affects compression.}
\lineii{'smooth'}{%
Perform inter-block smoothing on uncompressed image. Only useful
- for low-quality \\
- &images. This only affects decompression.}
+ for low-quality images. This only affects decompression.}
\end{tableii}
\end{funcdesc}