summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xbmks/examples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-13 21:44:46 +0000
committerKarl Berry <karl@freefriends.org>2018-06-13 21:44:46 +0000
commit046927b57b0a0739186f6d42b6af76218d6d2f6a (patch)
tree9fecdcbfd798eaf83f09b4e276a0ae5757c19161 /Master/texmf-dist/doc/latex/xbmks/examples
parent0dc40a1ee19496b265caf65c297647f19b2a6096 (diff)
xbmks (13jun18)
git-svn-id: svn://tug.org/texlive/trunk@48005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xbmks/examples')
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/doc1.pdfbin31874 -> 13348 bytes
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/doc1.tex5
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/doc2.pdfbin30227 -> 11984 bytes
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/doc2.tex4
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/master.pdfbin53092 -> 15811 bytes
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/master.tex8
-rw-r--r--Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex51
7 files changed, 60 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/doc1.pdf b/Master/texmf-dist/doc/latex/xbmks/examples/doc1.pdf
index 351354a5363..df5d6497a3a 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/doc1.pdf
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/doc1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/doc1.tex b/Master/texmf-dist/doc/latex/xbmks/examples/doc1.tex
index 10dda228034..e45c5d894b5 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/doc1.tex
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/doc1.tex
@@ -1,11 +1,12 @@
-\documentclass{article}
+\documentclass[12pt]{article}
\usepackage{xcolor}
+%\usepackage{xr-hyper}
\usepackage[bookmarksopen]{hyperref}
\usepackage{xbmks}
+
% the xr-hyper package may also be used if you have
% cross document links within the body of the doc
-%\usepackage{xr-hyper}
%\externaldocument[m-]{master}
%\externaldocument[d2-]{doc2}
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/doc2.pdf b/Master/texmf-dist/doc/latex/xbmks/examples/doc2.pdf
index 494fa06b274..331bffa81d9 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/doc2.pdf
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/doc2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/doc2.tex b/Master/texmf-dist/doc/latex/xbmks/examples/doc2.tex
index 9229cb1473e..9f033fefe80 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/doc2.tex
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/doc2.tex
@@ -1,11 +1,11 @@
-\documentclass{article}
+\documentclass[12pt]{article}
\usepackage{xcolor}
+%\usepackage{xr-hyper}
\usepackage[bookmarksopen]{hyperref}
\usepackage{xbmks}
% the xr-hyper package may also be used if you have
% cross document links within the body of the doc
-%\usepackage{xr-hyper}
%\externaldocument[m-]{master}
%\externaldocument[d1-]{doc1}
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/master.pdf b/Master/texmf-dist/doc/latex/xbmks/examples/master.pdf
index f82fe27dc2d..63d6ad0cc0c 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/master.pdf
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/master.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/master.tex b/Master/texmf-dist/doc/latex/xbmks/examples/master.tex
index 21bd1f47927..1b0806a3ad6 100644
--- a/Master/texmf-dist/doc/latex/xbmks/examples/master.tex
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/master.tex
@@ -1,24 +1,24 @@
-\documentclass{article}
+\documentclass[12pt]{article}
\usepackage{xcolor}
+%\usepackage{xr-hyper}
\usepackage[bookmarksopen]{hyperref}
\usepackage{xbmks}
% the xr-hyper package may also be used if you have
% cross document links within the body of the doc
-%\usepackage{xr-hyper}
%\externaldocument[d1-]{doc1}
%\externaldocument[d2-]{doc2}
\title{On merging bookmarks for several documents}
\author{D. P. Story}
-% The \xbmksetup command is placed in only
+% The \xbmksetup command is placed in only
% one of the collection. It is written to xbmks.cfg
% in input by the other files to obtain uniformity
% of option choices.
\xbmksetup{%
docbundle={master,doc1,doc2},
-% colors={intdoc=red,extdoc},
+ colors={intdoc=red,extdoc},
style={intbf}
}
diff --git a/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex b/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex
new file mode 100644
index 00000000000..cb2a34fe0b6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/xbmks/examples/stand-alone.tex
@@ -0,0 +1,51 @@
+\documentclass[12pt]{article}
+\usepackage{xcolor}
+\usepackage[bookmarksopen]{hyperref}
+\usepackage{xbmks}
+
+\title{Stand alone document}
+\author{D. P. Story}
+
+\xbmksetup{%
+% docbundle={\jobname},
+ colors={intdoc=red,extdoc},
+ style={intbf}
+}
+
+\begin{document}
+
+\maketitle
+
+\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
+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.
+
+\subsection{Section One: subSec 1}
+
+Some content goes here.
+
+\newpage
+
+
+\section{Section Two}
+
+Some content goes here.
+
+
+\subsection{Section Two: subSec 1}
+
+Some content goes here.
+
+\newpage
+
+\subsection{Section Two: subSec 2}
+
+Some content goes here.
+
+
+\end{document}
+