Figure size
-
Hello,
I’m using your LaTeX2HTML plugin and it is great! Thank you.
I was wondering if it is possible to set the size of a figure in figure environment. It seems to always be the size of the column. That is to say, the following code:\begin{figure}[!htpb]
\includegraphics[width=0.5\columnwidth]{myfig.jpg}
\caption{Hello world}
\end{figure}produces the same results as
\begin{figure}[!htpb]
\includegraphics{myfig.jpg}
\caption{Hello world}
\end{figure}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Figure size’ is closed to new replies.