mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add
support for it here.
This commit is contained in:
parent
7f00deb032
commit
056a71da76
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ sub do_cmd_let{
|
|||
# the older version of LaTeX2HTML we use doesn't support this, but we use it:
|
||||
|
||||
sub do_cmd_textasciitilde{ '~' . @_[0]; }
|
||||
sub do_cmd_textasciicircum{ '^' . @_[0]; }
|
||||
|
||||
|
||||
# words typeset in a special way (not in HTML though)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue