Added contrib to Makefile and cleaned up indentation in drexel-thesis.layout
[drexel-thesis.git] / contrib / drexel-thesis.layout
1 #% Do not delete the line below; configure depends on this      
2 #  \DeclareLaTeXClass[drexel-thesis]{Drexel Thesis}
3
4 # Read the definitions from book.layout
5 Input book.layout
6
7 # Put environments in the listed order on the menu.
8
9 Style Abstract
10 End
11
12 Style Dedication
13 End
14
15 Style Acknowledgements
16 End
17
18 Style Vita
19 End
20
21 # Define various elements.  Those not explicitly defined here are
22 # taken from Book.
23
24 Style Abstract
25    LeftMargin  "MMM"
26    RightMargin "MMM"
27    ParIndent   "MM"
28    Category    FrontMatter
29    LatexType   Environment
30    LatexName   abstract
31    Align       Block
32    LabelType   Centered_Top_Environment
33    LabelString "Abstract"
34    Font
35      Size      Normal
36    EndFont
37    LabelFont
38      Series    Bold
39      Size      Normal
40    EndFont
41 End
42
43 Style Acknowledgements
44    LeftMargin  "MMM"
45    RightMargin "MMM"
46    ParIndent   "MM"
47    Category    FrontMatter
48    LatexType   Environment
49    LatexName   acknowledgments
50    Align       Block
51    LabelType   Centered_Top_Environment
52    LabelString "Acknowledgements"
53    Font
54      Size      Normal
55    EndFont
56    LabelFont
57      Series    Bold
58      Size      Normal
59    EndFont
60 End
61
62 Style Dedication
63    Category    FrontMatter
64    LatexType   Environment
65    LatexName   dedications
66    LabelType   Centered_Top_Environment
67    Align       Center
68    LabelString "Dedication"
69    Font
70      Size      Normal
71    EndFont
72    LabelFont
73      Series    Bold
74      Size      Normal
75    EndFont
76 End
77
78 Style Vita
79    LeftMargin  "MMM"
80    RightMargin "MMM"
81    ParIndent   "MM"
82    Category    BackMatter
83    LatexType   Environment
84    LatexName   vita
85    Align       Block
86    LabelType   Centered_Top_Environment
87    LabelString "Vita"
88    Font
89      Size      Normal
90    EndFont
91    LabelFont
92      Series    Bold
93      Size      Normal
94    EndFont
95 End