summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/examples')
-rw-r--r--macros/generic/markdown/examples/latex-luatex.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/macros/generic/markdown/examples/latex-luatex.tex b/macros/generic/markdown/examples/latex-luatex.tex
index 9b2e623408..5aa7c85d7d 100644
--- a/macros/generic/markdown/examples/latex-luatex.tex
+++ b/macros/generic/markdown/examples/latex-luatex.tex
@@ -1,15 +1,5 @@
\documentclass{book}
\usepackage{polyglossia}
-% work around a bug in polyglossia
-\makeatletter
-\ExplSyntaxOn
-\pretocmd\xpg@set@alias@values{%
- \prop_if_exist:cF { xpg@alias@keyvals@#1@#4 }
- { \prop_new:c {xpg@alias@keyvals@#1@#4} }
-}{}{}
-\ExplSyntaxOff
-\makeatother
-% end of workaround
\setmainlanguage{english}
\usepackage{fontspec}
\usepackage{booktabs}