码迷,mamicode.com
首页 > 其他好文 > 详细

Changing Fonts in LaTeX

时间:2014-10-10 13:19:04      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:http   os   ar   for   strong   sp   div   on   amp   

source : http://timmurphy.org/2009/07/28/changing-fonts-in-latex/

Posted: 28th July 2009 by Tim in LaTeX

Tags: 

The default font used in LaTeX is a little bland. Most of us would like to use Times New Roman, Arial, Helvetica or something similar. This is quite a simple thing to do. All of the fonts are stored in packages and simply including that package (\usepackage{package}) will change the font.

Some of the fonts which are available are:

  • Antiqua (antiqua package)
  • Arial (uarial package)
  • Courier (courier package
  • Helvetica (helvet package)
  • Luximono (luximono package)
  • Palatino (palatino package)
  • Times New Roman (times package)

For example, to use Times New Roman, Add the following to the top of the document:

\usepackage{times}

There are many, many more fonts out there. A quick google search should be able to tell you which package to use.

Changing Fonts in LaTeX

标签:http   os   ar   for   strong   sp   div   on   amp   

原文地址:http://www.cnblogs.com/antianxia/p/4015375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!