summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex')
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex b/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex
index cb2a34fe0b6..44cf83374d6 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex
@@ -8,8 +8,8 @@
\xbmksetup{%
% docbundle={\jobname},
- colors={intdoc=red,extdoc},
- style={intbf}
+ colors={int=red,ext},
+ styles={intbf}
}
\begin{document}
@@ -18,11 +18,11 @@
\section{Section One}
-When the \texttt{docbundle} key is either empty or is not present, \textsf{xbmks} sets it
-to \verb~\jobname~. No cross-document bookmarks are generated because there was no specification
-for creating (multiple values for \texttt{docbundle}); instead, we obtain a standard document
+When the \texttt{docbundle} key is either empty or is not present, \textsf{xbmks} sets its value
+to \verb~\jobname~. No cross-document bookmarks are generated because there is no ``bundle'' specified
+(multiple values for \texttt{docbundle} are needed); instead, we obtain a standard document
with bookmarks, but the color and style of of the bookmarks are controlled by the \texttt{colors}
-and \texttt{style} keys, as seen in the preamble.
+and \texttt{styles} keys, as seen in the preamble.
\subsection{Section One: subSec 1}