(fix_libaux.sed): Hackish little sed script to modify lib.aux to get section
numbers right for latex2html for section titles which include "\sectcode{__.*__}" in the name. Perhaps less general than it should be, but sufficient.
This commit is contained in:
parent
784c6d3684
commit
b33021b572
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/sed -f
|
||||
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
||||
s/\\hackscore {}\\hackscore {}/__/
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/sed -f
|
||||
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
||||
s/\\hackscore {}\\hackscore {}/__/
|
Loading…
Reference in New Issue