summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hereapplies/README.md
blob: 4b688052d563e886fb394edfface267ec53ed062 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
hereapplies.sty
===============

A LaTeX package for cross-linking applications of concepts


Example usage
-------------

### LaTeX source

``` tex
\documentclass{article}

\usepackage{hereapplies}

\begin{document}

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

\maketitle

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

This is concept four. To see this concept applied, please
see \whereapplies{conceptfour}.

\newpage

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

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

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

\hereapplies{conceptfour}This is page \thepage. As you can see,
``concept four'' 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{appl:conceptone:myref}.

\end{document}
```

### Result

![Example of hereapplies LaTeX package][1]


  [1]: example.png