moving glossaries import lower in the import list

This commit is contained in:
Noah Diewald 2023-12-29 03:11:29 -05:00
parent 9cd70685a7
commit c8eb287977
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@
\usepackage{fontspec}
\usepackage{graphicx}
\usepackage{expex}
\usepackage[toc=true,xindy]{glossaries-extra}
\usepackage[oldenum,olditem]{paralist}
\usepackage{float}
\usepackage{multicol}
@ -63,6 +62,7 @@
\usepackage{setspace}
\usepackage{pst-arrow}
\usepackage{tikz}
\usepackage[toc=true,xindy]{glossaries-extra}
%\usetikzlibrary{arrows,shapes,matrix,graphs}
\usetikzlibrary{arrows,arrows.meta,shapes,matrix,graphs,graphdrawing}
\usegdlibrary{layered}