Text FormattingAppearance of a Document – Page Style and Font

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
sobikl
Posts: 6
Joined: Tue Dec 27, 2011 11:38 am

Re: Appearance of a Document – Page Style and Font

Post by sobikl »

How can I load Helvetica? What is XeLaTeX?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Appearance of a Document – Page Style and Font

Post by Stefan Kottwitz »

Hi Sobiki,
sobikl wrote:How can I load helvetica?
by

Code: Select all

\usepackage{helvet}
sobikl wrote:What si XeLaTeX?
It's a LaTeX format for XeTeX, wich is a TeX engine with support for Unicode and modern font features, have a look at http://scripts.sil.org/xetex.

Stefan
LaTeX.org admin
Post Reply