LaTeX
From MathWeb
The LaTeX typesetting system.
Contents |
Interesting LaTeX packages
- svninfo
- shows some Subversion properties
- pgf and TikZ
- graphics package
Tips & Tricks
hyperref'd pagerefs
If the label referred to is on a page that does not contain a section header or some numbered thing, you must create a phantomsection just before the label. Otherwise, the pageref will have the correct page number, but not link to the correct page.
\phantomsection
\label{page:name}Lorem ipsum...
See also
Auto-generated list of LaTeX-based standards:
Resources
- Introductions/Tutorials
- The not so short Introduction to LaTeX2e (up-to-date version)
- How do I use LaTeX?
- LaTeX for computer scientists
- How-Tos
- Journals
- Examples

