← Back to Blog

Short answer: Overleaf has no built-in dictation, but a system-wide Mac voice tool like Voice Keyboard Pro types spoken text straight into the editor. Click into your source, hold the hotkey, and dictate the prose of your paper. Type the math, commands, and braces yourself.

Writing a paper in Overleaf means switching between two very different modes of thinking. One is structural: environments, labels, citations, the exact placement of a backslash. The other is plain prose, the actual sentences of your abstract, your introduction, your discussion. The structural part needs your fingers on the keys. The prose part does not, and that is the part where most of the writing time actually goes.

Overleaf itself has no microphone button. It is a browser-based LaTeX editor, so there is nothing to install inside it and nothing to configure. The trick is to add dictation at the operating-system level, so your voice becomes another way of putting characters into whatever field the cursor happens to be in. On a Mac, that means the editor pane in your browser is fair game. This guide covers how to set that up, which parts of a LaTeX document are worth dictating, which parts you should keep typing, and the spoken commands that keep your source compiling.

Why Overleaf has no dictate button

Overleaf runs in Chrome, Safari, Firefox, or Arc. It is a text editor for source code that happens to be prose-heavy, and like most code editors it assumes you are typing. There is no reason for it to ship a mic button, because dictation on a Mac is better handled once, globally, than reinvented inside every web app.

That is the whole reason a system-wide voice tool is the right shape for this job. Instead of asking each site to add voice support, you add one dictation layer to the Mac and it works everywhere the cursor blinks: the Overleaf editor, the comment box, the project chat, the file rename dialog, your email client, your reference manager. Learn it once, use it in all of them. This is the same reason people who dictate in code editors reach for a global tool rather than an extension; the pattern is identical whether you are dictating comments in Xcode or writing the discussion section of a manuscript.

Setting up dictation for Overleaf

The setup is short because there is nothing to add to Overleaf.

  1. Install a system-wide dictation tool. Voice Keyboard Pro lives in your Mac menu bar and inserts text at the cursor in any app, including a browser tab. Grant it microphone and accessibility permission the first time you run it.
  2. Open your Overleaf project in your browser and click into the source editor so the text cursor is blinking where you want words to land.
  3. Hold the hotkey, speak a sentence, release. The words appear inline exactly as if you had typed them.
  4. Type the LaTeX around your prose. Backslashes, braces, math, and environment tags stay on the keyboard. Your voice fills the sentences in between.

That is the entire loop. There is no plugin to keep updated, no Overleaf setting to toggle, and nothing changes about how your project compiles. To the document, dictated text and typed text are indistinguishable, because they are the same characters arriving through the same cursor.

The one rule: speak the prose, type the syntax

This is the rule that makes voice and LaTeX get along. LaTeX source is a mix of two things, and only one of them is dictation-friendly.

Dictate the prose. The body text inside your sections, the abstract, figure and table captions, footnote content, the sentences of a proof written in words, the text arguments of things like \section{...} and \caption{...}. This is ordinary language, and ordinary language is exactly what a transcription engine is built for. You can talk at 130 to 150 words per minute here versus 40-ish typed, and the accuracy is high because you are dictating English, not symbols.

Type the syntax. Inline and display math, backslash commands, curly braces and brackets, environment names, label keys, BibTeX citation keys, package options. Dictating \begin{equation} is slower and more error-prone than typing it, and trying to speak a fraction or a subscript out loud is a losing game. Keep your hands for the structure.

In practice the workflow is a rhythm: type the scaffolding of a paragraph or an environment, then hold the hotkey and pour the sentences in, then go back to the keyboard for the next equation or reference. You are not choosing voice or keyboard for the whole document. You are using each for the part it is good at, often within the same line. This mirrors how technical writers already work when they mix code and explanation, something we cover in our guide to dictation for technical writing.

The introduction and discussion of a paper are almost entirely prose. That is often half the document, and it is the half you can now talk through instead of type.

Spoken punctuation, the way LaTeX wants it

Dictation does not guess your punctuation from pauses. You say the marks out loud, and the engine inserts the symbol. For academic prose this matters more than usual, because papers are dense with commas, parentheses, and clause breaks. Here are the ones you will use constantly:

