---
title: "Configuration (Cloud)"
canonical: "https://support.appfire.com/space/LM/77038553/Configuration%20(Cloud)"
format: markdown
---
> Macro (aura-html)

This article will walk you through the process of configuring the *LaTeX Math* application.  


> ℹ️ ### Configuring LaTeX Math Application

You can configure the Math block template as per your requirement. To change the application configuration, go to ***Manage Apps →  User-installed apps →  LaTeX Math →  Configure***. The configuration page for the LaTeX Math application is displayed. The following table provides you with details of the parameters:

| **Parameter** | **Default** | **Description** |
| --- | --- | --- |
| *PDF Scale* | 125 | When rendering Maths in PDF format, LaTeX Math will apply this scale. |
| *Caption Template* | ({number}) | The caption numbers in Math Blocks and Math Block references displayed using this template.<br>> Placeholders: {number} |
| *Math Block Template* | ```html
<table class="latexmath-mathblock" style="width: 50%; margin-left: 0; margin-right: 0; padding: 0 10px;">
  <tbody style="border: none;">
  <tr>
    <td nowrap class="latexmath-numbering" style="border: none; vertical-align: middle; width: 35px;">
      {caption}
    </td>
    <td nowrap class="latexmath-{alignment}" style="border: none; vertical-align: middle; text-align: {alignment};">
      {imgtag}
    </td>
  </tr>
  </tbody>
</table>
``` | The Math Block macros are displayed using this template. You can change the template as per your requirement.<br>> Placeholders: {caption}, {imgtag}, {alignment} |
| *LaTeX Macros* | ❌ | Custom LaTeX macros can be defined and used in all LaTeX Math macros. You can use this option to create new "commands" for frequently used combinations.<br>> Example:
> 
>            \def\E#1{E = mc^{#1}}
> 
> The above will render the following output for \E{2}
> 
>        E=mc^2<br>![image](media://47e1dc10-5a86-42e8-82c9-48aae25e3377) |
| *Help us improve the product* | Enabled | LaTeX Math application gathers and transmits some basic information like, usage data to continually improve the product. By enabling you authorize us to collect the information.<br>[note] We do not collect or transmit private user data or personal identifiable information. |