Skip to main content

Questions tagged [mathjax]

MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers. It allows LaTeX commands as input which are then rendered similar to the way LaTeX itself does it. Note that questions dealing with installation of MathJax, how it works, or rendering problems are widely considered to be off topic and are at risk of being closed. These questions can be asked on Stack Overflow (https://stackoverflow.com) instead.

0 votes
0 answers
48 views

Math StackExchange supports the AMScd package, allowing me to draw commutative diagrams: $\require{AMScd}$ $$\begin{CD} c @. @. Sc @> {\tau c} >> Tc \\ @V f VV @. @V{Sf}VV @V{Tf}...
Markus Klyver's user avatar
1 vote
1 answer
108 views

I want to put into an HTML page. I have tried following https://docs.mathjax.org/en/latest/basic/mathematics.html, with not much success. I have had limited success using the MathJax basic tutorial ...
Sallymanda's user avatar
1 vote
0 answers
84 views

I recently opened a blog in blogger.com to mainly write about short math snippets. To do so, I had to edit HTML and add MathJax. After some googling, I figured out (maybe wrongly) that the way people ...
Sayan Dutta's user avatar
0 votes
2 answers
120 views

I found today an answer on the site https://stats.stackexchange.com/ where the author wrote some kind of $$\begin{align} x &= y1 ~ (I remember there is this symbol) \text{Comment1}\\ &...
NN2's user avatar
  • 103
2 votes
1 answer
76 views

Is it possible to instruct make4ht/tex4ht via a configuration setting to surround math with span elements in the generated html file? I want to let mathjax to render the math in the html file, but ...
balcinus's user avatar
  • 434
0 votes
1 answer
109 views

I'm looking for a latex or amsmath shortcut for Unicode Character “⨳” (U+2A33) . This gets used to denote the smash product as an infix. I looked online and tried detexify but got no results. Is there ...
Nate's user avatar
  • 103
0 votes
1 answer
101 views

When should I use \set{...} or \{...\}? In obvious case like when defining a set that is no question of course. But what for something like this: \min\set{x,y} vs. \min\{x,y\}? If I need surrounding ...
Samuel's user avatar
  • 101
1 vote
2 answers
126 views

I want to typeset some piecewise equations in MathJax and align the inequality symbols in the piecewise conditions. Using the cases environment and adding more ampersands does somewhat align the parts ...
Lawton's user avatar
  • 135
3 votes
1 answer
98 views

My MWE is: \documentclass{article} \usepackage{amsmath} \begin{document} \[ \boxed{A} \boxed{B} \] \end{document} When I compile using pdflatex I got the two boxes side by side, but when compiling ...
Valdinei Rodrigues's user avatar
2 votes
2 answers
207 views

I want to align three elements inside a pmatrix around a character that is inside a \left( ... \right) construction. Comments here have told me that the & alignment character does not work inside ...
Lawton's user avatar
  • 135
1 vote
1 answer
109 views

The following MathJax is used in my code golf answer. How can I neatly align the terms while getting the main idea across? Maybe the fractions and the integers both need to be aligned? Any other TeX ...
qwr's user avatar
  • 339
2 votes
1 answer
135 views

My test.tex MWE is: \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{mathtools} \begin{document} Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam a ...
Valdinei Rodrigues's user avatar
2 votes
1 answer
283 views

I am trying to have different colors to different lines within an align / aligned environment. It seems the & symbol is causing some issues. I want to color each line of the following: \begin{...
Royi's user avatar
  • 283
1 vote
1 answer
531 views

https://tikzjax.com/ https://tikzjax-demo.glitch.me/ Is it possible to use librarys in TikZJax? I testet \tikzset{ background rectangle/.style={fill=red, rounded corners}, show background ...
cis's user avatar
  • 11.5k
2 votes
0 answers
89 views

I have the following TeX - embedded via MathJax - in an HTML file. The result is shown below but isn't what I expected to see. Instead, I would like to end the "github" brace before .com. ...
Chris's user avatar
  • 559

15 30 50 per page
1
2 3 4 5
17