Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Stephen's fix for cite problems.
  • Loading branch information
ikirker committed Sep 4, 2014
1 parent 3c08167 commit 61cd4ce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,19 @@ The class needs some updating and could use a lot of commenting, and these are b
If you have suggestions for improvements, please do submit an issue, drop me a line, or throw me a pull request.

*@ikirker*

## Known Issues

#### Citation Links
If you see this error while compiling:

```
pdfTeX warning (dest): name{cite.whatever} has been referenced but does not exist, replaced by a fixed one
```

and then get links that don't work in the PDF, try un-commenting the line below in `MainPackages.tex` even if you don't use that style of citation.

```latex
\usepackage{natbib}
```

0 comments on commit 61cd4ce

Please sign in to comment.