Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f6aac commit 906f7eaCopy full SHA for 906f7ea
1 file changed
Doc/Makefile
@@ -163,8 +163,8 @@ LIBFILES = lib.tex \
163
164
# Library document
165
lib.dvi: modindex.py indfix.py $(LIBFILES)
166
- echo '\begin{theindex}\end{theindex}' >$*.ind
167
- echo '\begin{theindex}\label{modindex}\end{theindex}' >modules.ind
+ echo '\\''begin{theindex}\end{theindex}' >$*.ind
+ echo '\\''begin{theindex}\label{modindex}\end{theindex}' >modules.ind
168
$(LATEX) $*
169
./modindex.py modules.idx
170
./fix_hack $*.idx
@@ -180,7 +180,7 @@ tut.dvi: tut.tex
180
# Extending & Embedding, Python/C API documents.
181
# Done this way to avoid repeated command sets.
182
.tex.dvi:
183
184
185
186
$(MAKEINDEX) $*.idx
0 commit comments