Paul E Johnson wrote:
>
> I don't know what document class to use. I also need numbered
> paragraphs that are like the "hanging" paragraphs in MS WORD, with the
> first line at the margin and following lines indented. I want the end
> result like so. (I have used tabs to try to illustrate desired spacing)
>
> Paul Johnson
> Pols 707 Research Methods II
>
> Textbooks:
> name, book, author
> name, book, author
>
copy the following lyx-layout as myStyles.inc into ~/.lyx/layouts
and insert in ~/.lyx/layouts/stdclass.inc a line
Input myStyles.inc
start lyx new and you can choose the format HangIndent, it's in
color blue and gives what you want. With ctrl-enter you'll get
a new paragraph with same indentation.
Herbert
Style HangIndent
Margin First_Dynamic
LatexType Command
LatexName myHangIndent
NextNoIndent 1
# LabelType Manual
LeftMargin MMN
ParSkip 0.4
TopSep 1.5
BottomSep 0.7
ParSep 0.3
Align Block
AlignPossible Block, Left
Font
Shape Normal
Color blue
EndFont
Preamble
\newenvironment{HangIndent}
{\list{}{%
\setlength\leftmargin{1.5cm}% leftmargin
\itemindent-\leftmargin}\item{}}
{\endlist}
\newcommand\myHangIndent[1]{
\begin{HangIndent} #1
\end{HangIndent}
}
EndPreamble
End
>
> --
> Paul E. Johnson email: [EMAIL PROTECTED]
> Dept. of Political Science http://lark.cc.ukans.edu/~pauljohn
> University of Kansas Office: (785) 864-9086
> Lawrence, Kansas 66045 FAX: (785) 864-5700
--
[EMAIL PROTECTED]
http://perce.de/lyx/