Questions tagged [jqmath]

jqMath is a JavaScript module that makes it easy to put formatted mathematical expressions in web pages

jqMath uses a simple TeX-like syntax, with MathML semantics:

  • $, or ( and ), to delimit inline mathematics
  • $$, or [ and ], to delimit block or “display” mathematics
  • ^ for superscript
  • _ for subscript
  • { and } for grouping
  • ↖ for overscript
  • ↙ for underscript
  • \ or ` to quote the next character (turning off its special meaning), start a macro or multi-letter name, or make a name non-italic
  • \bo, \it, or \bi for a bold, italic, or bold-italic variable
  • \sc or \fr for a script or Fraktur letter
  • \ov for an overbar
  • \table for a matrix, table, or simply tabular alignment - separate entries with , and rows with ;
  • \text or \html for plain text or html inside mathematics - specify the text or html inside quotes spaces, tabs and newlines are ignored

jqMath is lightweight and standards-based. Thus pages containing jqMath code load quickly, and expressions can be resized by the user, or easily passed to screen reading, graphing, or computer algebra software.

Useful Links

56 questions
1
vote
1 answer

Is it possible to use jqmath for Android buttons?

I have seen other posts about incorporating math formulas in Android studio with the use of WebView. However, is it possible to do the same for Buttons? If possible, how? Much appreciated!
Klumpted
  • 89
  • 3
  • 9
1
vote
2 answers

How to display the below symbol in Jqmath

I tried something like this ${TXU}↖{⏜}$ but the arc is coming size of one letter
Kiran
  • 1,145
  • 1
  • 8
  • 22
1
vote
1 answer

How to use jqmath script in angular application?

I'm developing a Quiz application where i want to use jqMath script to display the maths equations. Problem is that there is syntax conflict whenever i use curly braces other than that all equation format are working fine. I have tried interpolation…
user25285
  • 11
  • 3
1
vote
1 answer

Javascript android getting the wrong width

I have some buttons in my android xml layout once I press one of the buttons I called a javascript function to append some text to a 'p' html element in a webview but once the width of the p element becomes wider than the screen width of webview I…
has19
  • 1,307
  • 16
  • 31
1
vote
2 answers

Jqmath not loading correctly

I have included the following on my html page:
Naveen
  • 7,944
  • 12
  • 78
  • 165