Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MathJax v2.7.3 #1925

Merged
merged 61 commits into from
Feb 8, 2018
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
1d4b285
Fix problem with \left...\right where inferred mrows would be incorre…
dpvc Sep 8, 2017
63672ed
Merge pull request #1830 from dpvc/issue1829
dpvc Sep 8, 2017
f3644ed
Don't add duplicate xmls attribute when original is empty.
dpvc Oct 29, 2017
c29cae7
fix: typos in comments and a message string (English)
GerHobbelt Dec 1, 2017
a6cdc42
fix: `HUB.Startup.signal.Post()` API expects a single message STRING,…
GerHobbelt Dec 1, 2017
e0fa333
Misc. trivial typos
Dec 5, 2017
d4ad1a9
Do not use let as variable name
mitya57 Dec 28, 2017
40e0688
Fix position of rightmost glyph in horizontal stretchy characters in …
dpvc Jan 12, 2018
9276979
Adds a signal for resetting the locale.
zorkow Jan 13, 2018
8c3805f
Merge pull request #1898 from mathjax/locale_signal
dpvc Jan 18, 2018
65eadd6
Merge pull request #1893 from mitya57/develop
dpvc Jan 18, 2018
3d3cc31
Merge pull request #1880 from luzpaz/misc-typos
dpvc Jan 18, 2018
62ee1ea
Merge pull request #1890 from GerHobbelt/patch-1
dpvc Jan 18, 2018
9b8d1ce
Merge pull request #1889 from GerHobbelt/patch-2
dpvc Jan 18, 2018
f5daa00
Fix mispelling of 'initial'. (see #1879)
dpvc Jan 20, 2018
a05f4bc
Update README.md
dpvc Jan 20, 2018
158e41c
Properly scale element widths when looking for linebreaks in SVG outp…
dpvc Jan 20, 2018
7db1e0c
Reset character width if equation reloads. Resolves issue #1837
dpvc Jan 20, 2018
1cbdd2d
Decode hash URI component so that special character are properly hand…
dpvc Jan 20, 2018
bd69c5e
Handle default border width as browsers do in SVG and HTML-CSS output…
dpvc Jan 20, 2018
a4b6f41
Have \bigg and friends to trim spaces from their arguments. Resolves…
dpvc Jan 20, 2018
156bb4d
Measure sizes of annotation-xml properly in SVG. Resolves issue #1870.
dpvc Jan 20, 2018
952f611
Move setDef and setEnv to TeX jax, and use them for \DeclareMathOpera…
dpvc Jan 20, 2018
a9af6cb
Merge pull request #1863 from dpvc/issue220-a11y
dpvc Jan 22, 2018
60edf3f
Merge pull request #1897 from dpvc/issue1896
dpvc Jan 22, 2018
6942188
Merge pull request #1902 from dpvc/issue1881
dpvc Jan 22, 2018
4ec23d3
Merge pull request #1903 from dpvc/issue1837
dpvc Jan 22, 2018
257b62c
Merge pull request #1904 from dpvc/issue1843
dpvc Jan 22, 2018
7446453
Merge pull request #1905 from dpvc/issue1855
dpvc Jan 22, 2018
5ce1a72
Merge pull request #1906 from dpvc/issue1819
dpvc Jan 22, 2018
c6b628b
Merge pull request #1907 from dpvc/issue1870
dpvc Jan 22, 2018
af09e53
Merge pull request #1908 from dpvc/issue1876
dpvc Jan 22, 2018
b1c25ff
Remove unwanted .htaccess from a11y/mathmaps
dpvc Jan 22, 2018
7a00695
Remove spaces from tag IDs, but allow other characters (since they ar…
dpvc Jan 22, 2018
5787c82
Remove balanceBraces from tex2jax (no longer needed, and never implem…
dpvc Jan 22, 2018
14980f0
Fix width of roots in CHTML when they contain linebreaks. Resolves i…
dpvc Jan 23, 2018
937cbd4
Properly handle pre-spacing for elements with linebreaks in SVG outpu…
dpvc Jan 23, 2018
36484b5
Make maximum linebreak width a parameter, and only stop if a linebrea…
dpvc Jan 28, 2018
bd08125
Merge pull request #1909 from dpvc/issue1845
dpvc Jan 29, 2018
5a3a348
Merge pull request #1910 from dpvc/issue1899
dpvc Jan 29, 2018
8895bc0
Merge pull request #1911 from dpvc/issue1871
dpvc Jan 29, 2018
c68e25c
Merge pull request #1914 from dpvc/issue1882
dpvc Jan 29, 2018
7d6213e
Merge pull request #1915 from dpvc/issue1866
dpvc Jan 29, 2018
bcfabb5
Merge pull request #1917 from dpvc/issue1883
dpvc Jan 29, 2018
e5792a2
Add max-width and min-widht resets to MathJax_Font_Test element. Res…
dpvc Jan 29, 2018
723e05e
Fix scaling to use actual scale not relative scale, since parent scal…
dpvc Jan 30, 2018
bd86d0a
Fix incorrect name of encodeURIComponent, and fix default.js to corre…
dpvc Jan 31, 2018
0622317
Recreate MathJax.Message.text if needed. Resolves issue #1920.
dpvc Feb 2, 2018
266ca6a
Merge pull request #1919 from dpvc/issue517
dpvc Feb 4, 2018
74cd139
Merge pull request #1921 from dpvc/issue1920
dpvc Feb 4, 2018
d67a91b
Make sure Message.text gets reset if Message.div is not found.
dpvc Feb 4, 2018
347c7c9
Update npm API key in travis.yaml
dpvc Feb 7, 2018
4d17955
Adds new version of the a11y extension.
zorkow Feb 7, 2018
d48ac8f
Merge pull request #1924 from mathjax/a11y-v1.4.0
dpvc Feb 8, 2018
c646dbd
Merge remote-tracking branch 'mathjax/develop' into develop
dpvc Feb 8, 2018
5acb7c4
Update a11y extensions (unpacked) to 1.4.0
dpvc Feb 8, 2018
d59321a
Update copyrights and versions
dpvc Feb 8, 2018
fe0c415
Repack and recombine
dpvc Feb 8, 2018
f24e83a
Update AsciiMath to include changes since last release.
dpvc Feb 8, 2018
e7e12ba
Recombine with new AsciiMath
dpvc Feb 8, 2018
569b05e
Update package version
dpvc Feb 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Have \bigg and friends to trim spaces from their arguments. Resolves …
…issue #1819
  • Loading branch information
dpvc committed Jan 20, 2018
commit a4b6f413fdcd724002271a9cb39a5ef4d1b0813e
8 changes: 6 additions & 2 deletions unpacked/jax/input/TeX/jax.js
Original file line number Diff line number Diff line change
Expand Up @@ -2037,8 +2037,12 @@
while (this.nextIsSpace()) {this.i++}
var c = this.string.charAt(this.i); this.i++;
if (this.i <= this.string.length) {
if (c == "\\") {c += this.GetCS(name)}
else if (c === "{" && braceOK) {this.i--; c = this.GetArgument(name)}
if (c == "\\") {
c += this.GetCS(name);
} else if (c === "{" && braceOK) {
this.i--;
c = this.GetArgument(name).replace(/^\s+/,'').replace(/\s+$/,'');
}
if (TEXDEF.delimiter[c] != null) {return this.convertDelimiter(c)}
}
TEX.Error(["MissingOrUnrecognizedDelim",
Expand Down