Ticket #8503: credits-texfix.diff

File credits-texfix.diff, 391 bytes (added by SF/amorphousshape, 18 years ago)

the patch (forgot to attach when i submitted)

  • .pl

    old new  
    303303        if ($mode eq "HTML") {
    304304                print "<table style='margin-left:2em; margin-bottom: 1em'>\n";
    305305        } elsif ($mode eq "TEX") {
    306                 print '\item  \begin{tabular}[h]{p{4cm}l}' . "\n";
     306                print '\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}' . "\n";
    307307        }
    308308}
    309309