Herbert Voss wrote:

> Pierre Marc Dumuid wrote:
> 
>> I'd like to make the default fontsize scriptsize, and the default 
>> alignment left.
>> I've tried
>> \renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}
> 
>  > \renewcommand{\marginpar}[1]{\marginpar{{\raggedright\scriptsize #1}}

uups, I don't saw that you produced an endless loop.
do it in this way:

\let\myMargin\marginpar
\renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}

Herbert


-- 
http://www.lyx.org/help/


Reply via email to