last table

This commit is contained in:
John Whitington 2022-01-21 12:44:14 +00:00
parent 69639ae556
commit bdb855df06
2 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -1005,8 +1005,7 @@ file. The directory (folder) \texttt{dir} must exist.
\noindent If the output format does not provide enough numbers for the files generated, \noindent If the output format does not provide enough numbers for the files generated,
the result is unspecified. The following format operators may be used: the result is unspecified. The following format operators may be used:
\begin{table}[h] \begin{center}
\centering
\begin{tabular}{rl} \begin{tabular}{rl}
\verb!%, %%, %%% etc.! & Sequence number padded to the number of percent signs\\ \verb!%, %%, %%% etc.! & Sequence number padded to the number of percent signs\\
\texttt{@F} & Original filename without extension \\ \texttt{@F} & Original filename without extension \\
@ -1015,7 +1014,7 @@ the result is unspecified. The following format operators may be used:
\texttt{@E} & End page of this chunk \\ \texttt{@E} & End page of this chunk \\
\texttt{@B} & Bookmark name at this page \\ \texttt{@B} & Bookmark name at this page \\
\end{tabular} \end{tabular}
\end{table} \end{center}
\noindent Numbers padded to a fixed width field by zeroes may be obtained for \texttt{@S} and \texttt{@E} by following them with more \texttt{@} signs e.g \texttt{@E@@@} for a fixed width of three. \noindent Numbers padded to a fixed width field by zeroes may be obtained for \texttt{@S} and \texttt{@E} by following them with more \texttt{@} signs e.g \texttt{@E@@@} for a fixed width of three.