One LaTeX-specific caution: certain characters are special in the source, including the percent sign, ampersand, underscore, dollar sign, and hash. If you dictate a literal percent sign into body text, you will get %, which LaTeX reads as the start of a comment and silently swallows the rest of the line. The safe habit is to speak the prose and then type these special characters yourself with their escaped forms, such as \% or \&. Say the sentence, then reach for the keyboard for the one symbol that would otherwise break the build.

Teach it your field's vocabulary

Every discipline has terms a general dictionary will fumble: gene names, chemical compounds, statistical tests, algorithm names, the surname of the author you cite forty times. Retyping those corrections defeats the point of dictating.

This is what Voice Keyboard Pro's Smart Vocabulary is for. It is a personal dictionary with replacement rules, so you can teach it that your project's recurring terms should always come out spelled and capitalized the way your field writes them. Add the proper nouns from your reference list, the technical terms from your methods section, and any acronym you use repeatedly. Once a term is in there, it lands correctly every time instead of being re-corrected sentence after sentence. Researchers who dictate regularly build this dictionary up over the life of a project. Our post on voice to text for researchers goes deeper on building a domain vocabulary that survives across papers.

A realistic Overleaf dictation workflow

Here is how a session tends to go once the setup is done.

Drafting a new section

Type the \section{} line and its label. Then click into the body, hold the hotkey, and talk through the argument the way you would explain it to a colleague. Do not worry about polish on the first pass. Getting the reasoning out of your head and onto the page in spoken paragraphs is faster than composing perfect sentences one keystroke at a time, and it tends to read more naturally because it started as speech.

Writing captions and abstracts

Captions and abstracts are pure prose in a small box, which makes them ideal to dictate. Put the cursor inside \caption{} or the abstract environment and speak the sentence. These are also the parts writers most often leave as terse placeholders because typing them is a chore; dictating removes that friction, so your captions end up fuller and more useful to readers.

Revising with your voice

Reviewer comments usually ask for more words, not fewer: clarify this, expand that, add a sentence about the limitation. Dropping the cursor at the right spot and dictating the addition is quicker than typing it, and you keep your eyes on the compiled PDF instead of hunting the keyboard.

The parts to keep typing

Equations, tables, the tabular alignment characters, TikZ diagrams, and anything inside math mode stay on the keyboard. So do citation keys; you want \cite{smith2024} exactly, not a spoken approximation. The goal is not to dictate everything. It is to stop typing the tens of thousands of words of ordinary prose that a paper actually consists of.

Does dictation work in the Overleaf comment and chat features?

Yes, because a system-wide tool does not care which box you are in. Overleaf's review comments and project chat are just text fields in the same browser tab, so the cursor-insertion works there exactly as it does in the source editor. If you are co-authoring and leaving margin comments for a collaborator, you can talk those out too. The same is true of the file and project rename dialogs, though those are short enough that typing is usually just as fast.

Dictating LaTeX notes on your phone

Overleaf works in a mobile browser, and plenty of ideas for a paper arrive when you are away from your desk. The Voice Keyboard Pro iPhone keyboard has a built-in mic button that works in any iOS app, including your mobile browser, so you can capture a paragraph for the discussion section while it is fresh and paste it into the project later. It also includes Voice Edit, where you speak a change to fix text you already dictated, and two-way translation across 24 languages while you dictate, which helps if you are collaborating with co-authors who draft in another language. It will not typeset math for you, but for capturing prose on the go it closes the gap between having an idea and getting it into the manuscript.

Privacy note for unpublished work

Unpublished research is sensitive, and it is fair to ask what happens to your words. Voice Keyboard Pro's server stores only operational pings; it does not store your audio or the content of what you transcribe. Your dictated sentences are inserted at the cursor and live in your Overleaf project, not in a transcript archive somewhere. If your institution or grant has specific data-handling requirements, check them against any tool you adopt, but the design here is deliberately minimal on what leaves your machine.

The bottom line

Overleaf will never ship a dictate button, and it does not need to. The better move is to add one dictation layer to your Mac and point it at the editor pane. Speak the prose, type the syntax, teach it your field's vocabulary, and you turn the slowest part of writing a paper, the thousands of words of ordinary English, into something you can talk through at speaking speed. The equations still belong to your fingers. Everything around them can belong to your voice.

Voice Keyboard Pro has a free tier. Open your current Overleaf project, click into the introduction, and dictate the next paragraph you were about to type. If it feels faster, that is because it is.