Versions Compared

Key

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

Overview

This article provides answers to a few common questions on the LaTeX Math app.

FAQs

    • \yen

code
    • \mathbb{N}


  • \usepackage{upgreek}

    • \lambda

    • \omega

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

Yes, the app supports these packages.

For example,

  • \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
Code Block
Code Block

Expand
titleDoes the Latex Math app make any external API calls?

No

...

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.

Image RemovedImage Added

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

No.

...