diff --git a/cpdfmanual.pdf b/cpdfmanual.pdf index 0f96da5..0c7dbff 100644 Binary files a/cpdfmanual.pdf and b/cpdfmanual.pdf differ diff --git a/cpdfmanual.tex b/cpdfmanual.tex index b2e4a96..137c8ee 100644 --- a/cpdfmanual.tex +++ b/cpdfmanual.tex @@ -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.