Do the right stuff to convert what was originally \e, \ldots, and ---

in the LaTeX sources.
This commit is contained in:
Fred Drake 1998-11-25 19:28:02 +00:00
parent d03268feaa
commit 4c5e533693

View file

@ -22,4 +22,7 @@ s|<EOF/>|\&EOF;|g
s|<NULL/>|\&NULL;|g
s|<POSIX/>|\&POSIX;|g
s|<UNIX/>|\&UNIX;|g
s|<e/>|\&bsol;|g
s|<ldots/>|\&hellip|g
s|---|\&mdash;|g
' || exit $?