We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565fba0 commit b389150Copy full SHA for b389150
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### v0.9.4 (2017-05-07)
4
+* Support for color (\\textcolor) (Thanks to Markus)
5
+* Fix issue with cramped style in tables (Thanks to Jacob)
6
+
7
### v0.9.3 (2017-01-22)
8
* Support for changing font styles: (\\mathrm, \\mathcal, \\mathbf etc.)
9
* Support for the \\text command.
iosMath.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "iosMath"
- s.version = "0.9.3"
+ s.version = "0.9.4"
s.summary = "Math equation rendering for iOS and OS X"
s.description = <<-DESC
iosMath is a library for typesetting math formulas in iOS and OS X using
0 commit comments