]> git.lyx.org Git - lyx.git/commitdiff
forgot the actual mwcls files
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Feb 2003 14:04:50 +0000 (14:04 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Feb 2003 14:04:50 +0000 (14:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6125 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/mwart.layout [new file with mode: 0644]
lib/layouts/mwbk.layout [new file with mode: 0644]
lib/layouts/mwrep.layout [new file with mode: 0644]

diff --git a/lib/layouts/mwart.layout b/lib/layouts/mwart.layout
new file mode 100644 (file)
index 0000000..53e53db
--- /dev/null
@@ -0,0 +1,45 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass[mwart]{article (mwart)}
+# mwart textclass definition file. Taken from initial LyX source code
+# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
+# Transposed by Tomasz £uczak <tlu@technodat.com.pl>
+# Heavily modifed and enhanced by serveral developers.
+
+# Input general definitions
+Input stdclass.inc
+
+# There are no chapters in an article.
+NoStyle Chapter
+NoStyle Chapter*
+
+MaxCounter             Counter_Section
+SecNumDepth            3
+TocDepth               3
+
+# Page styles
+ClassOptions
+  PageStyle    empty|plain|outer|headings|myheadings|uheadings|myuheadings
+End
+
+# Change a bit Part and Part*
+Style Part
+  Align                        Left
+  AlignPossible                Left
+  TopSep                2
+  BottomSep             1.5
+
+  Font
+    Size               Larger
+  EndFont
+End
+
+Style Part*
+  Align                        Left
+  AlignPossible                Left
+  TopSep                2
+  BottomSep             1.5
+
+  Font
+    Size               Larger
+  EndFont
+End
diff --git a/lib/layouts/mwbk.layout b/lib/layouts/mwbk.layout
new file mode 100644 (file)
index 0000000..728aa5c
--- /dev/null
@@ -0,0 +1,33 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass[mwart]{book (mwbk)}
+# mwbk textclass definition file. Taken from initial LyX source code
+# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
+# Transposed by Tomasz £uczak <tlu@technodat.com.pl>
+# Heavily modifed and enhanced by serveral developers.
+
+# Input general definitions
+Input stdclass.inc
+
+# Global parameters.
+Sides          2
+
+# Page styles
+ClassOptions
+  PageStyle    empty|plain|outer|headings|myheadings|uheadings|myuheadings
+End
+
+# There is no abstract environment in book.cls
+NoStyle        Abstract
+       
+# a few changes to the bibliography
+Style Bibliography
+  TopSep               4
+  LabelString          Bibliography
+  # label font definition
+  LabelFont 
+    Series             Bold
+    Size               Huge
+  EndFont
+End
+
+
diff --git a/lib/layouts/mwrep.layout b/lib/layouts/mwrep.layout
new file mode 100644 (file)
index 0000000..4d2cbb6
--- /dev/null
@@ -0,0 +1,27 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass[mwrep]{report (mwrep)}
+# mwrep textclass definition file. Taken from initial LyX source code
+# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
+# Transposed by Tomasz £uczak <tlu@technodat.com.pl>
+# Heavily modifed and enhanced by serveral developers.
+
+# Input general definitions
+Input stdclass.inc
+
+# a few changes to the bibliography
+Style Bibliography
+  TopSep               4
+  LabelString          Bibliography
+
+  # label font definition
+  LabelFont 
+    Series             Bold
+    Size               Huge
+  EndFont
+End
+
+# Page styles
+ClassOptions
+  PageStyle    empty|plain|outer|headings|myheadings|uheadings|myuheadings
+End
+