standard \textbar macro (not supported in many versions of LaTeX2HTML).
Added newline to error message.
sub do_cmd_textasciitilde{ '~' . @_[0]; }
sub do_cmd_textasciicircum{ '^' . @_[0]; }
+sub do_cmd_textbar{ '|' . @_[0]; }
+sub do_cmd_infinity{ '∞' . @_[0]; }
+sub do_cmd_plusminus{ '±' . @_[0]; }
# words typeset in a special way (not in HTML though)
process_localmoduletables_in_file($file);
}
else {
- print "\nsynopsis table $key has no file association";
+ print "\nsynopsis table $key has no file association\n";
}
}
}