diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-13 21:44:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-13 21:44:46 +0000 |
commit | 046927b57b0a0739186f6d42b6af76218d6d2f6a (patch) | |
tree | 9fecdcbfd798eaf83f09b4e276a0ae5757c19161 /Master/texmf-dist/doc/latex/xbmks/examples/master.tex | |
parent | 0dc40a1ee19496b265caf65c297647f19b2a6096 (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/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} } |