Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c5e533

Browse files
committed
Do the right stuff to convert what was originally \e, \ldots, and ---
in the LaTeX sources.
1 parent d03268f commit 4c5e533

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/tools/sgmlconv/fixgenents.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ s|<EOF/>|\&EOF;|g
2222
s|<NULL/>|\&NULL;|g
2323
s|<POSIX/>|\&POSIX;|g
2424
s|<UNIX/>|\&UNIX;|g
25+
s|<e/>|\&bsol;|g
26+
s|<ldots/>|\&hellip|g
27+
s|---|\&mdash;|g
2528
' || exit $?

0 commit comments

Comments
 (0)