Fonts & Character SetsOld style fonts

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Old style fonts

Post by melekzedek »

Hello.

I really like the way some old math papers look like, like in this example
old_style.png
old_style.png (98.53 KiB) Viewed 10679 times
I like specially the integral sign.

Does anyone knows about a font that can render something similar to this example?

thanks in advance
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Old style fonts

Post by localghost »

Perhaps you will find something useful in the "Free Math Font Survey" document.


Best regards and welcome to the board
Thorsten
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Re: Old style fonts

Post by melekzedek »

Thank you for the swift answer. Maybe tomorrow I will take a look at your suggestion, if I find something similar, I will share with the group.
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Old style fonts

Post by localghost »

In case that this math paper is present to you, you could take a look at the fonts by going to the properties of the document inside your viewer.
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Old style fonts

Post by melekzedek »

Thanks localghost by your suggestion, unfortunately neither one answer directly to my particular question, although they are good insights about the general math font question.

The Free Math Font Survey didn't have a similar font, and I can't see the fonts in the paper, since this is a scanned copy of a 1970's paper.

Maybe there is something similar with payed fonts.
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Old style fonts

Post by localghost »

I think you're just too picky. It's not worth buying a commercial font just because of a single math sign. For me there are some good examples (Figures 11, 20, 22-24) in the Math Font Survey document which from my point of view come pretty close to your sample.
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Re: Old style fonts

Post by melekzedek »

yeah, maybe :D .
By the way, I like the Utopia text with Fourier-GUTenberg math (\usepackage{fourier}). This was my choice for the PhD thesis, since my university didn't had any specific font.
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
Keta
Posts: 63
Joined: Tue Nov 25, 2008 1:00 pm

Old style fonts

Post by Keta »

What about Garamond (\usepackage[garamond]{mathdesign})? It doesn't have that integral sign, but it is one of the most old-looking fonts IMO.

Cheers,

Keta
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Old style fonts

Post by melekzedek »

Thank you keta for your suggestion.
What it's strange is that in my system (full installation of TeXLive in Ubuyntu 9.04), the option

Code: Select all

\usepackage[urw-garamond]{mathdesign}
gives a sans-serif type font, which is odd, since the documentation shows it as being a serif font.
On the other hand, the option

Code: Select all

\usepackage[adobe-utopia]{mathdesign}
gives a nice look.
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Old style fonts

Post by frabjous »

Garamond definitely shouldn't be sans-serif, but it doesn't come with TeXlive, even the Full version, by default.

Open a console and type in:

sudo getnonfreefonts -a

That should install it, and some others.

The font in the scan above looks a lot like Garamond to me, or maybe Sabon or Plantin.
Post Reply