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

Small improvements in docs #475

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ Merged all the patches from the Launchpad repository (see #3 for a full list). T
- Addition of SVG rendering functionality

## [0.1.0] - 2017-02-11
This was the initially published version. It consisted entirely of the original code from the Launchpad project site.
This was the initially published version. It consisted of the original code from the Launchpad project site (but only the version for .NET 4 was published).

The features included more or less correspond to what was available in [JMathTex](https://jmathtex.sourceforge.net/), as the project started as a .NET port of that.

Read more at [the licensing history](docs/licensing-history.md) document.

[docs.colors]: docs/colors.md

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ We're very grateful to JMathTeX authors for their work and allowing to redistrib
[avalonia]: https://avaloniaui.net/
[dotnet-sdk]: https://dotnet.microsoft.com/download
[github]: https://github.com/ForNeVeR/xaml-math
[jmathtex]: http://jmathtex.sourceforge.net/
[knuth-license]: http://ctan.org/license/knuth
[jmathtex]: https://jmathtex.sourceforge.net/
[knuth-license]: https://ctan.org/license/knuth
[launchpad]: https://launchpad.net/wpf-math
[msbuild]: https://github.com/Microsoft/msbuild
[nuget-avalonia]: https://www.nuget.org/packages/AvaloniaMath/
Expand Down
2 changes: 1 addition & 1 deletion docs/licensing-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Here's the reply of Prof. Coolsaet:

If you need access to the actual email headers of these messages to verify their validity, please contact the maintainer of this project directly at [email protected], or Prof. Coolsaet himself (please find contacts on [JMathTeX site][jmathtex]).

[jmathtex]: http://jmathtex.sourceforge.net/
[jmathtex]: https://jmathtex.sourceforge.net/
4 changes: 4 additions & 0 deletions docs/matrices.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ There're two matrix types supported:
There's also a matrix-like construct:

- `\cases`: for piecewise functions etc

See also the documentation on [environments][].

[environments]: environments.md
2 changes: 1 addition & 1 deletion src/XamlMath.Shared/Data/DefaultTexFont.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DefaultTexFont.xml
=========================================================================
This file was originally a part of the JMathTeX Library - http://jmathtex.sourceforge.net
This file was originally a part of the JMathTeX Library - https://jmathtex.sourceforge.net

Copyright (C) 2004-2007 Universiteit Gent

Expand Down
2 changes: 1 addition & 1 deletion src/XamlMath.Shared/Data/GlueSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
GlueSettings.xml
=========================================================================
This file was originally a part of the JMathTeX Library - http://jmathtex.sourceforge.net
This file was originally a part of the JMathTeX Library - https://jmathtex.sourceforge.net

Copyright (C) 2004-2007 Universiteit Gent

Expand Down
4 changes: 2 additions & 2 deletions src/XamlMath.Shared/Data/PredefinedTexFormulas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
PredefinedTexFormulas.xml
=========================================================================
This file was originally a part of the JMathTeX Library - http://jmathtex.sourceforge.net
This file was originally a part of the JMathTeX Library - https://jmathtex.sourceforge.net

Copyright (C) 2004-2007 Universiteit Gent

Expand Down Expand Up @@ -383,7 +383,7 @@
</MethodInvocation>
<Return name="f" />
</Formula>

<Formula name="tanh" enabled="true">
<CreateFormula name="f" />
<MethodInvocation name="AddOperator" formula="f">
Expand Down
2 changes: 1 addition & 1 deletion src/XamlMath.Shared/Data/TexFormulaSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
TexFormulaSettings.xml
=========================================================================
This file was originally a part of the JMathTeX Library - http://jmathtex.sourceforge.net
This file was originally a part of the JMathTeX Library - https://jmathtex.sourceforge.net

Copyright (C) 2004-2007 Universiteit Gent

Expand Down
2 changes: 1 addition & 1 deletion src/XamlMath.Shared/Data/TexSymbols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
TexSymbols.xml
=========================================================================
This file was originally a part of the JMathTeX Library - http://jmathtex.sourceforge.net
This file was originally a part of the JMathTeX Library - https://jmathtex.sourceforge.net

Copyright (C) 2004-2007 Universiteit Gent

Expand Down
Loading