After adding bookmark:
\usepackage[ruled,linesnumbered]{algorithm2e}
\usepackage{amsfonts}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{breqn}
\usepackage{cleveref}
\usepackage{cite}
\usepackage[bookmarks=true]{hyperref}
\usepackage{bookmark}
to my document, I receive warnings for 1) citing within subsubsection title, and 2) with all my equation citations which change to (??).
I'm using a specific documentclass of my school for writing my document. The 2 types of warnings are as follows:
1) Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): (hyperref) removing `\@ifnextchar' on input line x.
2) LaTeX Warning: Reference `eq:something' on page x undefined on input line y.
How should I resolve the problem(s)?
Thank you