Introduction
- Why Latex?
- An Introduction to Latex - recommended for beginners
- Online Latex tutorials
Hyperref
Fonts (horror !!!)
- My notes on font installation
- Making TTFonts work with TEX
- foninst manual: nice explanation of how fonts are handled by latex, tex, dvips
Kpathsea
If you want to do any latex custom installation (say in your home directory), it is very important to understand how this works. Some things to notesetenv KPATHSEA_DEBUG 10to understand what's going on.- In all file lookup environment variables,
setenv TEXINPUTS /my/dir//: # the double slash enables searchin in # sub directories as well # # the ending ':' augments the variable # with old path
Resume stuff
Style Sheets
Picture drawing
- Nice summary of drawing packages
- epic manual
- eepic manual
- MetaPost user manual
- Subfigure manual
Postscript
Most people associate postscript with printing. It's actually a simple interpretive programming language with powerful graphic capabilities. You can do cool stuff like PS-HTTPD with it.- Postscript tutorial and cookbook
- Game of life in postscript
- Web server written in postscript
- Tutorials and articles
