Added John's LyX layout.
authorJohn K. Parejko <jkp372@drexel.edu>
Sun, 13 Jun 2010 12:03:32 +0000 (08:03 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 13 Jun 2010 12:05:26 +0000 (08:05 -0400)
Date: Fri, 11 Jun 2010 22:49:57 -0400
From: John K. Parejko
Subject: LyX class

...
Might be handy for you to include.  It probably needs improvements,
but it'll be helpful for anyone else who wants to use LyX for their
thesis.
...

contrib/drexel-thesis.layout [new file with mode: 0644]

diff --git a/contrib/drexel-thesis.layout b/contrib/drexel-thesis.layout
new file mode 100644 (file)
index 0000000..6be6c30
--- /dev/null
@@ -0,0 +1,95 @@
+#% Do not delete the line below; configure depends on this      
+#  \DeclareLaTeXClass[drexel-thesis]{Drexel Thesis}
+
+# Read the definitions from article.layout
+Input book.layout
+
+# This puts these in the listed order on the menu.
+
+Style Abstract
+End
+
+Style Dedication
+End
+
+Style Acknowledgements
+End
+
+Style Vita
+End
+
+# The actual definitions for the various elements.
+# Those not explicitly defined here are taken from Book.
+
+Style Abstract
+   LeftMargin     "MMM"
+   RightMargin    "MMM"
+   ParIndent      "MM"
+   Category FrontMatter
+   LatexType             Environment
+   LatexName abstract
+   Align  Block
+   LabelType      Centered_Top_Environment
+   LabelString "Abstract"
+   Font
+     Size         Normal
+   EndFont
+   LabelFont
+     Series    Bold
+     Size         Normal
+   EndFont
+End
+
+Style Acknowledgements
+   LeftMargin     "MMM"
+   RightMargin    "MMM"
+   ParIndent      "MM"
+   Category FrontMatter
+   LatexType             Environment
+   LatexName acknowledgments
+   Align  Block
+   LabelType      Centered_Top_Environment
+   LabelString "Acknowledgements"
+   Font
+     Size         Normal
+   EndFont
+   LabelFont
+     Series    Bold
+     Size         Normal
+   EndFont
+End
+
+Style Dedication
+   Category FrontMatter
+   LatexType             Environment
+   LatexName dedications
+   LabelType      Centered_Top_Environment
+   Align  Center
+   LabelString "Dedication"
+   Font
+     Size         Normal
+   EndFont
+   LabelFont
+     Series    Bold
+     Size         Normal
+   EndFont
+End
+
+Style Vita
+   LeftMargin     "MMM"
+   RightMargin    "MMM"
+   ParIndent      "MM"
+   Category BackMatter
+   LatexType             Environment
+   LatexName vita
+   Align  Block
+   LabelType      Centered_Top_Environment
+   LabelString "Vita"
+   Font
+     Size         Normal
+   EndFont
+   LabelFont
+     Series    Bold
+     Size         Normal
+   EndFont
+End