From 07b110d07fba4c96203ac5f90c6497eeb9b87882 Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Sun, 15 Dec 2024 12:21:08 -0500 Subject: [PATCH] Update internal changes. --- .gitignore | 0 EXAMPLES.md | 0 LICENSE | 0 Package.swift | 0 README.md | 0 .../SwiftMath/MathBundle/MTFontMathTableV2.swift | 0 Sources/SwiftMath/MathBundle/MTFontV2.swift | 0 Sources/SwiftMath/MathBundle/MathFont.swift | 0 Sources/SwiftMath/MathBundle/MathImage.swift | 0 Sources/SwiftMath/MathRender/MTBezierPath.swift | 0 Sources/SwiftMath/MathRender/MTColor.swift | 0 Sources/SwiftMath/MathRender/MTConfig.swift | 0 Sources/SwiftMath/MathRender/MTFont.swift | 0 Sources/SwiftMath/MathRender/MTFontManager.swift | 0 Sources/SwiftMath/MathRender/MTFontMathTable.swift | 0 Sources/SwiftMath/MathRender/MTLabel.swift | 0 .../SwiftMath/MathRender/MTMathAtomFactory.swift | 1 + Sources/SwiftMath/MathRender/MTMathImage.swift | 0 Sources/SwiftMath/MathRender/MTMathList.swift | 0 .../SwiftMath/MathRender/MTMathListBuilder.swift | 0 .../SwiftMath/MathRender/MTMathListDisplay.swift | 0 Sources/SwiftMath/MathRender/MTMathListIndex.swift | 0 Sources/SwiftMath/MathRender/MTMathUILabel.swift | 0 Sources/SwiftMath/MathRender/MTTypesetter.swift | 0 Sources/SwiftMath/MathRender/MTUnicode.swift | 0 Sources/SwiftMath/mathFonts.bundle/Asana-Math.otf | Bin Sources/SwiftMath/mathFonts.bundle/Asana-Math.plist | 0 Sources/SwiftMath/mathFonts.bundle/Euler-Math.otf | Bin Sources/SwiftMath/mathFonts.bundle/Euler-Math.plist | 0 .../SwiftMath/mathFonts.bundle/FiraMath-Regular.otf | Bin .../mathFonts.bundle/FiraMath-Regular.plist | 0 .../SwiftMath/mathFonts.bundle/Garamond-Math.otf | Bin .../SwiftMath/mathFonts.bundle/Garamond-Math.plist | 0 Sources/SwiftMath/mathFonts.bundle/KpMath-Light.otf | Bin .../SwiftMath/mathFonts.bundle/KpMath-Light.plist | 0 Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.otf | Bin .../SwiftMath/mathFonts.bundle/KpMath-Sans.plist | 0 Sources/SwiftMath/mathFonts.bundle/LICENSE | 0 Sources/SwiftMath/mathFonts.bundle/LeteSansMath.otf | Bin .../SwiftMath/mathFonts.bundle/LeteSansMath.plist | 0 .../mathFonts.bundle/LibertinusMath-Regular.otf | Bin .../mathFonts.bundle/LibertinusMath-Regular.plist | 0 .../mathFonts.bundle/NotoSansMath-Regular.otf | Bin .../mathFonts.bundle/NotoSansMath-Regular.plist | 0 Sources/SwiftMath/mathFonts.bundle/OFL.txt | 0 .../SwiftMath/mathFonts.bundle/latinmodern-math.otf | Bin .../mathFonts.bundle/latinmodern-math.plist | Bin .../mathFonts.bundle/math_table_to_plist.py | 0 .../mathFonts.bundle/texgyretermes-math.plist | Bin Sources/SwiftMath/mathFonts.bundle/xits-math.otf | Bin Sources/SwiftMath/mathFonts.bundle/xits-math.plist | 0 .../SwiftMathTests/ConcurrencyThreadsafeTests.swift | 0 Tests/SwiftMathTests/MTFontMathTableV2Tests.swift | 0 Tests/SwiftMathTests/MTFontV2Tests.swift | 0 Tests/SwiftMathTests/MTMathListBuilderTests.swift | 0 Tests/SwiftMathTests/MTMathListTests.swift | 0 Tests/SwiftMathTests/MTTypesetterTests.swift | 0 Tests/SwiftMathTests/MathFontTests.swift | 0 Tests/SwiftMathTests/MathImageTests.swift | 0 img/FontsPreview.png | Bin img/FontsPreviewLight.png | Bin img/amgm-dark.png | Bin img/amgm-light.png | Bin img/calculus-dark.png | Bin img/calculus-light.png | Bin img/cases-dark.png | Bin img/cases-light.png | Bin img/cauchyintegral-dark.png | Bin img/cauchyintegral-light.png | Bin img/cauchyschwarz-dark.png | Bin img/cauchyschwarz-light.png | Bin img/cross-dark.png | Bin img/cross-light.png | Bin img/demorgan-dark.png | Bin img/demorgan-light.png | Bin img/gaussintegral-dark.png | Bin img/gaussintegral-light.png | Bin img/limit-dark.png | Bin img/limit-light.png | Bin img/log-dark.png | Bin img/log-light.png | Bin img/long-dark.png | Bin img/long-light.png | Bin img/lorentz-dark.png | Bin img/lorentz-light.png | Bin img/matrixmult-dark.png | Bin img/matrixmult-light.png | Bin img/maxwell-dark.png | Bin img/maxwell-light.png | Bin img/quadratic-dark.png | Bin img/quadratic-light.png | Bin img/ramanujan-dark.png | Bin img/ramanujan-light.png | Bin img/schroedinger-dark.png | Bin img/schroedinger-light.png | Bin img/square-dark.png | Bin img/square-light.png | Bin img/st-dark.png | Bin img/st-light.png | Bin img/standard-dark.png | Bin img/standard-light.png | Bin img/stirling-dark.png | Bin img/stirling-light.png | Bin img/trig-dark.png | Bin img/trig-light.png | Bin 105 files changed, 1 insertion(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 EXAMPLES.md mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Package.swift mode change 100644 => 100755 README.md mode change 100644 => 100755 Sources/SwiftMath/MathBundle/MTFontMathTableV2.swift mode change 100644 => 100755 Sources/SwiftMath/MathBundle/MTFontV2.swift mode change 100644 => 100755 Sources/SwiftMath/MathBundle/MathFont.swift mode change 100644 => 100755 Sources/SwiftMath/MathBundle/MathImage.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTBezierPath.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTColor.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTConfig.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTFont.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTFontManager.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTFontMathTable.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTLabel.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathAtomFactory.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathImage.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathList.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathListBuilder.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathListDisplay.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathListIndex.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTMathUILabel.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTTypesetter.swift mode change 100644 => 100755 Sources/SwiftMath/MathRender/MTUnicode.swift mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/Asana-Math.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/Asana-Math.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/Euler-Math.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/Euler-Math.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/Garamond-Math.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/Garamond-Math.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/KpMath-Light.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/KpMath-Light.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/LICENSE mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/LeteSansMath.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/LeteSansMath.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/OFL.txt mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/latinmodern-math.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/latinmodern-math.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/math_table_to_plist.py mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/texgyretermes-math.plist mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/xits-math.otf mode change 100644 => 100755 Sources/SwiftMath/mathFonts.bundle/xits-math.plist mode change 100644 => 100755 Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MTFontMathTableV2Tests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MTFontV2Tests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MTMathListBuilderTests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MTMathListTests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MTTypesetterTests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MathFontTests.swift mode change 100644 => 100755 Tests/SwiftMathTests/MathImageTests.swift mode change 100644 => 100755 img/FontsPreview.png mode change 100644 => 100755 img/FontsPreviewLight.png mode change 100644 => 100755 img/amgm-dark.png mode change 100644 => 100755 img/amgm-light.png mode change 100644 => 100755 img/calculus-dark.png mode change 100644 => 100755 img/calculus-light.png mode change 100644 => 100755 img/cases-dark.png mode change 100644 => 100755 img/cases-light.png mode change 100644 => 100755 img/cauchyintegral-dark.png mode change 100644 => 100755 img/cauchyintegral-light.png mode change 100644 => 100755 img/cauchyschwarz-dark.png mode change 100644 => 100755 img/cauchyschwarz-light.png mode change 100644 => 100755 img/cross-dark.png mode change 100644 => 100755 img/cross-light.png mode change 100644 => 100755 img/demorgan-dark.png mode change 100644 => 100755 img/demorgan-light.png mode change 100644 => 100755 img/gaussintegral-dark.png mode change 100644 => 100755 img/gaussintegral-light.png mode change 100644 => 100755 img/limit-dark.png mode change 100644 => 100755 img/limit-light.png mode change 100644 => 100755 img/log-dark.png mode change 100644 => 100755 img/log-light.png mode change 100644 => 100755 img/long-dark.png mode change 100644 => 100755 img/long-light.png mode change 100644 => 100755 img/lorentz-dark.png mode change 100644 => 100755 img/lorentz-light.png mode change 100644 => 100755 img/matrixmult-dark.png mode change 100644 => 100755 img/matrixmult-light.png mode change 100644 => 100755 img/maxwell-dark.png mode change 100644 => 100755 img/maxwell-light.png mode change 100644 => 100755 img/quadratic-dark.png mode change 100644 => 100755 img/quadratic-light.png mode change 100644 => 100755 img/ramanujan-dark.png mode change 100644 => 100755 img/ramanujan-light.png mode change 100644 => 100755 img/schroedinger-dark.png mode change 100644 => 100755 img/schroedinger-light.png mode change 100644 => 100755 img/square-dark.png mode change 100644 => 100755 img/square-light.png mode change 100644 => 100755 img/st-dark.png mode change 100644 => 100755 img/st-light.png mode change 100644 => 100755 img/standard-dark.png mode change 100644 => 100755 img/standard-light.png mode change 100644 => 100755 img/stirling-dark.png mode change 100644 => 100755 img/stirling-light.png mode change 100644 => 100755 img/trig-dark.png mode change 100644 => 100755 img/trig-light.png diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/EXAMPLES.md b/EXAMPLES.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Package.swift b/Package.swift old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathBundle/MTFontMathTableV2.swift b/Sources/SwiftMath/MathBundle/MTFontMathTableV2.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathBundle/MTFontV2.swift b/Sources/SwiftMath/MathBundle/MTFontV2.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathBundle/MathFont.swift b/Sources/SwiftMath/MathBundle/MathFont.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathBundle/MathImage.swift b/Sources/SwiftMath/MathBundle/MathImage.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTBezierPath.swift b/Sources/SwiftMath/MathRender/MTBezierPath.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTColor.swift b/Sources/SwiftMath/MathRender/MTColor.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTConfig.swift b/Sources/SwiftMath/MathRender/MTConfig.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTFont.swift b/Sources/SwiftMath/MathRender/MTFont.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTFontManager.swift b/Sources/SwiftMath/MathRender/MTFontManager.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTFontMathTable.swift b/Sources/SwiftMath/MathRender/MTFontMathTable.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTLabel.swift b/Sources/SwiftMath/MathRender/MTLabel.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift old mode 100644 new mode 100755 index bb0a6bf..f9d9517 --- a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift +++ b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift @@ -358,6 +358,7 @@ public class MTMathAtomFactory { "degree" : MTMathAtom(type: .ordinary, value: "\u{00B0}"), "neg" : MTMathAtom(type: .ordinary, value: "\u{00AC}"), "angstrom" : MTMathAtom(type: .ordinary, value: "\u{00C5}"), + "aa" : MTMathAtom(type: .ordinary, value: "\u{00E5}"), "|" : MTMathAtom(type: .ordinary, value: "\u{2016}"), "vert" : MTMathAtom(type: .ordinary, value: "|"), "ldots" : MTMathAtom(type: .ordinary, value: "\u{2026}"), diff --git a/Sources/SwiftMath/MathRender/MTMathImage.swift b/Sources/SwiftMath/MathRender/MTMathImage.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTMathList.swift b/Sources/SwiftMath/MathRender/MTMathList.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTMathListBuilder.swift b/Sources/SwiftMath/MathRender/MTMathListBuilder.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTMathListDisplay.swift b/Sources/SwiftMath/MathRender/MTMathListDisplay.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTMathListIndex.swift b/Sources/SwiftMath/MathRender/MTMathListIndex.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTMathUILabel.swift b/Sources/SwiftMath/MathRender/MTMathUILabel.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTTypesetter.swift b/Sources/SwiftMath/MathRender/MTTypesetter.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/MathRender/MTUnicode.swift b/Sources/SwiftMath/MathRender/MTUnicode.swift old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/Asana-Math.otf b/Sources/SwiftMath/mathFonts.bundle/Asana-Math.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/Asana-Math.plist b/Sources/SwiftMath/mathFonts.bundle/Asana-Math.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/Euler-Math.otf b/Sources/SwiftMath/mathFonts.bundle/Euler-Math.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/Euler-Math.plist b/Sources/SwiftMath/mathFonts.bundle/Euler-Math.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.otf b/Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.plist b/Sources/SwiftMath/mathFonts.bundle/FiraMath-Regular.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/Garamond-Math.otf b/Sources/SwiftMath/mathFonts.bundle/Garamond-Math.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/Garamond-Math.plist b/Sources/SwiftMath/mathFonts.bundle/Garamond-Math.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/KpMath-Light.otf b/Sources/SwiftMath/mathFonts.bundle/KpMath-Light.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/KpMath-Light.plist b/Sources/SwiftMath/mathFonts.bundle/KpMath-Light.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.otf b/Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.plist b/Sources/SwiftMath/mathFonts.bundle/KpMath-Sans.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/LICENSE b/Sources/SwiftMath/mathFonts.bundle/LICENSE old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/LeteSansMath.otf b/Sources/SwiftMath/mathFonts.bundle/LeteSansMath.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/LeteSansMath.plist b/Sources/SwiftMath/mathFonts.bundle/LeteSansMath.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.otf b/Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.plist b/Sources/SwiftMath/mathFonts.bundle/LibertinusMath-Regular.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.otf b/Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.plist b/Sources/SwiftMath/mathFonts.bundle/NotoSansMath-Regular.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/OFL.txt b/Sources/SwiftMath/mathFonts.bundle/OFL.txt old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/latinmodern-math.otf b/Sources/SwiftMath/mathFonts.bundle/latinmodern-math.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/latinmodern-math.plist b/Sources/SwiftMath/mathFonts.bundle/latinmodern-math.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/math_table_to_plist.py b/Sources/SwiftMath/mathFonts.bundle/math_table_to_plist.py old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/texgyretermes-math.plist b/Sources/SwiftMath/mathFonts.bundle/texgyretermes-math.plist old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/xits-math.otf b/Sources/SwiftMath/mathFonts.bundle/xits-math.otf old mode 100644 new mode 100755 diff --git a/Sources/SwiftMath/mathFonts.bundle/xits-math.plist b/Sources/SwiftMath/mathFonts.bundle/xits-math.plist old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift b/Tests/SwiftMathTests/ConcurrencyThreadsafeTests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MTFontMathTableV2Tests.swift b/Tests/SwiftMathTests/MTFontMathTableV2Tests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MTFontV2Tests.swift b/Tests/SwiftMathTests/MTFontV2Tests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MTMathListBuilderTests.swift b/Tests/SwiftMathTests/MTMathListBuilderTests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MTMathListTests.swift b/Tests/SwiftMathTests/MTMathListTests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MTTypesetterTests.swift b/Tests/SwiftMathTests/MTTypesetterTests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MathFontTests.swift b/Tests/SwiftMathTests/MathFontTests.swift old mode 100644 new mode 100755 diff --git a/Tests/SwiftMathTests/MathImageTests.swift b/Tests/SwiftMathTests/MathImageTests.swift old mode 100644 new mode 100755 diff --git a/img/FontsPreview.png b/img/FontsPreview.png old mode 100644 new mode 100755 diff --git a/img/FontsPreviewLight.png b/img/FontsPreviewLight.png old mode 100644 new mode 100755 diff --git a/img/amgm-dark.png b/img/amgm-dark.png old mode 100644 new mode 100755 diff --git a/img/amgm-light.png b/img/amgm-light.png old mode 100644 new mode 100755 diff --git a/img/calculus-dark.png b/img/calculus-dark.png old mode 100644 new mode 100755 diff --git a/img/calculus-light.png b/img/calculus-light.png old mode 100644 new mode 100755 diff --git a/img/cases-dark.png b/img/cases-dark.png old mode 100644 new mode 100755 diff --git a/img/cases-light.png b/img/cases-light.png old mode 100644 new mode 100755 diff --git a/img/cauchyintegral-dark.png b/img/cauchyintegral-dark.png old mode 100644 new mode 100755 diff --git a/img/cauchyintegral-light.png b/img/cauchyintegral-light.png old mode 100644 new mode 100755 diff --git a/img/cauchyschwarz-dark.png b/img/cauchyschwarz-dark.png old mode 100644 new mode 100755 diff --git a/img/cauchyschwarz-light.png b/img/cauchyschwarz-light.png old mode 100644 new mode 100755 diff --git a/img/cross-dark.png b/img/cross-dark.png old mode 100644 new mode 100755 diff --git a/img/cross-light.png b/img/cross-light.png old mode 100644 new mode 100755 diff --git a/img/demorgan-dark.png b/img/demorgan-dark.png old mode 100644 new mode 100755 diff --git a/img/demorgan-light.png b/img/demorgan-light.png old mode 100644 new mode 100755 diff --git a/img/gaussintegral-dark.png b/img/gaussintegral-dark.png old mode 100644 new mode 100755 diff --git a/img/gaussintegral-light.png b/img/gaussintegral-light.png old mode 100644 new mode 100755 diff --git a/img/limit-dark.png b/img/limit-dark.png old mode 100644 new mode 100755 diff --git a/img/limit-light.png b/img/limit-light.png old mode 100644 new mode 100755 diff --git a/img/log-dark.png b/img/log-dark.png old mode 100644 new mode 100755 diff --git a/img/log-light.png b/img/log-light.png old mode 100644 new mode 100755 diff --git a/img/long-dark.png b/img/long-dark.png old mode 100644 new mode 100755 diff --git a/img/long-light.png b/img/long-light.png old mode 100644 new mode 100755 diff --git a/img/lorentz-dark.png b/img/lorentz-dark.png old mode 100644 new mode 100755 diff --git a/img/lorentz-light.png b/img/lorentz-light.png old mode 100644 new mode 100755 diff --git a/img/matrixmult-dark.png b/img/matrixmult-dark.png old mode 100644 new mode 100755 diff --git a/img/matrixmult-light.png b/img/matrixmult-light.png old mode 100644 new mode 100755 diff --git a/img/maxwell-dark.png b/img/maxwell-dark.png old mode 100644 new mode 100755 diff --git a/img/maxwell-light.png b/img/maxwell-light.png old mode 100644 new mode 100755 diff --git a/img/quadratic-dark.png b/img/quadratic-dark.png old mode 100644 new mode 100755 diff --git a/img/quadratic-light.png b/img/quadratic-light.png old mode 100644 new mode 100755 diff --git a/img/ramanujan-dark.png b/img/ramanujan-dark.png old mode 100644 new mode 100755 diff --git a/img/ramanujan-light.png b/img/ramanujan-light.png old mode 100644 new mode 100755 diff --git a/img/schroedinger-dark.png b/img/schroedinger-dark.png old mode 100644 new mode 100755 diff --git a/img/schroedinger-light.png b/img/schroedinger-light.png old mode 100644 new mode 100755 diff --git a/img/square-dark.png b/img/square-dark.png old mode 100644 new mode 100755 diff --git a/img/square-light.png b/img/square-light.png old mode 100644 new mode 100755 diff --git a/img/st-dark.png b/img/st-dark.png old mode 100644 new mode 100755 diff --git a/img/st-light.png b/img/st-light.png old mode 100644 new mode 100755 diff --git a/img/standard-dark.png b/img/standard-dark.png old mode 100644 new mode 100755 diff --git a/img/standard-light.png b/img/standard-light.png old mode 100644 new mode 100755 diff --git a/img/stirling-dark.png b/img/stirling-dark.png old mode 100644 new mode 100755 diff --git a/img/stirling-light.png b/img/stirling-light.png old mode 100644 new mode 100755 diff --git a/img/trig-dark.png b/img/trig-dark.png old mode 100644 new mode 100755 diff --git a/img/trig-light.png b/img/trig-light.png old mode 100644 new mode 100755