The Math Auto-Correction Issue
Google Docs includes a robust set of auto-formatting features designed to speed up typing. One of the less obvious features relates to mathematical equations and symbols. By default, if you type certain character combinations (like -->) or attempt to write basic math (like 1/2), Google Docs will automatically intercept the text and convert it into a specialized formatting block or a unicode symbol (like an arrow → or a fraction ½). Furthermore, inside the dedicated Equation Editor, it will aggressively format standard text into mathematical variables.
While this is incredibly helpful for writing algebra homework, it is highly frustrating for technical writing, coding documentation, or plain text formatting. If you are writing a programming tutorial where --> is a literal string of characters required for a comment block, or if you need to write “1/2” as a date rather than a fraction, Google Docs will constantly ruin your formatting. To maintain exact control over your characters, you must disable these mathematical auto-substitutions.
How to Stop Automatic Equation Formatting
You can turn off these specific text conversions via the Preferences menu.
- Open a document in Google Docs.
- Look at the top toolbar and click on Tools.
- Select Preferences from the dropdown menu.
- In the Preferences window, look at the top tabs and click on Substitutions.
- This tab contains a list of every automatic symbol replacement. Scroll through the list and locate the specific math symbols causing you trouble (e.g.,
-->,1/2,(c)). - Click the checkbox next to the offending symbol to remove the checkmark (disabling that specific replacement).
- If you want to stop all math formatting entirely, switch back to the General tab and uncheck Use smart quotes and Automatically detect Markdown (which often triggers math blocks).
- Click the blue OK button to save your changes.
From now on, Google Docs will leave your dashes, slashes, and brackets alone, allowing you to write raw technical text without it transforming into mathematical symbols.