if we treat \LaTeX specially, we need to do the same for \TeX

This commit is contained in:
Fred Drake 2004-11-13 05:46:18 +00:00
parent 64f164e08f
commit deb39b5fef
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ sub do_cmd_sub{
sub do_cmd_ABC{ 'ABC' . $_[0]; }
sub do_cmd_UNIX{ '<span class="Unix">Unix</span>' . $_[0]; }
sub do_cmd_LaTeX{ '<span class="LaTeX">LaTeX</span>' . $_[0]; }
sub do_cmd_TeX{ '<span class="TeX">TeX</span>' . $_[0]; }
sub do_cmd_ASCII{ 'ASCII' . $_[0]; }
sub do_cmd_POSIX{ 'POSIX' . $_[0]; }
sub do_cmd_C{ 'C' . $_[0]; }