diff options
author | Karl Berry <karl@freefriends.org> | 2006-05-25 23:48:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-05-25 23:48:32 +0000 |
commit | 595900eb11650c10452ce044faf23b3312127dd1 (patch) | |
tree | 97ffe93a2ee52bb32dfb2ac8082a805018c6e9d8 /Master/texmf-dist/doc/latex/gatech-thesis/NOTES | |
parent | 0a2ec794f03837e374b38c4952e23aa352461cf9 (diff) |
gatech-thesis update (most files now in doc)
git-svn-id: svn://tug.org/texlive/trunk@1595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gatech-thesis/NOTES')
-rw-r--r-- | Master/texmf-dist/doc/latex/gatech-thesis/NOTES | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gatech-thesis/NOTES b/Master/texmf-dist/doc/latex/gatech-thesis/NOTES new file mode 100644 index 00000000000..639e37a880b --- /dev/null +++ b/Master/texmf-dist/doc/latex/gatech-thesis/NOTES @@ -0,0 +1,33 @@ +listings.sty + caption2.sty + IF you use the 'index=' option in listings.sty for captionless listings, + but you also have the caption2.sty packag loaded, it breaks. + Don't do that. Either do without captionless listings, or don't use + the caption2.sty package. This has been reported to the listings.sty + maintainer. + +hyperref: + if you have section names or figure captions in your TOC or LOF that + are longer than a single line, hyperref barfs. Make sure you are using + the breaklinks option. + + Also, you must use the 'hypertexnames=false' option, and the plainpages + option. Without these, the duplication of pagenums (front matter is + 1...X in roman, but that still dups the 1...X in the body) + +index.sty + is in the "camel" package in MikTeX + +ulem.sty - better underlining behavior. Use the \normalem option. + +gatech-thesis-losa.sty - addon for list of symbols. Depends on gloss.sty +gatech-thesis-gloss.sty - addon for glossaries. Depends on gloss.sty +gatech-thesis-index.sty - addon for indexes. Depends on index.sty and + multicol.sty + +gloss.sty - improved glossary generation, using bibtex +index.sty - improved index generation +multicol.sty - multiple columns on a page, without requiring \newpage. + +txfonts is the *way* to go. It seems to be the most hassle free way +to get Times, with good math support. Forget the times package, mathtime, +belleek, and mathptmx. Use txfonts. |