mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Do the right stuff to convert what was originally \e, \ldots, and ---
in the LaTeX sources.
This commit is contained in:
parent
d03268feaa
commit
4c5e533693
1 changed files with 3 additions and 0 deletions
|
@ -22,4 +22,7 @@ s|<EOF/>|\&EOF;|g
|
|||
s|<NULL/>|\&NULL;|g
|
||||
s|<POSIX/>|\&POSIX;|g
|
||||
s|<UNIX/>|\&UNIX;|g
|
||||
s|<e/>|\\|g
|
||||
s|<ldots/>|\&hellip|g
|
||||
s|---|\—|g
|
||||
' || exit $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue