summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xbmks/examples/doc2.tex
blob: 9f033fefe80c0451857fa0a1add8a19810f548b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\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
%\externaldocument[m-]{master}
%\externaldocument[d1-]{doc1}

\begin{document}

\section{Doc 2: Sec 1}

Some content goes here.

\newpage

\subsection{Doc 2: subSec 1}

Some content goes here.

\section{Doc 2: Sec 2}

\subsection{Doc 2: subSec 1}

Some content goes here.

\newpage

\subsection{Doc 2: subSec 2}

Some content goes here.

\subsection{Doc 2: subSec 3}

Some content goes here.


\end{document}