> ## Documentation Index
> Fetch the complete documentation index at: https://resources.latex-cloud-studio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Learn LaTeX: Free Tutorials, Examples, Templates, and Reference

> Learn LaTeX with free tutorials, copy-paste examples, troubleshooting guides, templates, and quick reference for equations, tables, citations, and formatting.

Learn LaTeX with step-by-step tutorials, syntax references, copy-paste examples, and troubleshooting guides. Use this hub when you need to start from zero, fix a specific syntax problem, find a command quickly, or open a working template instead of building from scratch.

## Choose the Fastest Starting Point

| If you need to...                        | Start here                                                                                                                                   | Then go next                                                                                                                                       |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Learn the core syntax fast               | [Learn LaTeX in 30 minutes](/learn/latex-in-30-minutes)                                                                                      | [Create your first project](/learn/latex/how-to/first-project)                                                                                     |
| Fix a specific command or symbol         | [Quick reference](/learn/reference/symbols)                                                                                                  | [LaTeX Basics](/learn/latex/basics)                                                                                                                |
| Write a paper, thesis, CV, or slides     | [Templates](/templates/article)                                                                                                              | [How-to guides](/learn/latex/how-to/using-templates)                                                                                               |
| Build a literature-backed paper workflow | [Knowledge Base](/product/knowledge-base?utm_source=resources\&utm_medium=table_link\&utm_campaign=research_workflow\&utm_content=docs_home) | [AI Research Agent](/product/ai-research-agent?utm_source=resources\&utm_medium=table_link\&utm_campaign=research_workflow\&utm_content=docs_home) |
| Troubleshoot a broken build              | [Common LaTeX Errors](/blog/common-latex-errors-fixes)                                                                                       | [Fixing compilation errors](/learn/latex/how-to/fixing-compilation-errors)                                                                         |
| Understand app workflows                 | [Product Docs](/product)                                                                                                                     | [Features page](https://www.latex-cloud-studio.com/features)                                                                                       |

<Info>
  **Looking for LaTeX tutorials?** Start with [Learn LaTeX in 30 minutes](/learn/latex-in-30-minutes), [LaTeX Basics](/learn/latex/basics), or our [Common LaTeX Errors](/blog/common-latex-errors-fixes) guide.

  **Need LaTeX documentation and quick reference?** Jump to [symbols and commands](/learn/reference/symbols), [document classes](/learn/reference/document-classes), and topic guides for tables, equations, citations, and figures.

  **Is LaTeX free?** Yes. LaTeX itself is free and open source. This site focuses on learning the syntax, structure, and workflows you need to write real documents.

  **Looking for app-specific help?** Use [Product Docs](/product) for editor workflows, collaboration, GitHub sync, and troubleshooting inside LaTeX Cloud Studio.

  **Working on a paper with many sources?** Start with the [Knowledge Base](/product/knowledge-base?utm_source=resources\&utm_medium=inline_reference\&utm_campaign=research_workflow\&utm_content=docs_home) and [AI Research Agent](/product/ai-research-agent?utm_source=resources\&utm_medium=inline_reference\&utm_campaign=research_workflow\&utm_content=docs_home) docs when you want one project for papers, literature discovery, and citation handoff.

  **Need the product overview first?** See the main [Features page](https://www.latex-cloud-studio.com/features) or the [OpenAI Prism alternative comparison](https://www.latex-cloud-studio.com/alternatives/openai-prism).
</Info>

## Start With The Topic You Need

<CardGroup cols={3}>
  <Card title="Learn LaTeX in 30 Minutes" icon="rocket" href="/learn/latex-in-30-minutes">
    Start with a fast introduction to LaTeX syntax, document structure, and your first working example.
  </Card>

  <Card title="LaTeX Basics" icon="book" href="/learn/latex/basics">
    Learn the core commands for text, lists, sections, documents, and simple formatting.
  </Card>

  <Card title="Quick Reference" icon="magnifying-glass" href="/learn/reference/symbols">
    Find symbols, commands, and packages fast when you need syntax, not a long tutorial.
  </Card>

  <Card title="Common LaTeX Errors" icon="triangle-exclamation" href="/blog/common-latex-errors-fixes">
    Fix missing `$`, undefined control sequence, image path problems, and other common failures.
  </Card>

  <Card title="Templates" icon="file-code" href="/templates/article">
    Start from working article, thesis, CV, and presentation templates instead of building from scratch.
  </Card>

  <Card title="How-to Guides" icon="wrench" href="/learn/latex/how-to/first-project">
    Follow step-by-step guides for research papers, presentations, CVs, posters, and large documents.
  </Card>

  <Card title="Research Workflow" icon="book-open" href="/product/knowledge-base?utm_source=resources&utm_medium=internal_card&utm_campaign=research_workflow&utm_content=docs_home">
    Keep project PDFs, literature discovery, and citation handoff in one LaTeX Cloud Studio workflow.
  </Card>
</CardGroup>

## Popular LaTeX Guides

<CardGroup cols={3}>
  <Card title="How to Make Text Bold in LaTeX" icon="bold" href="/learn/latex/basics/bold-italics-underlining">
    `\textbf{}`, italics, underline, and `\emph{}` with copy-paste examples.
  </Card>

  <Card title="LaTeX Figure Positioning" icon="image" href="/learn/latex/figures/positioning">
    Learn float placement, `[h]`, `[t]`, `[b]`, `[p]`, and `[H]` without layout surprises.
  </Card>

  <Card title="LaTeX Tables" icon="table" href="/learn/latex/tables/creating-tables">
    Build tables with `tabular`, `booktabs`, decimal alignment, and multi-column cells.
  </Card>

  <Card title="Brackets and Parentheses" icon="square-root-variable" href="/learn/latex/mathematics/brackets-parentheses">
    Use `()`, `[]`, `\{ \}`, `\left`, and `\right` correctly in math expressions.
  </Card>

  <Card title="Subscripts and Superscripts" icon="superscript" href="/learn/latex/mathematics/subscripts-superscripts">
    Write `x_1`, `x_{n+1}`, exponents, tensor notation, and chemistry formulas without syntax errors.
  </Card>

  <Card title="Page Numbering" icon="list-ol" href="/learn/latex/formatting/page-numbering">
    Set roman or arabic numbering, restart counters, and build page styles for long documents.
  </Card>

  <Card title="Headers and Footers" icon="grip-lines" href="/learn/latex/formatting/headers-footers">
    Control running heads, page styles, and `fancyhdr` layouts for reports and books.
  </Card>
</CardGroup>

## Learning Paths

### For Absolute Beginners

Start with [Learn LaTeX in 30 minutes](/learn/latex-in-30-minutes), then move into [LaTeX Basics](/learn/latex/basics) and [What is LaTeX?](/learn/latex/basics/what-is-latex).

### For Academic Writing

Use [Bibliography and Citations](/learn/latex/bibliography-citations), [Writing a Research Paper](/learn/latex/how-to/writing-research-paper), and [Cross-referencing](/learn/latex/cross-referencing).

### For Figures, Tables, and Math

Jump to [Tables](/learn/latex/tables/creating-tables), [Figure Positioning](/learn/latex/figures/positioning), [Matrices](/learn/latex/mathematics/matrices), and [Brackets and Parentheses](/learn/latex/mathematics/brackets-parentheses).

### For Real Document Workflows

Follow guides for [presentations](/learn/latex/how-to/presentations), [CVs and resumes](/learn/latex/how-to/cv-resume), [theses and dissertations](/learn/latex/how-to/thesis-dissertation), and [large documents](/learn/latex/how-to/large-documents).

## Best Starting Pages By Goal

* Learn the syntax from scratch: [Learn LaTeX in 30 minutes](/learn/latex-in-30-minutes)
* Understand what LaTeX is and when to use it: [What is LaTeX?](/learn/latex/basics/what-is-latex)
* Build a working project quickly: [Creating your first LaTeX project](/learn/latex/how-to/first-project)
* Start from a working paper template: [Article templates](/templates/article)
* Start from a thesis structure: [Thesis templates](/templates/thesis)
* Start from a CV or resume template: [CV templates](/templates/cv)
* Search symbols and commands fast: [Reference](/learn/reference/symbols)

## Why People Use LaTeX

LaTeX is widely used for research papers, technical reports, theses, books, and presentations because it handles structure and formatting reliably.

* **Consistent formatting**: Structure the document once, then write without fighting layout by hand.
* **Strong math support**: Equations, symbols, matrices, and scientific notation are first-class.
* **Plain-text workflow**: Files work well with Git, code review, and long-term collaboration.
* **Reusable templates**: Start from established article, thesis, CV, and presentation structures.
* **Free and open source**: LaTeX itself is free to use.

## Popular Topics

<CardGroup cols={3}>
  <Card title="Mathematics" icon="square-root-variable" href="/learn/latex/mathematics/basics">
    Equations, matrices, theorems
  </Card>

  <Card title="Tables" icon="table" href="/learn/latex/tables/creating-tables">
    Create professional tables
  </Card>

  <Card title="Figures" icon="image" href="/learn/latex/figures/inserting-images">
    Insert and position images
  </Card>

  <Card title="Bibliography" icon="quote" href="/learn/latex/bibliography-citations">
    Citations and references
  </Card>

  <Card title="Beamer" icon="presentation" href="/learn/latex/how-to/presentations">
    Create presentations
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/learn/latex/basics/errors">
    Troubleshooting guide
  </Card>
</CardGroup>

## Product Docs

<CardGroup cols={2}>
  <Card title="Editor & AI Assistance" icon="wand-magic-sparkles" href="/product/editor-and-ai-assistance">
    Current editor workflows, inline AI, proofreading, search, and problem-fixing guidance.
  </Card>

  <Card title="Collaboration & History" icon="users" href="/product/collaboration-comments-and-history">
    Invites, comments, live collaboration signals, version history, and snapshots.
  </Card>

  <Card title="Projects & Templates" icon="folder-tree" href="/product/projects-files-and-templates">
    Create projects, upload ZIPs, manage files, and start from templates.
  </Card>

  <Card title="Account & Settings" icon="shield-check" href="/product/account-and-settings">
    Profile, theme, compile-engine defaults, syntax colors, and account-level context.
  </Card>

  <Card title="Knowledge Base" icon="book-open" href="/product/knowledge-base?utm_source=resources&utm_medium=internal_card&utm_campaign=research_workflow&utm_content=docs_home">
    Keep papers and extracted source text inside the same project as the manuscript.
  </Card>

  <Card title="AI Research Agent" icon="magnifying-glass" href="/product/ai-research-agent?utm_source=resources&utm_medium=internal_card&utm_campaign=research_workflow&utm_content=docs_home">
    Run literature discovery, expand from accepted sources, and move evidence toward citations.
  </Card>
</CardGroup>

## Compare Editors And Migrate

<CardGroup cols={2}>
  <Card title="Overleaf Alternative Comparison" icon="scale-balanced" href="/vs/overleaf">
    Compare LaTeX Cloud Studio and Overleaf on collaboration, privacy, AI workflows, templates, and Git support.
  </Card>

  <Card title="TeXstudio vs Cloud Editor" icon="desktop" href="/vs/texstudio">
    Decide whether a local editor or a browser-based LaTeX workflow fits your next project.
  </Card>
</CardGroup>

## Latest Updates

<Info>
  We now separate product behavior from LaTeX learning content. Use [Product Docs](/product) for editor, project, research workflow, collaboration, and integration guidance, and explore our [blog](/blog/index) for broader updates.
</Info>

## Get Help

* **Quick Questions**: Check our [FAQ](/faq)
* **Contact Support**: Visit our [website](https://www.latex-cloud-studio.com/)

***

Ready to start? Jump into our [Learn LaTeX in 30 minutes](/learn/latex-in-30-minutes) tutorial and create your first professional document today!

## Start in LaTeX Cloud Studio

<CardGroup cols={2}>
  <Card title="Open in LaTeX Cloud Studio" icon="cloud" href="https://app.latex-cloud-studio.com/?utm_source=resources&utm_medium=cta&utm_campaign=research_workflow&utm_content=docs_home_open_app">
    Write, compile, and iterate directly in your browser.
  </Card>

  <Card title="Start from Article Template" icon="file-text" href="/templates/article">
    Use a ready-made template, then adapt it to your content.
  </Card>

  <Card title="Read Product Docs" icon="book-open" href="/product">
    See the canonical documentation for editor workflows, collaboration, GitHub sync, and troubleshooting.
  </Card>

  <Card title="Research Workflow Docs" icon="magnifying-glass" href="/product/knowledge-base?utm_source=resources&utm_medium=internal_card&utm_campaign=research_workflow&utm_content=docs_home_start_section">
    See how the knowledge base and AI research agent fit into a paper-writing workflow.
  </Card>
</CardGroup>
