texinfo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

brackets for [imagetxt]


From: Karl Berry
Subject: brackets for [imagetxt]
Date: Sun, 10 Feb 2013 18:02:06 GMT

Hi Patrice,

@center @image is much improved, but there is one small infelicity: it
adds brackets around the image text.  I think C makeinfo may have done
that, but clearly it's a mistake -- once again in Arnold's real-life
case, they just get in the way.

I saw this code which appears to be what does it:

      if (!$self->{'formatters'}->[-1]->{'_top_formatter'}) {
        $text_result = '['.$text.']';
      } else {
        $text_result = $text;
      }

but the meaning of the if condition is obscure to me :), so leaving it
for you ...

Thanks,
Karl

Attachment: imagetxt.tex
Description: Binary data

Attachment: api-figure1.txt
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]