Identifying an integral sign font style

  • Thread starter Thread starter David Barton
  • Start date Start date
  • Tags Tags
    Font Typesetting
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
David Barton
Messages
2
Reaction score
0
Hello!
Desperately looking for an answer to this. While it's not really a physics or maths question, I don't really know where else to ask, so I reasoned here was as good as anywhere - please excuse me if I'm asking in the wrong place.
Does anyone recognise the font used in this integral?
64873ab809037eed58278a8ac8e79717.png

I'd like to download it and use it for myself, but I can't find it anywhere. Is there a .ttf (or equivalent) for it? (I'm not yet a proficient Latex user, so I'd struggle with getting fonts working though that.) I much prefer this style of integral sign to the slanted ones used in Computer Modern and Cambria Math.
Thanks.
 
Last edited:
Physics news on Phys.org
Looks like Times New Roman

They used italics for the x's
 
  • Like
Likes   Reactions: David Barton
That indeed looks like Times. Try \usepackage{pslatex}.
 
Last edited:
DrClaude said:
That indeed looks like Times. Try \usepackage{pslatex}.
Actually, that will not give you the integral sign you want:

image-497.jpg
 
Here are some packages that may give you what you want:
\usepackage[varg]{txfonts}
image-501.jpg


\usepackage{euler}
image-498.jpg
\usepackage{eulervm}
image-499.jpg


\usepackage{pxfonts}
image-500.jpg
 
  • Like
Likes   Reactions: David Barton
Thanks very much, magoo and DrClaude! The eulervm package works a treat!

Thanks!
 
Last edited: