> ## Documentation Index
> Fetch the complete documentation index at: https://help.autoproctor.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Using LaTeX for Math Equations

> Add mathematical equations to your Socratease quizzes using LaTeX syntax.

Socratease supports LaTeX, the global standard for writing mathematical equations used in academic publications, textbooks, and research papers worldwide. Instead of inserting equation images or using simplified text notation like `a^2` or `3/4`, you can write properly formatted equations directly in your quiz questions.

<Note>
  LaTeX equation support is exclusive to AutoProctor's **Socratease Quizzes**. It is not available when using other quiz providers.
</Note>

## How to Write LaTeX Equations

To include a LaTeX equation in your quiz, enclose the equation between `\(` and `\)` delimiters.

**Example:**

```
\(a^2 + b^2 = c^2\)
```

This renders as the familiar Pythagorean theorem: a squared plus b squared equals c squared.

## What LaTeX Supports

LaTeX can render any mathematical notation, including:

| Notation         | LaTeX Syntax                | Description                                     |
| ---------------- | --------------------------- | ----------------------------------------------- |
| Basic arithmetic | `\(a + b = c\)`             | Addition, subtraction, multiplication, division |
| Exponents        | `\(x^2\)`                   | Superscripts and powers                         |
| Subscripts       | `\(a_n\)`                   | Subscript notation                              |
| Fractions        | `\(\frac{a}{b}\)`           | Fraction notation                               |
| Square roots     | `\(\sqrt{x}\)`              | Square and nth roots                            |
| Integrals        | `\(\int_0^1 x^2 dx\)`       | Definite and indefinite integrals               |
| Summations       | `\(\sum_{i=1}^{n} i\)`      | Summation notation                              |
| Greek letters    | `\(\alpha, \beta, \gamma\)` | All Greek letter symbols                        |

You can also use any other standard LaTeX mathematical notation beyond the examples listed above.

## Enabling LaTeX

<Frame caption="How to enable and use LaTeX in Socratease">
  <video controls className="w-full rounded-xl" src="https://mintcdn.com/autoproctor/kHC49ueIdso10Ww-/videos/socratease/using-latex.mp4?fit=max&auto=format&n=kHC49ueIdso10Ww-&q=85&s=3c281a39366a10eb1ae5e575b4ec7b0c" data-path="videos/socratease/using-latex.mp4" />
</Frame>

<Steps>
  <Step title="Open Your Quiz">
    Open your Socratease Quiz on AutoProctor.
  </Step>

  <Step title="Go to Settings">
    Click the **Settings** icon (gear) in the quiz editor toolbar.
  </Step>

  <Step title="Enable LaTeX Support">
    Toggle on the **LaTeX Support** setting. This activates LaTeX rendering for all questions in the quiz.
  </Step>

  <Step title="Write Your Equations">
    Write your equations in question text using the `\(` and `\)` delimiters. The equations render as formatted math when candidates view the quiz.
  </Step>
</Steps>

<Warning>
  Make sure you enable the LaTeX Support toggle in quiz settings **before** sharing the test. If LaTeX is not enabled, candidates will see the raw LaTeX syntax instead of rendered equations.
</Warning>

## Try It Out

You can see a sample quiz demonstrating LaTeX equation rendering at:
[autoproctor.co/tests/jVRBZGRMNU/load](https://www.autoproctor.co/tests/jVRBZGRMNU/load/)

## Related Resources

* [Quiz Settings](/socratease-quiz-settings) -- All Socratease quiz configuration options
* [Question Types](/socratease-question-types) -- Available question formats
* [How to Create a Socratease Quiz](/create-socratease-quiz) -- Step-by-step creation guide
* [Why Socratease?](/why-socratease) -- Benefits of using Socratease over other platforms
