On Mon, Feb 11, 2002 at 10:55:45PM +0000, Al Niessner wrote:
> 1) How do I define the paragraph after the caption to be "small"
> standard rather than "no change" standard? Right now I have to go
Add the following line to the preamble:
\usepackage[small]{caption2}
>
> 2) I want lyx-code to be small as well. How do I set that?
>
Add the following lines to the preamble:
\newenvironment{lyxcode}
{\begin{list}{}{
\small
\setlength{\rightmargin}{\leftmargin}
\raggedright
\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}
\normalfont\ttfamily}%
\item[]}
{\end{list}}