Disable adding appendix page for now
This commit is contained in:
parent
57526d8fc1
commit
97db983ef0
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ with open(outfilename, 'w') as outfile:
|
|||
with open(filepath) as infile:
|
||||
outfile.write(infile.read())
|
||||
outfile.write("\n\\newpage{}\n")
|
||||
outfile.write("\n\\part{Appendix}\\newpage\n")
|
||||
# outfile.write("\n\\part{Appendix}\\newpage\n")
|
||||
outfile.write("\n\\newpage{}\n")
|
||||
for filepath in only_info:
|
||||
with open(filepath) as infile:
|
||||
outfile.write(infile.read())
|
||||
|
|
Loading…
Reference in a new issue