I traditionally use the following user packages
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{esvect}
\usepackage{nicematrix}
\usepackage{anyfontsize}
\usepackage{asymptote}
\usepackage{changepage}
\usepackage{color}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{framed}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{helvet}
\usepackage{marginnote}
\usepackage{newtxtext,newtxmath}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{pgffor}
\usepackage{setspace}
\usepackage{tikz}
\usepackage{totalcount}
\usepackage{accents}
which produces these styles:
However I was wondering if anyone could identify the user package that produces the following symbols that I'm trying to imitate:
That is, could someone name the package (or a package) that gives straight upward and thinner integral signs, thicker summation signs and a thinner flick on the square root as default?






amsmathandamssymbpackages. The first three screenshots you provide all show that some kind of Times Roman (clone) font is in use. Which font package do you employ to generate the screenshots? Please be specific. – Mico Apr 09 '22 at 05:08\usepackage{newtxtext,newtxmath}that's responsible for loading Times Roman clone text and math fonts. The appearance of the first three screenshots is determined entirely by this instruction. The fact that you also load (among many other packages) theamsmathandamssymbpackages is pretty much irrelevant. – Mico Apr 09 '22 at 07:43