diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-13 23:45:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-13 23:45:30 +0000 |
commit | d5aeb44bc4be804fb19a2d990e14b829c46cbc43 (patch) | |
tree | 6969954c8fa43c7f50fb4e93ec4a3db79b1bf9ac | |
parent | 0455c2ff1c04ae1f70606de71d1f1040f0d6bfd9 (diff) | |
download | upstream-d5aeb44bc4be804fb19a2d990e14b829c46cbc43.tar.gz upstream-d5aeb44bc4be804fb19a2d990e14b829c46cbc43.tar.bz2 upstream-d5aeb44bc4be804fb19a2d990e14b829c46cbc43.zip |
make table of contents clickable
SVN-Revision: 5067
-rw-r--r-- | docs/openwrt.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/openwrt.tex b/docs/openwrt.tex index 88dee859ca..4eeeb4a4f8 100644 --- a/docs/openwrt.tex +++ b/docs/openwrt.tex @@ -1,7 +1,8 @@ \documentclass[a4paper]{book} \usepackage[latin9]{inputenc} \usepackage[pdftex,bookmarks=true]{hyperref} -%\usepackage[T1]{fontenc} +\usepackage[T1]{fontenc} +\usepackage{ae,aecompl,aeguill} \usepackage{fancyvrb} \begin{document} |