mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
numbers right for latex2html for section titles which include
"\sectcode{__.*__}" in the name. Perhaps less general than it should
be, but sufficient.
4 lines
111 B
Sed
Executable File
4 lines
111 B
Sed
Executable File
#! /usr/bin/sed -f
|
|
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
|
s/\\hackscore {}\\hackscore {}/__/
|