diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-01 23:30:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-01 23:30:27 +0000 |
commit | d4dc1df565cc608b8bf8317fe904b9e0390b8022 (patch) | |
tree | 226540c5f02873367dd55f6ad26a618a8e4ee5cb /Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex | |
parent | 190eebf5b85be27619717dc795b8f8950606c6f5 (diff) |
obediek update (1nov07)
git-svn-id: svn://tug.org/texlive/trunk@5320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/oberdiek/hypgotoe-example.tex | 92 |
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'. |