Skip to content

Commit 573154b

Browse files
committed
v0.1.4
1 parent 237dd00 commit 573154b

7 files changed

Lines changed: 20 additions & 19 deletions

File tree

CSharpMath.Forms/CSharpMath.Forms.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
55
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
6-
<PackageVersion>0.1.3</PackageVersion>
6+
<PackageVersion>0.1.4</PackageVersion>
77
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
8-
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
8+
<PackageReleaseNotes>The 0.1.4 SkiaSharp Update fixes the incorrect font size of radical degrees, and not being able to build on .NET Native.</PackageReleaseNotes>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
1111
<RepositoryBranch>master</RepositoryBranch>
12-
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
12+
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
1313
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>

CSharpMath.Ios/CSharpMath.Ios.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<NuGetPackageImportStamp></NuGetPackageImportStamp>
1515
<PackOnBuild>true</PackOnBuild>
1616
<PackageId>CSharpMath.Ios</PackageId>
17-
<PackageVersion>0.1.3</PackageVersion>
17+
<PackageVersion>0.1.4</PackageVersion>
1818
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
1919
<NeutralLanguage>en</NeutralLanguage>
2020
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
2121
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
22-
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
22+
<PackageReleaseNotes>The 0.1.4 SkiaSharp Update fixes the incorrect font size of radical degrees, and not being able to build on .NET Native.</PackageReleaseNotes>
2323
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display;ios;xamarin</PackageTags>
2424
<Title>CSharpMath.Ios</Title>
2525
<Description>The iOS front end for CSharpMath.</Description>
@@ -28,7 +28,7 @@
2828
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
2929
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
3030
<RepositoryBranch>master</RepositoryBranch>
31-
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
31+
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
3232
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3333
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
3434
</PropertyGroup>

CSharpMath.Rendering/CSharpMath.Rendering.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<!--NuGet Properties-->
1212
<PackOnBuild>true</PackOnBuild>
1313
<PackageId>CSharpMath.Rendering</PackageId>
14-
<PackageVersion>0.1.3</PackageVersion>
14+
<PackageVersion>0.1.4</PackageVersion>
1515
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
1616
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
18-
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
18+
<PackageReleaseNotes>The 0.1.4 SkiaSharp Update fixes the incorrect font size of radical degrees, and not being able to build on .NET Native.</PackageReleaseNotes>
1919
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
2020
<Title>CSharpMath.Rendering</Title>
2121
<Description>Rendering interface fror CSharpMath using the Typography library.</Description>
@@ -24,7 +24,7 @@
2424
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
2525
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
2626
<RepositoryBranch>master</RepositoryBranch>
27-
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
27+
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
2828
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2929
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
3030
</PropertyGroup>

CSharpMath.SkiaSharp/CSharpMath.SkiaSharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<TargetFramework>netstandard1.3</TargetFramework>
44
<LangVersion>latest</LangVersion>
55
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
6-
<PackageVersion>0.1.3</PackageVersion>
6+
<PackageVersion>0.1.4</PackageVersion>
77
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
8-
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
8+
<PackageReleaseNotes>The 0.1.4 SkiaSharp Update fixes the incorrect font size of radical degrees, and not being able to build on .NET Native.</PackageReleaseNotes>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
1111
<RepositoryBranch>master</RepositoryBranch>
12-
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
12+
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
1313
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>

CSharpMath.Utils.NuGet/ReleaseData.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<ReleaseData>
33
<_Global->
44
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
5-
<PackageVersion>0.1.3</PackageVersion>
5+
<PackageVersion>0.1.4</PackageVersion>
66
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
7-
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
7+
<PackageReleaseNotes>The 0.1.4 SkiaSharp Update fixes the incorrect font size of radical degrees, and not being able to build on .NET Native.</PackageReleaseNotes>
88
<RepositoryType>git</RepositoryType>
99
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
1010
<RepositoryBranch>master</RepositoryBranch>
11-
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
11+
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
1212
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1414
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>

CSharpMath/CSharpMath.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
66
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
77
<Description>C# LaTeX math rendering engine core. Can display beautiful math equations and symbols. Needs a front end to function. Currently, front ends exist for iOS, SkiaSharp and Xamarin.Forms.</Description>
8-
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
8+
<PackageReleaseNotes>The 0.1.4 SkiaSharp Update fixes the incorrect font size of radical degrees, and not being able to build on .NET Native.</PackageReleaseNotes>
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
1111
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
1212
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
1313
<Copyright>© CSharpMath Contributors 2018</Copyright>
1414
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
15-
<PackageVersion>0.1.3</PackageVersion>
15+
<PackageVersion>0.1.4</PackageVersion>
1616
<RepositoryBranch>master</RepositoryBranch>
17-
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
17+
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1919
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
2020
<PackageId>CSharpMath</PackageId>
@@ -38,6 +38,7 @@
3838
<ItemGroup>
3939
<PackageReference Include="System.Buffers" Version="4.5.0" />
4040
<PackageReference Include="System.Memory" Version="4.5.1" />
41+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
4142
</ItemGroup>
4243
<Import Project="..\packages\NuGet.Build.Packaging.0.2.2\build\NuGet.Build.Packaging.targets" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.2\build\NuGet.Build.Packaging.targets') And '$(Configuration)' == 'Release-iOS'" />
4344
</Project>

CSharpMath/Typesetting/Typesetter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private void _CreateDisplayAtoms(List<IMathAtom> preprocessedAtoms) {
134134
var displayRad = MakeRadical(rad.Radicand, rad.IndexRange);
135135
if (rad.Degree != null) {
136136
// add the degree to the radical
137-
var degree = CreateLine(rad.Degree, _font, _context, LineStyle.Script);
137+
var degree = CreateLine(rad.Degree, _styleFont, _context, LineStyle.Script);
138138
displayRad.SetDegree(degree, _styleFont, _mathTable);
139139
}
140140
_displayAtoms.Add(displayRad);

0 commit comments

Comments
 (0)