http://www.forkosh.com Forum Index http://www.forkosh.com
John Forkosh Asociates, Inc.
285 Stegman Parkway #309
Jersey City, NJ 07305-1498
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Symbols displaysize question ...

 
Post new topic   Reply to topic    http://www.forkosh.com Forum Index -> mimeTeX
View previous topic :: View next topic  
Author Message
pievit



Joined: 16 Mar 2006
Posts: 7

PostPosted: Wed Apr 04, 2007 6:14 am    Post subject: Symbols displaysize question ... Reply with quote

Hi John,
I've used displaysize=2 command in order to compile mimetex code;
I've produced my mimetex.cgi script;
when I use it, I've noticed, while text is displayed correctly (that is with size=2), the operators (like +,-,*,\pm,\div) are displayed always same way.
Is there a way to resize them too?

Otherwise my script generates equations with different size for text and symbols.

Thank you in advance.
pv
Back to top
View user's profile Send private message
forkosh
Site Admin


Joined: 20 May 2004
Posts: 144
Location: Jersey City, NJ

PostPosted: Fri Apr 06, 2007 6:27 pm    Post subject: Reply with quote

I'm not exactly sure what you're trying to achieve. But maybe you wanted DEFAULTSIZE rather than DISPLAYSIZE. I take it from your post that you compiled mimetex like
Code:
cc -DAA -DDISPLAYSIZE=2 mimetex.c gifsave.c -o mimetex.cgi

If that's what you did, then try
Code:
cc -DAA -DDEFAULTSIZE=2 mimetex.c gifsave.c -o mimetex.cgi

instead, and see if that's what you really wanted. One thing that confuses me is that you say "text is displayed correctly". Does "correctly" mean that text size got smaller? Text size shouldn't change if you'd compiled mimetex with the DISPLAYSIZE option. Try rereading DEFAULTSIZE and DISPLAYSIZE discussions under http://www.forkosh.com/mimetexmanual.html?options
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    http://www.forkosh.com Forum Index -> mimeTeX All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group