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
supported:
\begin{table}[h]
\centering
\begin{center}
\begin{tabular}{rl}
\texttt{pt} & Points (72 points per inch). The default. \\
\texttt{cm} & Centimeters \\
\texttt{mm} & Millimeters \\
\texttt{in} & Inches \\
\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:
\begin{table}[h]
\centering
\begin{center}
\begin{tabular}{rl}
\texttt{PW} & Page width\\
\texttt{PH} & Page height\\
@ -680,7 +678,7 @@ supported:
\texttt{CMAXX} & Crop box maximum x coordinate\\
\texttt{CMAXY} & Crop box maximum y coordinate
\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.