When creating a LaTeX document, you need to set a document class. Each class in LaTeX, such as “article” or “report,” has a default setting for its paper size. And if you need to change this, you will need to use the document class options. Let’s take a look at how this works.
First, let’s look at how to set document class options in LaTeX. To begin with, you need to set the document class with the following tag:
By itself, this will create a document using the default settings for that class. To adjust these settings, you will need extra markup in square brackets:Your choices here will then be applied to the whole document. As shown above, you can also change multiple document elements by adding a comma between each option. And one thing you can change here is the paper size.
Depending on the distribution you’re using, the default paper size for most LaTeX templates will be either letter paper (US) or A4 (Europe). This should be fine in most cases, but you can also specify a paper size when you set the document class. For example, to use A5-size pages, we would write:
All versions of LaTeX offer several options here as standard:
Subscribe to our newsletter and get writing tips from our editors straight to your inbox.
To use any of these paper sizes, simply add the required markup (as shown in square brackets) when you set the document class. These settings should cover most situations. But if you need more control over page size, you can download the LaTeX geometry package.
The geometry package offers a range of extra ways to customize your global page options in LaTeX, including other paper sizes. To use these, you will need a new line of markup after the “documentclass” line:
Here, for instance, the second line tells the geometry package to set the paper size to A1. You can do this for most standard paper sizes, including A, B and C series paper sizes (e.g., A1, B4, C5); and ANSI paper sizes.
So no matter what kind of document you’re creating, you should find a setting in the geometry package that will meet your needs.
Δ
5-minute read
Promoting a brand means sharing valuable insights to connect more deeply with your audience, and...
6-minute read
If you’re seeking funding to support your charitable endeavors as a nonprofit organization, you’ll need...
9-minute read
Is your content getting noticed? Capturing and maintaining an audience’s attention is a challenge when...
8-minute read
Are you looking to enhance engagement and captivate your audience through your professional documents? Interactive...
7-minute read
Voice search optimization is rapidly shaping the digital landscape, requiring content professionals to adapt their...
4-minute read
Are you a creative freelancer looking to make a lasting impression on potential clients or...