public
Description: The wrapper utility for texvc command to generate images of mathematical expressions.
Homepage:
Clone URL: git://github.com/genki/texvc.git
texvc /
name age message
file .gitignore Sat Jul 19 01:59:26 -0700 2008 First commit [genki]
file ChangeLog Sat Jul 19 02:04:59 -0700 2008 Updated docs. [genki]
file README Sat Jul 19 02:08:26 -0700 2008 Updated the doc. [genki]
file Rakefile Sun Jul 20 14:49:45 -0700 2008 Fixed a bug in Rakefile. [genki]
directory lib/ Sun Jul 20 15:00:42 -0700 2008 Updated version for releasing on the Rubyforge. [genki]
directory test/ Sat Jul 19 02:28:35 -0700 2008 Added a test. [genki]
file texvc.gemspec Sun Jul 20 15:00:42 -0700 2008 Updated version for releasing on the Rubyforge. [genki]
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::