Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Merge requests
  • !1877

fix: typos in comments and a message string (English)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/GerHobbelt/patch-1 into master 7 years ago
  • Overview 2
  • Commits 3
  • Pipelines 0
  • Changes 4

Created by: GerHobbelt

See commit/subject line. Minimal edit.

Compare
  • master (base)

and
  • latest version
    c29cae78
    3 commits, 2 years ago

4 files
+ 11
- 5

    Preferences

    File browser
    Compare changes
con‎fig‎
defau‎lt.js‎ +1 -1
unpa‎cked‎
con‎fig‎
defau‎lt.js‎ +1 -1
exten‎sions‎
HelpDi‎alog.js‎ +1 -1
jax/in‎put/TeX‎
jax‎.js‎ +8 -2
config/default.js
+ 1
- 1
  • View file @ c29cae78


@@ -752,7 +752,7 @@ MathJax.Hub.Config({
//
// When true, MathJax will not measure the widths or heights of the
// subexpressions as it creates its output, but instead will rely on
// its internal calculautions based on teh bounding boxes of the
// its internal calculations based on the bounding boxes of the
// characters it uses, and will only take measurements when it
// absolutely has to. Since measurements cause display reflows, they
// slows down MathJax considerably, so without them MathJax runs
unpacked/config/default.js
+ 1
- 1
  • View file @ c29cae78


@@ -752,7 +752,7 @@ MathJax.Hub.Config({
//
// When true, MathJax will not measure the widths or heights of the
// subexpressions as it creates its output, but instead will rely on
// its internal calculautions based on teh bounding boxes of the
// its internal calculations based on the bounding boxes of the
// characters it uses, and will only take measurements when it
// absolutely has to. Since measurements cause display reflows, they
// slows down MathJax considerably, so without them MathJax runs
unpacked/extensions/HelpDialog.js
+ 1
- 1
  • View file @ c29cae78


@@ -196,7 +196,7 @@
MathJax.Callback.Queue(
HUB.Register.StartupHook("End Config",{}), // wait until config is complete
["Styles",AJAX,CONFIG.styles],
["Post",HUB.Startup.signal,"HelpDialig Ready"],
["Post",HUB.Startup.signal,"HelpDialog Ready"],
["loadComplete",AJAX,"[MathJax]/extensions/HelpDialog.js"]
);
unpacked/jax/input/TeX/jax.js
+ 8
- 2
  • View file @ c29cae78


@@ -2285,8 +2285,14 @@
fenced: function (open,mml,close) {
var mrow = MML.mrow().With({open:open, close:close, texClass:MML.TEXCLASS.INNER});
mrow.Append(
MML.mo(open).With({fence:true, stretchy:true, symmetric:true, texClass:MML.TEXCLASS.OPEN}),
mml,
MML.mo(open).With({fence:true, stretchy:true, symmetric:true, texClass:MML.TEXCLASS.OPEN})
);
if (mml.type === "mrow" && mml.inferred) {
mrow.Append.apply(mrow, mml.data);
} else {
mrow.Append(mml);
}
mrow.Append(
MML.mo(close).With({fence:true, stretchy:true, symmetric:true, texClass:MML.TEXCLASS.CLOSE})
);
return mrow;
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
Client: Scala Issue: Bug
2
Client: Scala Issue: Bug
    Assign labels
  • Manage project labels

Milestone
4.0.0
4.0.0 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: OpenAPITools/openapi-generator!2510
Source branch: github/fork/GerHobbelt/patch-1

Menu

Explore Projects Groups Snippets