[l2h] \scalebox{} does not resize the picture

Ross Moore ross at ics.mq.edu.au
Fri Dec 5 23:58:05 CET 2003


Hello Jozef,

On Fri, 5 Dec 2003, Jozef Riha wrote:

> hi,
>
> when i use \scalebox{}{} function (e. g. \scalebox{1.5}{$\sigma =\frac{F_r}{A_o}$}\\) in my LaTeX document latex2html
> produces image but it is cropped while it does not resize the image exported.

LaTeX2HTML has various mechanisms for applying graphics effects
to individual images; e,g, using the \htmlimage command, from  html.sty.

Alternatively, you can try simple things like:
 $\displaystyle \sigma =\frac{F_r}{A_o}$
or
 \mbox{\scalebox{1.5}{$\sigma =\frac{F_r}{A_o}$}}
or
\(\scalebox{1.5}{$\sigma =\frac{F_r}{A_o}$\)

to get the enlarged size captured within an image.


The question must be asked of "why" are you using \scalebox{1.5}
with inline mathematics ?
How does this add to the meaning to be conveyed by your manuscript?
If it is simply that the \frac is too small, then you should be
using \displaystyle, or \dfrac (from  amsmath.sty).


>
> anyone can fix this?

Hope this helps,

	Ross Moore

>
> cheers,
>
> -- joe
>
>
>
> ________ Information from NOD32 ________
> This message was checked by NOD32 Antivirus System for Linux Mail Server.
> http://www.nod32.com
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> http://tug.org/mailman/listinfo/latex2html
>


More information about the latex2html mailing list