n this tutorial, we will see how to write a multiple-choice exam in LaTeX, using the exam document class. This document class provides multiple tools to easily typeset exams in LaTeX, and we have...
Category: layout
In this first tutorial, we will briefly explain the main aspects of the document class, together with some examples, so that you can quickly start writing your own exams. In later parts, we will...
In this tutorial, we will focus on how to customize the style of these chapter titles, so that you can make them more beautiful and professional, depending on the context in which your document will...
In this tutorial, we will learn how to customize page layout (margins) in LaTeX using geometry package.
By default, in LaTeX pages are numbered using Arabic numbers, which are the usual numbers we mostly use. However, we can customize the page numbering of our document. For example, it is conventional...
Landscape pages are interesting in documents where we want to print some large image or table, or any kind of large content, and for readability, we want it to be on one single page. In this...