bug-texinfo
[Top][All Lists]
Advanced

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

Re: HTML and @cartouche


From: Karl Berry
Subject: Re: HTML and @cartouche
Date: Sat, 13 Sep 2003 17:10:21 -0400

    This works, although now the table is flowed together with the text
    that precedes it:

Seems like we can just always insert <p>.  @cartouche is not meaningful
within a paragraph, it always starts a new paragraph.

*** insertion.c.~1.25.~ Wed Aug 20 11:58:15 2003
--- insertion.c Sat Sep 13 14:05:17 2003
***************
*** 661,667 ****
  
      case cartouche:
        if (html)
!       add_word ("<table class=\"cartouche\" border=1><tr><td>\n");
        if (in_menu)
          no_discard++;
        break;
--- 661,667 ----
  
      case cartouche:
        if (html)
!       add_word ("<p><table class=\"cartouche\" border=1><tr><td>\n");
        if (in_menu)
          no_discard++;
        break;




reply via email to

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