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/

Reply via email to