首页 > 其他 > 详细

Changing Fonts in LaTeX

时间:2014-10-10 12:26:55      阅读:219      评论:0      收藏:0      [点我收藏+]

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://www.cnblogs.com/antianxia/p/4015375.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!