On Tue, Jan 14, 2003 at 10:15:54PM -0800, Kenward Vaughan wrote:
> My daughter is using Lyx to write a report, and the teacher has a specific
> bibliographic format in mind. Jackie and I have learned on the fly how to
> use the simple system built into Lyx, but it doesn't fit the format.
> 
> What is desired is something like
> 
> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>       XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>       XXXXXXXXXXXXXXXXXXXXXXXXX
>       XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Quick'n'dirty:

\hangindent=2cm
\hangafter=1       % one line not indented

in front of each paragraph. 

Somewhat better:

\def\mybibitem{\hangindent=2cm\hangafter=1 }  once in ERT and \mybibitem
in ERT infront of each paragraph.

You could probably wrap this up into a real list environment but I don't
know how...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to