Compare commits

..

No commits in common. "c46634c57dad0804a81db60e5f20e64e62aeb48d" and "ee6ff25a1e12428f7f9d607f9c9037ee36d0d4fa" have entirely different histories.

7 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -188,9 +188,7 @@ for column in ws.columns:
# Specials
content = (ws._get_cell(specials_row, cell.column).value)
if content == "(vegan)" or content == "(Vegan)":
content="Vegan möglich"
if content == "(zuckerfrei)" or content == "(Zuckerfrei)":
content="Zuckerfrei möglich"
content="Vegan"
if(content != "None\n" and content != None):
f_latex.write(str("\\faStar & \\textbf{Besonderheiten} & %s" % content))
f_latex.write(str("\\index[specials]{\\textbf{%s}}" % content.replace(", ", "}} \\index[specials]{\\textbf{")))

Binary file not shown.

BIN
kekse_v1.xlsx Normal file

Binary file not shown.

BIN
main.pdf

Binary file not shown.