Can anyone identify this integral font?

  • Thread starter Thread starter David Barton
  • Start date Start date
  • Tags Tags
    Font Typesetting
AI Thread Summary
The discussion revolves around identifying a specific font used in an integral sign, with the original poster seeking a downloadable version for personal use. While some participants suggest that the font resembles Times New Roman, they also recommend specific LaTeX packages to achieve the desired integral style. The packages mentioned include pslatex, txfonts with the varg option, euler, eulervm, and pxfonts. Ultimately, the eulervm package is confirmed to successfully provide the desired integral sign style, highlighting the community's helpfulness in resolving font-related queries in LaTeX.
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 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 David Barton
Thanks very much, magoo and DrClaude! The eulervm package works a treat!

Thanks!
 
Last edited:
I have to say it: You guys are a font of knowledge!
 
  • Like
Likes DrClaude and David Barton

Similar threads

Back
Top