Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAre the packages \usepackage{amsmath}, \usepackage{amssymb}, and \usepackage{upgreek} included in the Latex math app for the cloud?

This Yes, the app supports these packages, and here are some

For examples:

  • \usepackage{amsmath}:

Code Block
\sideset{}{’}
\sum_{n<k,\;\text{$n$ odd}} nE_n, 
Code Block
\left((a_1 b_1) - (a_2 b_2)\right)
\left((a_2 b_1) + (a_1 b_2)\right)
\quad\text{versus}\quad
\bigl((a_1 b_1) - (a_2 b_2)\bigr)
\bigl((a_2 b_1) + (a_1 b_2)\b
  • \usepackage{amssymb}:

Code Block
\yen
Code Block
\mathbb{N} 
  • \usepackage{upgreek}

Code Block
\lambda
Code Block
\omega

...

Expand
titleDoes unsubscribing from the LaTeX Math app on Confluence without uninstalling it have any impact on the existing documents that were created using LaTeX Math?

Yes, after unsubscribing from the app without uninstalling it, it will still be installed but lack a valid license. As a result, trying when you try to render the macro on existing pages may lead to an error message displaying "Error rendering macro: No valid license found for LaTeX Math addon". This situation will cause existing Existing pages with the app to be are unable to render mathematical equations properly.

Expand
titleWhat configuration changes are necessary to address the issue of occasional display of expressions as LaTeX code instead of rendering properly?

Review the configuration settings of Latex Math and attempt to switch the preferred output from MATHJAX to PNG, which will resolve the issue.

Expand
titleDoes the Latex Math app provide a mobile application as part of its services for the cloud version of the app?

No.

...