-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated appendix formatting to match style requirements with the new …
…chapter header styling
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
\appendix | ||
%% include multiple appendices by using multiple chapters | ||
\appendix % starts the appendix. Anything after this will be considered appendix | ||
|
||
\chapter{Appendix 1} | ||
% deposit requirements are that appendices are numbered, not lettered. | ||
\renewcommand{\thechapter}{\Roman{chapter}} % labels them by roman numerals instead of letters. | ||
|
||
Use the appendix for all the extra data and such | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
\chapter{Appendix 2} | ||
\chapter{Title of first appendix} | ||
|
||
Use the appendix for all the extra data and such. | ||
These will automatically be called an ``Appendix" so you can use a more specific title for each. | ||
|
||
\chapter{Another appendix} | ||
|
||
Example of a second appendix. | ||
Formatting requirements say that appendices should be numbered but they are allowed to be single spaced. |
Binary file not shown.