首页 > 代码库 > Changing Fonts in LaTeX
Changing Fonts in LaTeX
source : http://timmurphy.org/2009/07/28/changing-fonts-in-latex/
Posted: 28th July 2009 by Tim in LaTeX
Tags: arial, courier, document, font, fonts, LaTeX, layout, palatino, times, times new roman
4
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。