M�ndag 14. januar 2002 17:15, skreiv du:
> Hello,
>
> I would like to write some business letters using a slightly different
> layout than the Letter class allows for.  Basically, everything needs
> to be left-aligned, and paragraphs need to be in block format, as
> opposed to the sender's address and signature being right-aligned.  Is
> there an easy way to accomplish this?

Define easy :)
I'm no expert but while the expert is occupied with the new fix I can give 
you some thought on the subject..

The letter class is controlled by the file (The actual directory differes 
between installation):
/usr/local/share/lyx/layouts/letter.layout

This is a front for several  control files, the one you want is:
/usr/local/share/lyx/layouts/stdletter.inc

In this file the different parts of the layout is set.
If you scroll down to line 32, you see:

# My Address style
Style My_Address
  Margin                Right_Address_Box
  LatexType             Command
  LatexName             address
  ParSkip               0.4
  BottomSep             1.5
  ParSep                1.5
  Align                 Left
  AlignPossible         Left
End

add ", Right, Block, Center" after AlignPossible:
-> 
"AlignPossible         Left, Right,Block,Center"

And you can choose alignment in the layout->paragraph menu

Ingar
-- 
Ingar Pareliussen               

Reply via email to