Let's try a raw string
This commit is contained in:
parent
2e2f85b239
commit
8da3bfa7f3
2
gen.py
2
gen.py
|
@ -37,6 +37,6 @@ for ypath in years:
|
|||
s = 0
|
||||
list+="\n\dayH{"+r.strftime("%A")+"}{"+str(day)+"}{"+str(title)+"}\n"
|
||||
for i in range(s,len(fileContent)):
|
||||
list+=fileContent[i]+'\\'
|
||||
list+=fileContent[i]+r'\\'
|
||||
modelTex=open("model.tex","r").read()
|
||||
open("final.tex","w").write(modelTex.replace("REPLACETHIS",list))
|
||||
|
|
Reference in New Issue
Block a user