Buradasın
LaTeX Document Classes Guide
latex-tutorial.com/documentclass-latex/Yapay zekadan makale özeti
- Basic Concepts
- Every LaTeX document starts with \begin{document} and ends with \end{document}
- \documentclass command must be first in preamble, taking predefined class
- Article and report classes are basic, book class extends them
- Book Class Features
- Front matter includes title page, copyright, preface, and table of contents
- Main and back matter use arabic numerals for page numbering
- Left pages have larger margins, right pages have larger margins
- No built-in abstract environment
- Letter Class Features
- Creates traditional letters with automatic formatting
- Uses \address and \signature commands for common elements
- Each letter has separate environment with mandatory recipient details
- Automatically inserts current date
- Optional Options
- Font size can be set to 10pt, 11pt, or 12pt
- Paper size options include letterpaper, legalpaper, executivepaper
- Two-sided printing available for some classes
- Title page and bibliography formatting options available