summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex92
1 files changed, 92 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex b/Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex
new file mode 100644
index 00000000000..b4683ea7d45
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex
@@ -0,0 +1,92 @@
+%%
+%% This is file `hypgotoe-example.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% hypgotoe.dtx (with options: `example')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3 of this license or (at your option) any later
+%% version. The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of
+%% LaTeX version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% This Current Maintainer of this work is Heiko Oberdiek.
+%%
+%% This work consists of the main source file hypgotoe.dtx
+%% and the derived files
+%% hypgotoe.sty, hypgotoe.pdf, hypgotoe.ins, hypgotoe.drv,
+%% hypgotoe-example.tex.
+%%
+\NeedsTeXFormat{LaTeX2e}
+\RequirePackage{filecontents}
+\begin{filecontents}{hypgotoe-child.tex}
+\NeedsTeXFormat{LaTeX2e}
+\documentclass{article}
+\usepackage{hypgotoe}[2007/10/30]
+\begin{document}
+\section{This is the child document.}
+\href{gotoe:%
+ dest={page.1},parent%
+}{Go to first page of main document}\\
+\href{gotoe:%
+ dest={page.2},parent%
+}{Go to second page of main document}
+\newpage
+\section{This is the second page of the child document.}
+\href{gotoe:%
+ dest={page.1},parent%
+}{Go to first page of main document}\\
+\href{gotoe:%
+ dest={page.2},parent%
+}{Go to second page of main document}
+
+\hypertarget{foobar}{}
+Anker foobar is here.
+\end{document}
+\end{filecontents}
+\documentclass{article}
+\usepackage{hypgotoe}[2007/10/30]
+\usepackage{embedfile}
+\IfFileExists{hypgotoe-child.pdf}{%
+ \embedfile{hypgotoe-child.pdf}%
+}{%
+ \typeout{}%
+ \typeout{--> Run hypgotoe-child.tex through pdflatex}%
+ \typeout{}%
+}
+\begin{document}
+\section{First page of main document}
+\href{gotoe:%
+ dest=page.1,embedded=hypgotoe-child.pdf%
+}{Go to first page of child document}\\
+\href{gotoe:%
+ dest=page.2,embedded=hypgotoe-child.pdf%
+}{Go to second page of child document}\\
+\href{gotoe:%
+ dest=foobar,embedded=hypgotoe-child.pdf%
+}{Go to foobar in child document}
+\newpage
+\section{Second page of main document}
+\href{gotoe:%
+ dest=section.1,embedded=hypgotoe-child.pdf%
+}{Go to first section of child document}\\
+\href{gotoe:%
+ dest=section.2,embedded=hypgotoe-child.pdf%
+}{Go to second section of child document}\\
+\href{gotoe:%
+ dest=foobar,embedded=hypgotoe-child.pdf%
+}{Go to foobar in child document}
+\end{document}
+\endinput
+%%
+%% End of file `hypgotoe-example.tex'.