Rainer Dorsch wrote:
>
> can I do soemthing like this in LyX (without typing plain LaTeX)?
>
> \subfigure[...]{\hspace{10bp}\includegraphics[width=1in]{...}\hspace{10bp}}
in preamble:
\let\mysubfigure\subfigure
\renewcommand\subfigure[2][]{%
\hspace{10bp}\mysubfigure[#1]{#2}\hspace{10bp}%
}
> or
>
> \subfigure[...]{\hbox to 92bp{%
> \hfil
> \includegraphics[width=1in]{...}%
> \hfil}}
nearly the same
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/
- Insert hspace in subfigure Rainer Dorsch
- Re: Insert hspace in subfigure Herbert Voss
- Re: Insert hspace in subfigure Rainer Dorsch
- Re: Insert hspace in subfigure Dekel Tsur
