diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/xbmks/examples/master.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xbmks/examples/master.tex | 8 |
1 files changed, 4 insertions, 4 deletions
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} } |