mirror of
https://github.com/NohamR/Bibmath2Tex.git
synced 2026-05-24 19:58:43 +00:00
Update grab.py
This commit is contained in:
2
grab.py
2
grab.py
@@ -82,6 +82,8 @@ class LatexFile:
|
||||
self.content += f"""\\finenonce{{{exercise.id}}}\n"""
|
||||
self.content += f"""\\finexercice\n"""
|
||||
self.content += "\n"
|
||||
self.add_pagebreak()
|
||||
self.content += "\n"
|
||||
|
||||
def add_indication(self, exercise):
|
||||
self.content += f"""\\indication{{{exercise.id}}}\n"""
|
||||
|
||||
Reference in New Issue
Block a user