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