Hi all,
> Thanks for sending, I believe the diff below fixes it. Please let me
Thanks a lot. I does fix the problem. I now get a proper sbcl.pdf
manual.
Christoph, I have already uploaded texinfo 6.1.0.dfsg.1-6, with this
version I get a good sbcl.pdf on my computer. Please also confirm.
Thanks
On another front:
@iftex
@macro cl{name}
{@smallertt@phantom{concurrency:}@llap{cl:}}\name\
@end macro
@end iftex
What's inside @iftex is supposed to be valid Texinfo.
(Just like @ifinfo, etc.) To lapse into plain/raw TeX,
@tex should be used. That's why it exists.
(Of
On 12 April 2016 at 09:05, Norbert Preining wrote:
> Here is a minimal example extracted from the sbcl sources that shows
> the effect:
> \input texinfo @c -*-texinfo-*-
>
> @iftex
> @macro cl{name}
> {@smallertt@phantom{concurrency:}@llap{cl:}}\name\
> @end macro
> @end iftex
>
> Some text
>
>
HI Gavin, hi Christoph,
> does allow the TeXinfo manual to build. Unfortunately, it ruins the
> typesetting of the index in the PDF version of the manual, which now
> typesets literal @llap...@phantomconcurrency (rather than interpreting
> the TeX commands).
Here is a minimal example extracted