From bed3fbf950bd3cfa61668e2e7c7fdeebec9d5402 Mon Sep 17 00:00:00 2001 From: "John K. Parejko" Date: Tue, 12 Oct 2010 16:45:10 -0400 Subject: [PATCH] Added LyX layout drexel-thesis.layout. --- drexel-thesis.layout | 95 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 drexel-thesis.layout diff --git a/drexel-thesis.layout b/drexel-thesis.layout new file mode 100644 index 0000000..c0e180d --- /dev/null +++ b/drexel-thesis.layout @@ -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 thesisabstract + 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 -- 2.26.2