Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 committed Dec 5, 2018
1 parent 237dd00 commit 573154b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions CSharpMath.Forms/CSharpMath.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageVersion>0.1.3</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<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>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions CSharpMath.Ios/CSharpMath.Ios.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<PackOnBuild>true</PackOnBuild>
<PackageId>CSharpMath.Ios</PackageId>
<PackageVersion>0.1.3</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<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>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display;ios;xamarin</PackageTags>
<Title>CSharpMath.Ios</Title>
<Description>The iOS front end for CSharpMath.</Description>
Expand All @@ -28,7 +28,7 @@
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions CSharpMath.Rendering/CSharpMath.Rendering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<!--NuGet Properties-->
<PackOnBuild>true</PackOnBuild>
<PackageId>CSharpMath.Rendering</PackageId>
<PackageVersion>0.1.3</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<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>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
<Title>CSharpMath.Rendering</Title>
<Description>Rendering interface fror CSharpMath using the Typography library.</Description>
Expand All @@ -24,7 +24,7 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions CSharpMath.SkiaSharp/CSharpMath.SkiaSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<TargetFramework>netstandard1.3</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageVersion>0.1.3</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<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>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions CSharpMath.Utils.NuGet/ReleaseData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<ReleaseData>
<_Global->
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageVersion>0.1.3</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<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>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
7 changes: 4 additions & 3 deletions CSharpMath/CSharpMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<Authors>CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder)</Authors>
<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>
<PackageReleaseNotes>The 0.1.3 SkiaSharp Update fixes the incorrectly calculated descent of large operators' lower limits.</PackageReleaseNotes>
<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>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/verybadcat/CSharpMath.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/verybadcat/CSharpMath</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/verybadcat/CSharpMath/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>© CSharpMath Contributors 2018</Copyright>
<PackageTags>math;mathematics;mathematical;formula;equation;equations;expression;tex;latex;render;rendering;display</PackageTags>
<PackageVersion>0.1.3</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<RepositoryBranch>master</RepositoryBranch>
<RepositoryCommit>0ef9dc610592f064c3e8d22b8ea345170125e2e1</RepositoryCommit>
<RepositoryCommit>237dd00dedfe21006e0181d8b45d59d2a652ec9a</RepositoryCommit>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://raw.githubusercontent.com/verybadcat/CSharpMath/master/Icon.png</PackageIconUrl>
<PackageId>CSharpMath</PackageId>
Expand All @@ -38,6 +38,7 @@
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.5.0" />
<PackageReference Include="System.Memory" Version="4.5.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
</ItemGroup>
<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'" />
</Project>
2 changes: 1 addition & 1 deletion CSharpMath/Typesetting/Typesetter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private void _CreateDisplayAtoms(List<IMathAtom> preprocessedAtoms) {
var displayRad = MakeRadical(rad.Radicand, rad.IndexRange);
if (rad.Degree != null) {
// add the degree to the radical
var degree = CreateLine(rad.Degree, _font, _context, LineStyle.Script);
var degree = CreateLine(rad.Degree, _styleFont, _context, LineStyle.Script);
displayRad.SetDegree(degree, _styleFont, _mathTable);
}
_displayAtoms.Add(displayRad);
Expand Down

0 comments on commit 573154b

Please sign in to comment.