From 5656de545d8bbffd30aa135c669e73b51ed483a2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Jun 2010 08:13:35 -0400 Subject: [PATCH] Added contrib to Makefile and cleaned up indentation in drexel-thesis.layout --- Makefile | 5 ++- contrib/drexel-thesis.layout | 82 ++++++++++++++++++------------------ 2 files changed, 45 insertions(+), 42 deletions(-) diff --git a/Makefile b/Makefile index 0c20966..af44ad4 100644 --- a/Makefile +++ b/Makefile @@ -44,16 +44,19 @@ CLASS_FILES = Makefile README drexel-thesis.dtx drexel-thesis.ins \ EXAMPLE_FILES = template.tex example.tex example-draft.tex drexel-logo.pdf \ example-1.tex example-a.tex example-ref.bib \ example.pdf example-draft.pdf +EXTRA_FILES = contrib USEFUL_PACKAGES = blindtext.sty draftmark.sty etextools.sty etoolbox.sty \ floatrow.sty forloop.sty fr-subfig.sty lastpage.sty ltxnew.sty \ pagerange.sty tocloft.sty xifthen.sty -drexel-thesis.tar.gz : $(CLASS_FILES) $(EXAMPLE_FILES) $(USEFUL_PACKAGES) +drexel-thesis.tar.gz : $(CLASS_FILES) $(EXAMPLE_FILES) $(EXTRA_FILES) \ + $(USEFUL_PACKAGES) rm -f $@ mkdir drexel-thesis cp -p $(CLASS_FILES) drexel-thesis/ mkdir drexel-thesis/examples cp -p $(EXAMPLE_FILES) drexel-thesis/examples/ + cp -rp $(EXTRA_FILES) drexel-thesis/ mkdir drexel-thesis/packages cp -p $(USEFUL_PACKAGES) drexel-thesis/packages/ tar -chozf $@ drexel-thesis diff --git a/contrib/drexel-thesis.layout b/contrib/drexel-thesis.layout index 6be6c30..31694c0 100644 --- a/contrib/drexel-thesis.layout +++ b/contrib/drexel-thesis.layout @@ -1,10 +1,10 @@ #% Do not delete the line below; configure depends on this # \DeclareLaTeXClass[drexel-thesis]{Drexel Thesis} -# Read the definitions from article.layout +# Read the definitions from book.layout Input book.layout -# This puts these in the listed order on the menu. +# Put environments in the listed order on the menu. Style Abstract End @@ -18,78 +18,78 @@ End Style Vita End -# The actual definitions for the various elements. -# Those not explicitly defined here are taken from Book. +# Define 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 + LeftMargin "MMM" + RightMargin "MMM" + ParIndent "MM" + Category FrontMatter + LatexType Environment + LatexName abstract + Align Block + LabelType Centered_Top_Environment LabelString "Abstract" Font - Size Normal + Size Normal EndFont LabelFont Series Bold - Size Normal + Size Normal EndFont End Style Acknowledgements - LeftMargin "MMM" - RightMargin "MMM" - ParIndent "MM" - Category FrontMatter - LatexType Environment - LatexName acknowledgments - Align Block - LabelType Centered_Top_Environment + LeftMargin "MMM" + RightMargin "MMM" + ParIndent "MM" + Category FrontMatter + LatexType Environment + LatexName acknowledgments + Align Block + LabelType Centered_Top_Environment LabelString "Acknowledgements" Font - Size Normal + Size Normal EndFont LabelFont Series Bold - Size Normal + Size Normal EndFont End Style Dedication - Category FrontMatter - LatexType Environment - LatexName dedications - LabelType Centered_Top_Environment - Align Center + Category FrontMatter + LatexType Environment + LatexName dedications + LabelType Centered_Top_Environment + Align Center LabelString "Dedication" Font - Size Normal + Size Normal EndFont LabelFont Series Bold - Size Normal + Size Normal EndFont End Style Vita - LeftMargin "MMM" - RightMargin "MMM" - ParIndent "MM" - Category BackMatter - LatexType Environment - LatexName vita - Align Block - LabelType Centered_Top_Environment + LeftMargin "MMM" + RightMargin "MMM" + ParIndent "MM" + Category BackMatter + LatexType Environment + LatexName vita + Align Block + LabelType Centered_Top_Environment LabelString "Vita" Font - Size Normal + Size Normal EndFont LabelFont Series Bold - Size Normal + Size Normal EndFont End -- 2.26.2