Skip to content

Commit

Permalink
Fix maybeMathjax.js typo in manual (brucemiller#1851)
Browse files Browse the repository at this point in the history
This commit fixes a small typo in the manual. The capitalization of the
`maybeMathjax.js` script in the manual was incorrect.

Thanks to Deyan Ginev and Nasser M. Abbasi for noticing.

See also:

brucemiller#1845 (comment)
https://lists.informatik.uni-erlangen.de/pipermail/latexml/2022-May/002550.html
  • Loading branch information
tkw1536 authored May 10, 2022
1 parent e463e64 commit e29e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ \chapter{Using \LaTeXML}\label{usage}
for supporting MathML: it invokes MathJax\footnote{https://mathjax.org}
to render the mathematics in browsers without native support for MathML.
\begin{lstlisting}[style=shell]
--javascript=LaTeXML-maybeMathJax.js
--javascript=LaTeXML-maybeMathjax.js
\end{lstlisting}
The option can also reference a remote script; for example to invoke MathJax unconditionally
from the `cloud':
Expand Down

0 comments on commit e29e359

Please sign in to comment.