Disable adding appendix page for now

This commit is contained in:
redfast00 2022-02-03 06:59:51 +01:00
parent 57526d8fc1
commit 97db983ef0
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -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())