John Levon wrote:
> On Tue, Jul 30, 2002 at 09:24:08PM +0200, Juergen Spitzmueller wrote:
> > However, this is what I've added:
>
> -ENOAPPENDAGE

True. The first mail went out by accident and the second (complete) didn't 
went through. However, here's what I've added and the patch.

- \addpart (similar to \addchap, \addsec)
        there's also an \addpart*, but it is identical with \part*
- \dictum[author]{dictum}
        adds a nice formatted dictum e.g. underneath a chapter;
        the author argument is unsupported unless there are
        kind of "short caption/section" insets
- \captionabove
        Gives captions above objects better position
- \captionbelow 

Please try.
You'll need the most recent stable KOMA release (2.8q).

There is also a totally new scrletter class, but I have no experiences with 
it, so I left it.

Thanks,
J�rgen.


Index: lib/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v
retrieving revision 1.258
diff -u -r1.258 ChangeLog
--- lib/ChangeLog	2002/07/30 17:14:15	1.258
+++ lib/ChangeLog	2002/07/30 19:11:34
@@ -1,3 +1,7 @@
+2002-07-30  Juergen Spitzmueller  <[EMAIL PROTECTED]>
+
+	* layouts/scrclass.inc: Add new environments of KOMA v2.8q
+
 2002-07-30  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs
Index: lib/layouts/scrclass.inc
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/layouts/scrclass.inc,v
retrieving revision 1.3
diff -u -r1.3 scrclass.inc
--- lib/layouts/scrclass.inc	2002/03/03 11:15:27	1.3
+++ lib/layouts/scrclass.inc	2002/07/30 19:11:35
@@ -1,6 +1,8 @@
 # KOMA script textclass definition file.
 # Base definitions for the KOMA script layouts.
 # Bernd Rellermeyer <[EMAIL PROTECTED]>, 1998/7/23.
+# Update for Koma Script Release 2.8q
+# Juergen Spitzmueller <[EMAIL PROTECTED]>, 2002/7/30.
 
 # General textclass parameters
 SecNumDepth             2
@@ -100,6 +102,12 @@
 
 Input stdstarsections.inc
 
+# Addpart Style Definition
+Style Addpart
+  CopyStyle             Part*
+  LatexName             addpart
+End
+
 # Addchap Style Definition
 Style Addchap
   CopyStyle             Chapter*
@@ -191,7 +199,7 @@
   Align                 Left
   AlignPossible         Left
 
-  Font 
+  Font
     Size                Normal
   EndFont
 End
@@ -231,5 +239,42 @@
 End
 
 Input stdlayouts.inc
+
+# Modify Caption
+Style Caption
+  LabelFont
+    Family              Sans
+    Series		Bold
+  EndFont
+End
+
+# Captionabove style definition
+Style Captionabove
+  CopyStyle		Caption
+  LatexName		captionabove
+End
+
+# Captionbelow style definition
+Style Captionbelow
+  CopyStyle		Caption
+  LatexName		captionbelow
+End
+
+# Dictum style definition
+Style Dictum
+  Margin		Right_Address_Box
+  LatexType		Command
+  LatexName		dictum
+  ParSkip		0.4
+  BottomSep		1.5
+  ParSep		1.5
+  Align			Left
+  AlignPossible		Left
+  
+  Font
+    Size                Normal
+  EndFont
+End
+
 Input lyxmacros.inc
 Input scrmacros.inc

Reply via email to