On 7.07.08, Peter Pieczora wrote:
> Sure, here it is.
> #% Do not delete the line below; configure depends on this
> # \DeclareLaTeXClass[quotations]{article (quotations)}
> # Article textclass definition file. Taken from initial LyX source code
> # Quotations text style definition
> Style Quote
...
Do you know, that you only need to define the items that should deviate from
the definition by the included numarticle?
> # QuoteTo text style definition
> Style QuoteTo
> Margin Static
> LatexType Command
> LatexName QuoteTo
This defines a LaTeX command (\QoteTo{<content of paragraph>})
If you want to nest something in it, use:
LatexType Environment
.
GM