Skip to content
Snippets Groups Projects
Commit e6bdcd24 authored by toy's avatar toy
Browse files

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.
parent e1df198d
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment