Bug#815205: sbcl: FTBFS due to TeX error
Norbert Preining
preining at logic.at
Thu Mar 17 09:18:30 UTC 2016
On Thu, 17 Mar 2016, Norbert Preining wrote:
> Please for now I suggest to drop the attached patch into
> debian/patches
> and adjust debian/patches/series.
Attached is a second version which is a bit simpler, following
the advice of Gavin to use \gdef here.
Norbert
------------------------------------------------------------------------
PREINING, Norbert http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------
-------------- next part --------------
---
doc/manual/texinfo-macros.texinfo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- sbcl-1.3.1.orig/doc/manual/texinfo-macros.texinfo
+++ sbcl-1.3.1/doc/manual/texinfo-macros.texinfo
@@ -8,7 +8,7 @@
\long\def\dashphelper#1\dashphelper{
\ifx\dashphelper\next\dashfalse\else\dashtrue\fi
}
-\def\lw#1{\leavevmode\dashp{#1}\ifdash#1\else\hbox{#1}\fi}
+\gdef\llw#1{\leavevmode\dashp{#1}\ifdash#1\else\hbox{#1}\fi}
@end tex
@end iftex
@@ -18,7 +18,7 @@
@iftex
@macro lw{word}
@tex
-\\lw{\word\}%
+\\llw{\word\}%
@end tex
@end macro
@end iftex
More information about the pkg-common-lisp-devel
mailing list