Changing the Font Size with LaTeX

LaTeX is the de facto startdand for technical writing. It is used to create the majority of papers, dissertations, and books on technical areas such as engineering, computer science, and mathematics. Other areas are also using latex for its advantages over desktop publishing systems and word processors.

To use latex effectively, one needs to learn how to use the commands of the language -- which is not difficult, if you practice just a little.

Font Size Code

The font size code in latex are straightforward. As any latex commands, they start with a backslash. There are several size levels, starting from tiny up to huge.

However, font sizes in LaTeX are relative to the current default font size in use in the document. For example, if you define 12pt as the default font size, then normal size will be 12pt and large size will be some number larger than 12pt. As most things in a latex document, it depends on what the original page designer decided to be a good fit for the document style.

The Levels of Font Resizing

There is one level of size for each of the following:

On the opposite direction of decreasing sizes, we have

With these commands, you can start changing font sizes as necessary. However, remember that font size should be changed only when necessary, to avoid clutering of your document style.

Tags: font, change, commands, latex, size
Article created on 2009-03-15 08:54:07
coliv2 Said:
The exact font size depends on the available fonts.
Comment added at 2009-08-10 16:09:39
coliv2 Said:
This information is valid for any version of latex from circa 1994 (or version 2e)
Comment added at 2009-03-15 08:58:12

Post a comment