summaryrefslogtreecommitdiffstats
path: root/default.latex
diff options
context:
space:
mode:
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.latex b/default.latex
index 4ceca43..92ab9fe 100644
--- a/default.latex
+++ b/default.latex
@@ -328,9 +328,9 @@ $if(lang)$
328\ifxetex 328\ifxetex
329 % Load polyglossia as late as possible: uses bidi with RTL langages (e.g. Hebrew, Arabic) 329 % Load polyglossia as late as possible: uses bidi with RTL langages (e.g. Hebrew, Arabic)
330 \usepackage{polyglossia} 330 \usepackage{polyglossia}
331 \setmainlanguage[$polyglossia-lang.options$]{$polyglossia-lang.name$} 331 \setmainlanguage[$for(polyglossia-lang.options)$$polyglossia-lang.options$$sep$,$endfor$]{$polyglossia-lang.name$}
332$for(polyglossia-otherlangs)$ 332$for(polyglossia-otherlangs)$
333 \setotherlanguage[$polyglossia-otherlangs.options$]{$polyglossia-otherlangs.name$} 333 \setotherlanguage[$for(polyglossia-otherlangs.options)$$polyglossia-otherlangs.options$$sep$,$endfor$]{$polyglossia-otherlangs.name$}
334$endfor$ 334$endfor$
335\else 335\else
336 \usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel} 336 \usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel}