How do I change from the first psi and varphi symbols to the second symbols on Overleaf ? Please see the picture. Which package or font will get me the second symbols ?
Edit: on using \usepackage{stix2} I am getting a lot of errors
These were the other packages present in the template beforehand
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage[round]{natbib}
\usepackage{url}
\usepackage{mathtools}
\usepackage{bm}
\usepackage{setspace}
\usepackage{times}
\usepackage{lineno}
\usepackage{graphicx}
\usepackage{xspace}
\usepackage{xcolor}
\usepackage{appendix}
The following are the top three errors
/usr/local/texlive/2020/texmf-dist/tex/latex/mathtools/mathtools.sty, line 241
LaTeX Error:
Command \refeq already defined.
Or name \end... illegal, see p.192 of the manual.
...
l.241 }
/usr/local/texlive/2020/texmf-dist/tex/latex/stix2/stix2.sty, line 87
LaTeX Error: Too many symbol fonts declared.
l.87 ...nt{arrows1} {LS1}{stix2sf} {m} {n}
/usr/local/texlive/2020/texmf-dist/tex/latex/stix2/stix2.sty, line 88
LaTeX Error: Too many symbol fonts declared.
l.88 ...nt{arrows2} {LS1}{stix2sf} {m}{it}
pdffontswill help). Or you can spend a bit of time (or a lot of it) browsing the LaTeX font catalogue – Rmano Jun 18 '21 at 08:33\usepackage{stix2}... I think that the other fonts you mention are commercial (non-free) – Rmano Jun 22 '21 at 06:07\usepackage{stix2}:( – Guddu Jun 29 '21 at 08:24timespackage defines many of the same symbols asstix2; Start by commenting it out. – barbara beeton Jul 11 '21 at 01:04