From 17419021bdbe5720253f7c3e7d064c5494868453 Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Thu, 4 Sep 2003 10:51:16 +0000 Subject: [PATCH] TeX fixes from Adam Warner. --- docs/cmu-user/extensions.tex | 2 +- docs/interface/toolkit.tex | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cmu-user/extensions.tex b/docs/cmu-user/extensions.tex index bf8648c57..da38eafc3 100644 --- a/docs/cmu-user/extensions.tex +++ b/docs/cmu-user/extensions.tex @@ -2493,7 +2493,7 @@ Please note that stack-allocation is inherently unsafe. If you make a mistake, and a stack-allocated object or part of it escapes, \cmucl{} is likely to crash, or format your hard disk. -\subsection{\code{&rest} argument lists} +\subsection{\code{\&rest} argument lists} \cpsubindex{dynamic-extent}{rest lists} Rest argument lists can be allocated on the stack by declaring the diff --git a/docs/interface/toolkit.tex b/docs/interface/toolkit.tex index e17fd964e..c6032c283 100644 --- a/docs/interface/toolkit.tex +++ b/docs/interface/toolkit.tex @@ -15,12 +15,13 @@ \pdfoutput=1 \pdftrue \fi + \ifpdf \pdfinfo{ /Title (The CMUCL Motif Toolkit) /Keywords (CMUCL, Motif, interface) } - +\fi \newcommand{\functdescr}[1]{\paragraph{\texttt{#1}}} -- GitLab