public
Description: The wrapper utility for texvc command to generate images of mathematical expressions.
Homepage:
Clone URL: git://github.com/genki/texvc.git
genki (author)
Sun Jul 20 14:49:45 -0700 2008
commit  f15fe056e22428bcec29c8af28b2591625adff7b
tree    bf223fb8b61cc7cbd2a2fbb74b9a5857f26bacd1
parent  195ca4675f7caaede2225fcb97ada701db53335f
texvc /
name age message
file .gitignore Loading commit data...
file ChangeLog
file README
file Rakefile
directory lib/
directory test/
file texvc.gemspec
README
= texvc

  The wrapper utility for texvc command

== Description

  You can get the rendered image of an mathematical expression through this
  utility.

== Installation

  You need to install texvc command before using this utility.
  The command typically belongs to the package of mediawiki-math.

=== Archive Installation

  rake install

=== Gem Installation

  gem install texvc


== Features/Problems


== Synopsis

  Texvc.parse('y=x^2') # => an instance of Magick::Image

== Copyright

Author::    Genki Takiuchi <genki@s21g.com>
Copyright:: Copyright (c) 2008 Genki Takiuchi
License::