I am using a template that my university developed, so I'm not sure what is messing with this list.
Starting .tex file:
Code: Select all
\documentclass[11pt, a4paper, openright, twoside]{report}\usepackage[margins]{trackchanges}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage[english]{babel}\usepackage{feupteses}\usepackage{smartdiagram}\RequirePackage{mathptmx} % font times\usepackage{setspace}\usepackage{wrapfig}\usepackage{mathtools}\usepackage{adjustbox}\usepackage{amsmath}\usepackage{hyperref}\usepackage{amssymb}\usepackage{tabulary}\usepackage{booktabs}\usepackage[listings]{tcolorbox}\usepackage[official]{eurosym}\usepackage{mwe}\usepackage{subfig}\usepackage[]{algorithm2e}\usepackage{subfig}\usepackage{graphicx}\usepackage{lscape}\usepackage{rotating}\usepackage{epstopdf}\usepackage{framed}\usepackage{array}\usepackage{tikz}\usetikzlibrary{calc}\usepackage{ifthen}\usepackage[inline]{enumitem}\usepackage{pdflscape}[2016/05/14]\usepackage{array, caption, floatrow, tabularx, makecell, booktabs, siunitx,longtable}\usepackage{rotating}\usepackage{textcomp}\usepackage{floatrow}\floatsetup[table]{capposition=top}
Code: Select all
\chapter*{Acronyms and Symbols}\chaptermark{Acronyms and Symbols}\printglossary[type=\acronymtype]
Thank you in advance!