From 6da832cd2053ca6e8965fe02ff34fbb640766cc3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 12 Feb 2003 14:04:50 +0000 Subject: [PATCH] forgot the actual mwcls files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6125 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/mwart.layout | 45 ++++++++++++++++++++++++++++++++++++++++ lib/layouts/mwbk.layout | 33 +++++++++++++++++++++++++++++ lib/layouts/mwrep.layout | 27 ++++++++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 lib/layouts/mwart.layout create mode 100644 lib/layouts/mwbk.layout create mode 100644 lib/layouts/mwrep.layout diff --git a/lib/layouts/mwart.layout b/lib/layouts/mwart.layout new file mode 100644 index 0000000000..53e53dbe75 --- /dev/null +++ b/lib/layouts/mwart.layout @@ -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 +# Transposed by Tomasz £uczak +# 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 index 0000000000..728aa5c089 --- /dev/null +++ b/lib/layouts/mwbk.layout @@ -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 +# Transposed by Tomasz £uczak +# 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 index 0000000000..4d2cbb6c88 --- /dev/null +++ b/lib/layouts/mwrep.layout @@ -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 +# Transposed by Tomasz £uczak +# 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 + -- 2.39.5