- article
- report
- book
- beamer
- Research papers (5-30 pages)
- Journal submissions
- Conference papers
- Technical reports
- Essays and assignments
- No chapters
- Compact layout
- Abstract support
- Bibliography integration
Learn how the LaTeX \documentclass command works, which document class to choose, and which options to use for article, report, book, beamer, and letter.
\documentclass command tells LaTeX what kind of document you are writing. It controls the available structure, the default layout, and options such as font size, paper size, and one-sided or two-sided output.
article for papers and assignments, report for reports and shorter theses, book for books and long dissertations, beamer for slides, and letter for formal letters.Basic syntax:\documentclass Commandclass is the document class such as article, report, or bookoptions are optional settings such as font size, paper size, or one-sided vs two-sided layout\chapter command\chapter command availablearticle, report, or beamer in the browser editor and compile early to confirm the structure.