From e6bdcd248bbf332e7cdfc1cf37f157445bcfbeb5 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Sun, 13 Jan 2002 18:24:19 +0000 Subject: [PATCH] o Need to load the hyperref package before the html package because it will load hyperref with default options. o Don't use the fontenc package which seems to want to use EC fonts which don't have (free?) Postscript Type 1 fonts. --- docs/cmu-user/cmu-user.tex | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/cmu-user/cmu-user.tex b/docs/cmu-user/cmu-user.tex index 63feb4e51..d24faa35c 100644 --- a/docs/cmu-user/cmu-user.tex +++ b/docs/cmu-user/cmu-user.tex @@ -14,12 +14,12 @@ %% distribution, and must be obtained from a repository. At this time %% I was able to fetch from %% ftp.cdrom.com:pub/tex/ctan/macros/latex/contrib/supported/ -%% camel/index.ins -%% camel/index.dtx -%% calc/calc.ins -%% calc/calc.dtx -%% changebar/changebar.ins -%% changebar/changebar.dtx +%% camel/index.ins +%% camel/index.dtx +%% calc/calc.ins +%% calc/calc.dtx +%% changebar/changebar.ins +%% changebar/changebar.dtx %% One runs latex on the .ins file to produce .tex and/or .sty %% files that must be put in a path searched by latex. %% @@ -27,16 +27,17 @@ %% and a current version of latex2html can be obtained from: %% http://saftsack.fs.uni-bayreuth.de/~latex2ht/ +%% Delete "[a4paper]" if you don't want this formatted for A4 paper. \documentclass[a4paper]{report} -\usepackage[T1]{fontenc} +%\usepackage[T1]{fontenc} \usepackage{xspace} \usepackage{alltt} \usepackage{index} \usepackage{ifthen} \usepackage{calc} +\usepackage[hyperindex=false,colorlinks=false,urlcolor=blue]{hyperref} \usepackage{html} \usepackage{varioref} -\usepackage[hyperindex=false,colorlinks=false,urlcolor=blue]{hyperref} \input{macros} -- GitLab