Skip to main content
v2026.1714 entries · CC-BY 4.0
CASRAI

Guide

What is LaTeX?

LaTeX is a document preparation system that uses plain-text markup instead of direct visual layout, making it the standard tool for typesetting scientific papers.

CASRAI research-methods explainer — What is LaTeX?

The step most authors miss

Doing CRediT right? Don’t stop at the statement.

A CRediT statement credits you inside one paper. The recognition CRediT was built for happens when those roles are tied to you, persistently. Sign in with your ORCID — free — and claim your CRediT contributions on casrai.org, the home of the standard. They become a verified, portable part of your identity, not a line that disappears into one PDF.

Free: claim your contributions, then export a journal-ready CRediT statement, schema.org structured data, JATS XML, CSV or BibTeX — and preview your public profile. A membership publishes that profile publicly and verifies the journals you serve.

How LaTeX works compared to word processors

Traditional word processors use a What You See Is What You Get (WYSIWYG) approach, showing formatting immediately on the screen. LaTeX, conversely, uses a markup approach. Writers draft their document in plain text, using commands to specify logical components like headers, lists, and equations. This source code is then compiled to generate a final PDF. While this introduces a learning curve, it removes the common frustration of layout shifts, where moving an image or table corrupts the layout of surrounding pages. The compiling process ensures that line breaks, hyphenation, and spacing are calculated using advanced algorithms, yielding publisher-grade typographical quality.

Key benefits for researchers

LaTeX is highly valued in quantitative disciplines for several key reasons. First, its mathematical typesetting engine handles complex equations with unmatched clarity. Second, it automates structural tasks like generating tables of contents, numbering figures, and updating cross-references. Finally, it separates content from style, meaning researchers can write their papers without worrying about formatting rules, and then apply a publisher’s specific style sheet in seconds by altering the document class. This flexibility makes it easy to resubmit papers to different journals, as the entire bibliography and page layout reformat automatically to match the new template, saving researchers significant administrative effort. This makes LaTeX the preferred choice for publishers and societies that manage large volumes of scientific contributions annually.

Getting started with LaTeX

To write in LaTeX, you need a way to edit and compile the code. Historically, this required installing a TeX distribution (like TeX Live or MiKTeX) and a dedicated editor (such as TeXworks or TeXstudio) on your local machine. Today, online platforms like Overleaf have simplified this by running the entire environment in the cloud. New users can start with simple templates, learning basic commands like section{} and ref{} as they write, enjoying the benefits of professional typesetting without initial installation hurdles. The system is free and open-source, making it accessible to researchers globally without licensing costs, which is highly beneficial for resource-constrained institutions. This collaborative accessibility enables research teams to maintain a uniform documentation standard regardless of individual local system configurations.

Key facts

At a glance

  • Typesetting engine: compiles plain-text markup into high-resolution, print-ready PDF files.
  • Logical structure: focuses on document content and structure rather than immediate styling.
  • Consistent layout: prevents accidental changes to fonts, margins, or numbering.
  • Automated elements: creates tables of contents, lists, and citation sections automatically.
  • Universal standard: widely required by journals in engineering, physics, and maths.
  • Accessibility: open-source software that runs on Windows, macOS, and Linux platforms.

Common misconceptions

What people often get wrong

Often heard: LaTeX is outdated because it does not show formatting in real time.

Actually: LaTeX remains the industry standard because it guarantees predictable, professional layouts. Modern cloud editors also show side-by-side previews, rendering formatting changes in seconds.

Often heard: LaTeX is only useful for people who write complex math equations.

Actually: While exceptional for mathematics, LaTeX is also used for long-form books, legal documents, multilingual texts, and bibliographies because of its superior structural stability.

Common questions

FAQ

Is LaTeX hard to learn?+

LaTeX has a steeper initial learning curve than basic word processors, as it requires learning markup commands. However, using online templates and collaborative cloud editors makes getting started much simpler, as you can learn syntax incrementally.

How do I insert images and tables in LaTeX?+

Images are inserted using the graphicx package and the includegraphics command. Tables are structured using the tabular environment. Both are wrapped in float environments (figure and table) so the compiler can position them optimally on the page.

Referenced across the research world

University of Cambridge logoColumbia University logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoCrossref logoUniversity of Cambridge logoColumbia University logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoCrossref logo
  • University of Cambridge logo
  • Columbia University logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo
  • Crossref logo

View CASRAI adoption →