summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hereapplies/hereapplies-example.tex
blob: 18b2154e10dabe7b1dbe08fa29b9f5ec48240b4d (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
\documentclass{article}

\usepackage{hereapplies}

\begin{document}

\title{Some title}
\author{Some author}

\maketitle

This is concept one. To find this concept applied, please
see \whereapplies{conceptOne}.

This is concept two. To find this concept applied, please
see \whereapplies{conceptTwo}.

\newpage

\hereapplies{conceptOne}This is page \thepage. As you can see, ``concept
one'' applies here.\newpage

\hereapplies{conceptTwo}This is page \thepage. As you can see,
``concept two'' applies here.\newpage

\hereapplies{conceptOne}This is page \thepage. As you can see, ``concept
one'' applies here.\newpage

\hereapplies{conceptTwo}This is page \thepage. As you can see,
``concept two'' applies here.\newpage

\hereapplies[myref]{conceptOne}This is page \thepage. As you can
see, ``concept one'' applies here. This point in the document is
labeled \texttt{myref}.

\end{document}