diff --git a/nohr.lua b/nohr.lua index ceb5d1b..4259249 100644 --- a/nohr.lua +++ b/nohr.lua @@ -1,3 +1,9 @@ function HorizontalRule() return {} +end + +function Table(elem) + -- Weist der Tabelle explizit die deutsche Word-Formatvorlage zu + elem.attributes['custom-style'] = 'Tabellenraster' + return elem end \ No newline at end of file diff --git a/referenz.docx b/referenz.docx index 1ab3028..0abf86b 100644 Binary files a/referenz.docx and b/referenz.docx differ