mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Verbesserungen
This commit is contained in:
parent
7d32bfe889
commit
4285b25613
7 changed files with 22 additions and 13 deletions
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import re
|
||||
import glob
|
||||
import re, glob
|
||||
|
||||
def get_definitions(filename):
|
||||
with open(filename) as f:
|
||||
|
@ -25,4 +24,3 @@ if __name__ == "__main__":
|
|||
for texsource in sorted(glob.glob("../Kapitel*.tex")):
|
||||
definitions.append(get_definitions(texsource))
|
||||
write_definitions_to_template("\n\n\n".join(definitions))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue