genki / texvc

The wrapper utility for texvc command to generate images of mathematical expressions.

This URL has Read+Write access

texvc / README
100644 37 lines (19 sloc) 0.597 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
= 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::