Skip to content

Commit

Permalink
Added omml tests and bumped version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Jan 7, 2012
1 parent df9509f commit 5cc84fa
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions texmath.cabal
@@ -1,5 +1,5 @@
Name: texmath
Version: 0.5.0.4
Version: 0.6
Cabal-Version: >= 1.6
Build-type: Custom
Synopsis: Conversion of LaTeX math formulas to MathML or OMML.
Expand All @@ -24,39 +24,39 @@ Maintainer: jgm@berkeley.edu
Homepage: http://github.com/jgm/texmath
Data-Files: cgi/texmath.xhtml,
tests/runtests.sh,
tests/01.tex, tests/01.xhtml,
tests/02.tex, tests/02.xhtml,
tests/03.tex, tests/03.xhtml,
tests/04.tex, tests/04.xhtml,
tests/05.tex, tests/05.xhtml,
tests/06.tex, tests/06.xhtml,
tests/07.tex, tests/07.xhtml,
tests/08.tex, tests/08.xhtml,
tests/09.tex, tests/09.xhtml,
tests/10.tex, tests/10.xhtml,
tests/11.tex, tests/11.xhtml,
tests/12.tex, tests/12.xhtml,
tests/13.tex, tests/13.xhtml,
tests/14.tex, tests/14.xhtml,
tests/15.tex, tests/15.xhtml,
tests/16.tex, tests/16.xhtml,
tests/17.tex, tests/17.xhtml,
tests/18.tex, tests/18.xhtml,
tests/19.tex, tests/19.xhtml,
tests/axiom_of_power_set.tex, tests/axiom_of_power_set.xhtml,
tests/binomial_coefficient.tex, tests/binomial_coefficient.xhtml,
tests/complex_number.tex, tests/complex_number.xhtml,
tests/deMorgans_law.tex, tests/deMorgans_law.xhtml,
tests/differentiable_manifold.tex, tests/differentiable_manifold.xhtml,
tests/divergence.tex, tests/divergence.xhtml,
tests/moore_determinant.tex, tests/moore_determinant.xhtml,
tests/quadratic_formula.tex, tests/quadratic_formula.xhtml,
tests/schwinger_dyson.tex, tests/schwinger_dyson.xhtml,
tests/sophomores_dream.tex, tests/sophomores_dream.xhtml,
tests/sphere_volume.tex, tests/sphere_volume.xhtml,
tests/unicode.tex, tests/unicode.xhtml
tests/ensuremath.tex, tests/ensuremath.xhtml
tests/macros.tex, tests/macros.xhtml
tests/01.tex, tests/01.xhtml, tests/01.omml,
tests/02.tex, tests/02.xhtml, tests/02.omml,
tests/03.tex, tests/03.xhtml, tests/03.omml,
tests/04.tex, tests/04.xhtml, tests/04.omml,
tests/05.tex, tests/05.xhtml, tests/05.omml,
tests/06.tex, tests/06.xhtml, tests/06.omml,
tests/07.tex, tests/07.xhtml, tests/07.omml,
tests/08.tex, tests/08.xhtml, tests/08.omml,
tests/09.tex, tests/09.xhtml, tests/09.omml,
tests/10.tex, tests/10.xhtml, tests/10.omml,
tests/11.tex, tests/11.xhtml, tests/11.omml,
tests/12.tex, tests/12.xhtml, tests/12.omml,
tests/13.tex, tests/13.xhtml, tests/13.omml,
tests/14.tex, tests/14.xhtml, tests/14.omml,
tests/15.tex, tests/15.xhtml, tests/15.omml,
tests/16.tex, tests/16.xhtml, tests/16.omml,
tests/17.tex, tests/17.xhtml, tests/17.omml,
tests/18.tex, tests/18.xhtml, tests/18.omml,
tests/19.tex, tests/19.xhtml, tests/19.omml,
tests/axiom_of_power_set.tex, tests/axiom_of_power_set.xhtml, tests/axiom_of_power_set.omml,
tests/binomial_coefficient.tex, tests/binomial_coefficient.xhtml, tests/binomial_coefficient.omml,
tests/complex_number.tex, tests/complex_number.xhtml, tests/complex_number.omml,
tests/deMorgans_law.tex, tests/deMorgans_law.xhtml, tests/deMorgans_law.omml,
tests/differentiable_manifold.tex, tests/differentiable_manifold.xhtml, tests/differentiable_manifold.omml,
tests/divergence.tex, tests/divergence.xhtml, tests/divergence.omml,
tests/moore_determinant.tex, tests/moore_determinant.xhtml, tests/moore_determinant.omml,
tests/quadratic_formula.tex, tests/quadratic_formula.xhtml, tests/quadratic_formula.omml,
tests/schwinger_dyson.tex, tests/schwinger_dyson.xhtml, tests/schwinger_dyson.omml,
tests/sophomores_dream.tex, tests/sophomores_dream.xhtml, tests/sophomores_dream.omml,
tests/sphere_volume.tex, tests/sphere_volume.xhtml, tests/sphere_volume.omml,
tests/unicode.tex, tests/unicode.xhtml, tests/unicode.omml,
tests/ensuremath.tex, tests/ensuremath.xhtml, tests/ensuremath.omml,
tests/macros.tex, tests/macros.xhtml, tests/macros.omml

Source-repository head
type: git
Expand Down

0 comments on commit 5cc84fa

Please sign in to comment.