Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madmurphy committed Aug 11, 2022
0 parents commit 37e8e27
Show file tree
Hide file tree
Showing 8 changed files with 1,311 additions and 0 deletions.
675 changes: 675 additions & 0 deletions COPYING

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change Log
==========


## 0.1.0 (2022-08-11)

**Here Applies** has been published.

53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
hereapplies.sty
===============

A LaTeX package for cross-linking applications of concepts


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

### LaTeX source

``` tex
\documentclass[oneside]{book}
\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{conceptone}This is page \thepage. As you can see, ``concept
one'' applies here.
\end{document}
```

### Result

![Example of hereapplies.sty][1]


[1]: example.png

Loading

0 comments on commit 37e8e27

Please sign in to comment.