Re: Create jpg image files of mathematical equations
- To: mathgroup at smc.vnet.net
- Subject: [mg102502] Re: Create jpg image files of mathematical equations
- From: Diana <diana.mecum at gmail.com>
- Date: Tue, 11 Aug 2009 04:06:18 -0400 (EDT)
- References: <h5okvi$sn$1@smc.vnet.net>
A little more clarification of what I am trying to obtain: By special characters, I mean \[Times] for times, \[Divide] for divide, \[LongDash] for minus, etc. So, if I have defined m = 2, and n = 3, for example, I would like to generate m + n = m + n to display 2 + 3 = 6 I would like to be able to name the file based on m and n. For example, for the equation 2 + 3 = 6, I would like to name it 01020306.jpg, where 01 stands for adding, 02 stands for m, 03 stands for n, and 06 stands for m + n. Can someone help? Thanks, Diana On Aug 10, 1:15 am, Diana <diana.me... at gmail.com> wrote: > Hi all, > > I want to quickly create many jpg image files of math facts though 24, > such as > > 12 + 12 = 24 > 30 - 15 = 15 > 3 x 4 = 12 > > I would like to create the files with and without answers, with very > large font, and with an option to choose font and background colors. > > Can someone explain how to export equations, with special characters > for +, - * and /? > > Thank you, > > Diana