mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Improve compatibility with more versions of LaTeX2HTML and more LaTeX
markup. Not currently needed, but easier to save this now than to have to figure it out when we do.
This commit is contained in:
parent
9a5b6a6f08
commit
7898ccdd63
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ sub do_cmd_let{
|
|||
sub do_cmd_textasciitilde{ '~' . $_[0]; }
|
||||
sub do_cmd_textasciicircum{ '^' . $_[0]; }
|
||||
sub do_cmd_textbar{ '|' . $_[0]; }
|
||||
sub do_cmd_texteuro { '€' . $_[0]); }
|
||||
sub do_cmd_textgreater{ '>' . $_[0]; }
|
||||
sub do_cmd_textless{ '<' . $_[0]; }
|
||||
sub do_cmd_textunderscore{ '_' . $_[0]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue