LaTeXLaB

Quick Guide — Everything you need to get started

🚀 Getting Started

  1. Register for a free account from the landing page.
  2. Click Templates in the toolbar to pick a starting template — IEEE, thesis, assignment, blank document and more.
  3. Start writing your LaTeX in the left editor panel.
  4. Click ▶️ Compile PDF (or press Ctrl+Enter) to see your PDF on the right.
💡 Tip: Not sure where to start? Pick Blank Document from templates for a clean empty file.

💾 Saving Your Work

💡 Auto-save runs every second while you type — your work is never lost.

✍️ Writing LaTeX

💡 Common snippets available: \begin{figure}, \begin{table}, \frac{}{}, \sum_{i=0}^{n}

🖼️ Uploading and Using Images

  1. Click 🖼️ Upload Image in the toolbar and select your image (PNG, JPG, PDF).
  2. The image is saved to the images/ folder of your project.
  3. In your LaTeX code, use: \includegraphics{images/yourfilename.png}
  4. Make sure you have \usepackage{graphicx} at the top of your document.
💡 Right-click any image in the file tree to Rename, Move, or Delete it.

📁 Multi-file Projects

📚 References and Bibliography

💡 BibTeX entries can be exported directly from Google Scholar → Cite → BibTeX.

⬇️ Downloading Your Work

⌨️ Keyboard Shortcuts

ShortcutAction
Ctrl + EnterCompile PDF
Ctrl + SSave Project
Ctrl + DDownload PDF
Ctrl + ZUndo
Ctrl + Shift + ZRedo
Ctrl + /Comment / Uncomment line
Ctrl + FFind in editor
Ctrl + HFind and Replace
TabAccept autocomplete suggestion

🔧 Common Errors and Fixes

💡 When compilation fails, click Show Full Log in the error panel to see the exact error line.