Chapter 2
Basic Usage

To start your own online book using this template, click the "Use this template" button at the top of the GitHub repository page (see figure 2.1). This will create a new repository in your account with the same structure and files. You can then clone it, customize the content, and start building your own book.

Image of button for use of this repository as a template

Figure 2.1: Using the template to create a new repository

Your book’s core content goes in document.tex (this file currently contains sample text that you’ll replace with your own work).

For larger projects, we recommend splitting content into separate files (one per chapter, for example) and including them using \include{filename} commands.

Remember: