Hi,
I don't think anyone will see this in time, but I'm really in a bind. The template works fine, more or less, but the List of Figures and List of Tables does not compile correctly. Instead of listing the figures/tables as Figure 1, 2... it just lists 1, 2. And for some reason the titles of the page follow chapter heading formatting instead of the List of Figures/Tables formatting.
The weird thing is I have used another user's solution to add a List of Abbreviations. That code works fine and outputs the correct formatting, but the similar code in the ucsd.cls file doesn't work.
This is my preamble:
\documentclass[12pt]{ucsd}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{Charis SIL}
\usepackage{comment}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{subcaption}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usepackage{geometry}
\geometry{letterpaper}
\geometry{top=1in, bottom=1.25in, inner=1in, outer=1in}
\usepackage{longtable}
\LTcapwidth=\textwidth
\usepackage{multicol}
\usepackage{multirow}
\usepackage{pbox}
\usepackage{ragged2e}
\setlength{\RaggedRightRightskip}{0pt plus 3em}
\usepackage{pifont}
\usepackage{phonrule}
\usepackage{graphicx}
\usepackage{float}
\makeatletter
\let\@currsize\normalsize
\makeatother
\usepackage[doublespacing]{setspace}
\let\footnotesize\small
\usepackage[font=small, width=0.9\textwidth]{caption}
\usepackage[round,open]{OTtablx}% OT tableaux
\usepackage[leftflush]{ling-macros}
\newcommand{\overninetynine}{ % sets ex numbers 100+ to the left. (i.e. undoes \lessthanten) Must put command outside exe
\setlength{\bexindent}{-2.9ex} % shortens indentation of examples to put them on the left
\setlength{\bexlabel}{-2.8ex} % shortens space between example number and example
\usepackage{footnote}
\makesavenoteenv{tabular}
\makesavenoteenv{table}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{natbib}
\bibpunct[:]{(}{)}{;}{a}{}{,}
\usepackage{gb4e}
\noautomath
Anyway, if anyone has some suggestions I'd appreciate it. Between the pandemic and this, I'm pretty panicked.