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.
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:
- Keep document.tex as your master file
- The build process relies on this structure
- All
\include
paths should be relative to document.tex