Kaydet (Commit) 8fcad7be authored tarafından Fred Drake's avatar Fred Drake

Don't generate a \label{} here.

üst 2eda4ca4
......@@ -37,7 +37,7 @@ def main():
base, ext = os.path.splitext(infile)
outfile = base + ".ind"
ofp = open(outfile, "w")
ofp.write("\\begin{theindex}\n\label{modindex}\n\n")
ofp.write("\\begin{theindex}\n\n")
lines = ifp.readlines()
for i in range(len(lines)):
if lines[i][0] == '\\':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment