A general grab-bag of tips for using LaTeX, from the days when I still used it a lot:
-
To add nice headers and footers to each page use the fancyhdr package.
-
Use glosstex for most acronym and glossary needs.
-
Use the hyphenat package if you need monospace text (such as that set by the \texttt command) to wrap correctly, with hyphenation marks.
-
The varioref package provides easy-to-use cross referencing with automatic phrases such as ‘on the following page…’ etc.
More ...