Comments on: Few Words on LaTex Fonts http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Ken D'Ambrosio http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-15603 Wed, 19 May 2010 14:41:56 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-15603

Pssst:

s/I think the font has it’s own/I think the font has its own/;

Reply  |  Quote
]]>
By: Mervyn Thomas http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-13393 Fri, 23 Oct 2009 00:20:24 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-13393

@ The Punisher:
This post was really helpful to me, it was motivated only by a desire to help – and you think it’s clever to make a mindlessly offensive remark.

Reply  |  Quote
]]>
By: LaTex and Fonts | verbose logging http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-12694 Mon, 06 Jul 2009 21:25:59 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-12694

[…] and Fonts I found this page when trying to figure out how to get LaTeX to use Helvetica. Proved quite useful and […]

]]>
By: ikaruga http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-12272 Sat, 09 May 2009 14:07:38 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-12272

Question Luke, how do you go about changing math fonts? The two commands you gave in the comments is more than my google king fu is turning up…

Reply  |  Quote
]]>
By: Ven. Pandita http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-10421 Sun, 19 Oct 2008 05:52:13 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-10421

Hi!

Why don’t you use XeTeX? With XeTeX, you can use all Truetype or Opentype fonts in your operating system provided they are Unicode-compatible; you even no longer need to care for encodings.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-9008 Fri, 09 May 2008 15:45:27 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-9008

[quote comment=”9003″]Personally, my Serif font favourite is Garamond and Sans-Serif is Verdana, which I find rounder and more pleasant than both Helvetica and Arial.[/quote]

Verdana seems to be bundled in the Winfonts package which may or may not be bundled with your LaTex distribution. :)

Reply  |  Quote
]]>
By: astine http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-9007 Fri, 09 May 2008 14:51:40 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-9007

Well, I replaced them with more appropriately sized PNG files. Is that better?

Much.

Reply  |  Quote
]]>
By: Alphast http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-9003 Fri, 09 May 2008 09:38:34 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-9003

Personally, my Serif font favourite is Garamond and Sans-Serif is Verdana, which I find rounder and more pleasant than both Helvetica and Arial.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-8999 Fri, 09 May 2008 01:48:09 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-8999

[quote post=”2431″]You need to use Computer Modern if you need math symbols–none of the other fonts you mentioned come with math symbols.[/quote]

Not necessarily. To use math formulas in Times font simply add following package declaration:

\usepackage{mathptmx}

If you want to use bookman you will have to switch to it’s extension font Kerkis and then do:

\usepackage{kmath,kerkis}

If you want a Sans Serif math symbols, Helvetica might be a bad choice. You should go with Iwona instead:

\usepackage[T1]{fontenc}
\usepackage[math]{iwona}

[quote post=”2431″]It’s hard to compare them that way.[/quote]

Well, I replaced them with more appropriately sized PNG files. Is that better?

[quote post=”2431″]BTW, you have your Helvetica and Arial transposed. Between the last two, the first is Heltvetica and the second is Arial.[/quote]

Really? I thought I got them right. Either way, it should be fixed now.

Reply  |  Quote
]]>
By: astine http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-8998 Thu, 08 May 2008 23:19:16 +0000 http://www.terminally-incoherent.com/blog/2008/05/08/few-words-on-latex-fonts/#comment-8998

BTW, you have your Helvetica and Arial transposed. Between the last two, the first is Heltvetica and the second is Arial. ;-)

Reply  |  Quote
]]>