Fix problem of LaTeX leakage in the module synopsis tables at the
beginning of chapters. Known problem reported by Barry Scott <barry@scottb.demon.co.uk>.
This commit is contained in:
parent
e331356ff7
commit
1cc5899742
|
@ -1003,7 +1003,7 @@ sub do_cmd_declaremodule{
|
|||
sub do_cmd_modulesynopsis{
|
||||
local($_) = @_;
|
||||
my $st = get_synopsis_table(get_chapter_id());
|
||||
$st->set_synopsis($THIS_MODULE, next_argument());
|
||||
$st->set_synopsis($THIS_MODULE, translate_commands(next_argument()));
|
||||
return $_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue