saisonende

This commit is contained in:
Norbert
2025-08-31 14:04:06 +02:00
parent 6ac9d82017
commit 12a5b8bfe5
5 changed files with 263 additions and 319 deletions

View File

@@ -475,7 +475,7 @@
"with open(tex_file, \"w\") as out_file:\n",
" out_file.write(tex_code)\n",
"print(\"done.\")\n",
"os.system(\"/usr/local/texlive/2024/bin/universal-darwin/pdflatex tabelle.tex\")\n",
"os.system(\"/usr/local/texlive/2025/bin/universal-darwin/pdflatex tabelle.tex\")\n",
"os.system(\"rm -f *.log *.aux\")"
]
},