Document %Bookmark

This commit is contained in:
John Whitington 2024-11-11 19:09:54 +00:00
parent a7e4a29de3
commit 09c5b4c3d6
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -2500,7 +2500,8 @@ font size and color.
\texttt{\%Label} & The page label of the page \\
\texttt{\%EndLabel} & The page label of the last page \\
\texttt{\%filename} & The full file name of the input document \\
\texttt{\%URL[text|URL]} & Add \texttt{text}, which links to \texttt{URL} (does not work for diagonal text)
\texttt{\%URL[text|URL]} & Add \texttt{text}, which links to \texttt{URL} (does not work for diagonal text)\\
\texttt{\%Bookmark<n>} & Bookmark text at level n (0, 1, 2, 3, 4)\\
\end{tabular}
\vspace{2mm}
@ -2508,6 +2509,8 @@ font size and color.
NB: In some circumstances (e.g in batch files) on Microsoft Windows, \verb!%! is a special character, and must be escaped (written as \verb$%%$). Consult your local documentation for details.
Bookmark text refers to the first bookmark of the given level on the stamped page or, if none, the last bookmark text of that level before that page, so long as uninterrupted by a bookmark of lower level. In other words, these specials are suitable for adding running heads to a document.
\subsection{Date and Time Formats}
\begin{tabular}{ll}
\texttt{\%a} & Abbreviated weekday name (Sun, Mon etc.)\\