diff options
-rw-r--r-- | icite.dtx | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -340,10 +340,12 @@ Running "make install" installs the files in the local TeX tree. | |||
340 | version = {1.0a} | 340 | version = {1.0a} |
341 | } | 341 | } |
342 | \end{filecontents*} | 342 | \end{filecontents*} |
343 | \usepackage{fontspec} | ||
343 | \usepackage[english]{babel} | 344 | \usepackage[english]{babel} |
344 | \usepackage[letterpaper,margin=25mm,left=50mm,nohead]{geometry} | 345 | \usepackage[letterpaper,margin=25mm,left=50mm,nohead]{geometry} |
345 | \usepackage{fontspec} | ||
346 | \babelfont{rm}{Old Standard} | 346 | \babelfont{rm}{Old Standard} |
347 | \babelfont{sf}{NewComputerModern Sans} | ||
348 | \babelfont{tt}{NewComputerModern Mono} | ||
347 | \usepackage{arabluatex} | 349 | \usepackage{arabluatex} |
348 | \SetTranslitConvention{loc} | 350 | \SetTranslitConvention{loc} |
349 | \usepackage{xurl} | 351 | \usepackage{xurl} |