 |
http://www.forkosh.com John Forkosh Asociates, Inc. 285 Stegman Parkway #309 Jersey City, NJ 07305-1498
|
| View previous topic :: View next topic |
| Author |
Message |
pievit
Joined: 16 Mar 2006 Posts: 7
|
Posted: Wed Apr 04, 2007 6:14 am Post subject: Symbols displaysize question ... |
|
|
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 |
|
 |
forkosh Site Admin

Joined: 20 May 2004 Posts: 144 Location: Jersey City, NJ
|
Posted: Fri Apr 06, 2007 6:27 pm Post subject: |
|
|
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 |
|
 |
|
|
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
|