cmu-user.tex:
o Include ifpdf package
design.tex:
o Include ifpdf package
o Remove the home-grown ifpdf macro.
macros.tex:
o Remove the home-grown ifpdf macro.
introduction.tex:
unicode.tex:
o Use \url instead of \href for URLs.
\usepackage{xspace}
\usepackage{alltt}
\usepackage{index}
+\usepackage{ifpdf}
\usepackage{ifthen}
\usepackage{calc}
\usepackage{sectsty}
\href{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm}
{Hyperspec}.
\else
-\emph{Hyperspec} at \href{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm}
+\emph{Hyperspec} at \url{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm}
\fi
%
% by Raymond Toy
-
-% define a new conditional statement which allows us to include
-% stuff conditionally when compiling to PDF.
-\newif\ifpdf
-\ifx\pdfoutput\undefined
- \pdffalse
-\else
- \pdfoutput=1
- \pdftrue
-\fi
-
-
% use Palatino
\renewcommand{\rmdefault}{ppl}
\ifpdf
\ifpdf
\href{http://www.unicode.org/}{Unicode standard}.
\else
-\emph{Unicode standard} at \href{http://www.unicode.org}
+\emph{Unicode standard} at \url{http://www.unicode.org}
\fi
\section{Changes}
%\documentstyle{report} % -*- Dictionary: design -*-
\documentclass{report}
+\usepackage{ifpdf}
\usepackage{ifthen}
\usepackage{calc}
\usepackage{palatino}
\usepackage[hyperindex=false,colorlinks=false,urlcolor=blue]{hyperref}
-% define a new conditional statement which allows us to include
-% stuff conditionally when compiling to PDF.
-\newif\ifpdf
-\ifx\pdfoutput\undefined
- \pdffalse
-\else
- \pdfoutput=1
- \pdftrue
-\fi
-
-
-
\title{Design of CMU Common Lisp}
\date{January 15, 2003}
\author{Robert A. MacLachlan (ed)}