Hi Oliver!

>
> Ok. It�s nothing special, sofar. I implemented the standard style and the title
> style, only. As I mentioned in my 1st posting, my overrides are displayed in
> the Lyx window, but not within the final printout of the doucment. The layout
> file is mostly copied from other layouts.
> 
> Thanks for your help
> 

Ok I had a look in your layout file and am sending you now the same layout
with some modifications. Mostly it is the font-size definition and also that
I removed entries you left the same as in the article class and included the
article layout! Have a look it's this way you should define your layout 
classes.

Now good but all this does not solve your problem :). The problem you have
that you want to redefine stuff from the std-article-class and for doing
this you have to know LaTeX and make your own LaTeX-class-file!!! LyX uses
LaTeX for producing it's documents and LaTeX is always the base for all
new styles! I'm sorry, but you have to solve this first in a LaTeX way and
then you're able to define your own layout-files in LyX.

Greets J�rgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. J�rgen Vigna                      E-Mail: [EMAIL PROTECTED]
Gerbergasse 60                        Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-970042
ITALY                                 Web:    http://www.sad.it/~jug

Children are natural mimic who act like their parents despite every
effort to teach them good manners.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
#% Do not delete he line below; configure depends on this
#  \DeclareLaTeXClass[article]{dspreport}
# DSP Solutions technical report layout
# Author : Oliver Eichler <[EMAIL PROTECTED]>
#
# This include files contains various standard environments for lists,
# quotations and such.

Input article.layout

ClassOptions
  FontSize      15|18|20|25|30
End  

# Standard style definition
Style Standard
  AlignPossible         Block
  LabelType             No_Label
  Font
    Size                Normal
    Family              Sans
  EndFont
End


# Title style definition
Style Title
  ItemSep               30
  Font 
    Size                Normal
    Family              Sans
    Series              Bold
  EndFont
End

Reply via email to