Fix tables in manual

This commit is contained in:
John Whitington 2022-01-21 12:29:51 +00:00
parent e06fd0c59e
commit 69639ae556
2 changed files with 4 additions and 6 deletions

Binary file not shown.

View File

@ -652,20 +652,18 @@ When measurements are given to \cpdf, they are in points (1 point = 1/72 inch).
be followed by some letters to change the measurement. The following are be followed by some letters to change the measurement. The following are
supported: supported:
\begin{table}[h] \begin{center}
\centering
\begin{tabular}{rl} \begin{tabular}{rl}
\texttt{pt} & Points (72 points per inch). The default. \\ \texttt{pt} & Points (72 points per inch). The default. \\
\texttt{cm} & Centimeters \\ \texttt{cm} & Centimeters \\
\texttt{mm} & Millimeters \\ \texttt{mm} & Millimeters \\
\texttt{in} & Inches \\ \texttt{in} & Inches \\
\end{tabular} \end{tabular}
\end{table} \end{center}
\noindent For example, one may write \texttt{14mm} or \texttt{21.6in}. In addition, the following letters stand, in some operations (\texttt{-scale-page}, \texttt{-scale-to-fit}, \texttt{-scale-contents}, \texttt{-shift}, \texttt{-mediabox},\\ \texttt{-crop}) for various page dimensions: \noindent For example, one may write \texttt{14mm} or \texttt{21.6in}. In addition, the following letters stand, in some operations (\texttt{-scale-page}, \texttt{-scale-to-fit}, \texttt{-scale-contents}, \texttt{-shift}, \texttt{-mediabox},\\ \texttt{-crop}) for various page dimensions:
\begin{table}[h] \begin{center}
\centering
\begin{tabular}{rl} \begin{tabular}{rl}
\texttt{PW} & Page width\\ \texttt{PW} & Page width\\
\texttt{PH} & Page height\\ \texttt{PH} & Page height\\
@ -680,7 +678,7 @@ supported:
\texttt{CMAXX} & Crop box maximum x coordinate\\ \texttt{CMAXX} & Crop box maximum x coordinate\\
\texttt{CMAXY} & Crop box maximum y coordinate \texttt{CMAXY} & Crop box maximum y coordinate
\end{tabular} \end{tabular}
\end{table} \end{center}
\noindent For example, we may write \texttt{PMINX} \texttt{PMINY} to stand for the coordinate of the lower left corner of the page. \noindent For example, we may write \texttt{PMINX} \texttt{PMINY} to stand for the coordinate of the lower left corner of the page.