content updates

This commit is contained in:
Tom Johnson
2015-04-21 11:47:52 -07:00
parent e7fce15f70
commit 149f9b2f6d
51 changed files with 2028 additions and 32636 deletions

View File

@ -20,7 +20,7 @@ Find the PID (for example, it looks like "22298").
Then type `kill -9 22298` where "22298" is the PID.
# "page 0" cross references in the PDF
## "page 0" cross references in the PDF
If you see "page 0" cross-references in the PDF, the URL doesn't exist. Check to make sure you actually included this page in the build. If it's not a page but rather a file, you need to add a class to the file so that your print stylesheet excludes the counter from it. Try adding `class="noCrossRef"` as an attribute to the link. In the css/printstyles.css file, there is a style that should remove the counter from anchor elements with this class.