tags 397575 patch
kthxbye

On Wed, Nov  8, 2006 at 11:30:28 +0100, Peter Van Eynde wrote:

> hevea -fix cmu-user.hva cmu-user.tex
> ./cmu-user.hva:13: Warning: Not (re)-defining environment 'minipage'
> with \newenvironment
> ./cmu-user.hva:137: Warning: Unknown counter: footer in \setcounter
> Giving up command: [EMAIL PROTECTED]
> Giving up command: [EMAIL PROTECTED]
> Giving up command: \input
> Giving up command: \ifthenelse
> Giving up command: [EMAIL PROTECTED]
> Giving up command: [EMAIL PROTECTED]
> Giving up command: \@@iter
> Giving up command: [EMAIL PROTECTED]
> Giving up command: [EMAIL PROTECTED]
> Giving up command: [EMAIL PROTECTED]
> Giving up command: \usepackage
> /usr/share/hevea/xspace.hva:2: Fatal error: Command: \xspace defined at
> initialisation
>     (if input is plain LaTeX, please report to [EMAIL PROTECTED])
> Adios
> make[3]: *** [cmu-user.html] Error 2
> 
Hi, I've forwarded this to Luc Maranget, and he came up with the
attached fix for this issue (xspace and minipage are now supported by
hevea, so there is no need to redefine \xspace and the minipage
environment in cmucl).  You'll probably need to build-depend on hevea >=
1.09 though, because support for the xspace package was added in this
release.

Cheers,
Julien
--- cmucl-19c-release-20051115/src/docs/cmu-user/cmu-user.hva.orig      
2006-11-09 22:53:48.000000000 +0100
+++ cmucl-19c-release-20051115/src/docs/cmu-user/cmu-user.hva   2006-11-09 
22:54:16.000000000 +0100
@@ -4,13 +4,11 @@
 % to HTML using Hevea. By Luc Maranget and Eric Marsden.
 
 \newif\ifhmode\hmodefalse
-\newcommand{\xspace}{}
 \let\hbox\mbox
 \def\hfil{}
 \def\hfill{}
 \newcommand{\parbox}[3][]{\mbox{#3}}
 \newcommand{\lengthtest}[1]{true}
-\newenvironment{minipage}[2][]{}{}
 \newcommand{\layout}[4][]
   [EMAIL PROTECTED]
    [#4] \\

Attachment: signature.asc
Description: Digital signature

Reply via email to