Fix tables in manual
This commit is contained in:
parent
e06fd0c59e
commit
69639ae556
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue