Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appendix formatting changes every compilation #4

Open
michael-s-crouch opened this issue Jan 22, 2012 · 2 comments
Open

Appendix formatting changes every compilation #4

michael-s-crouch opened this issue Jan 22, 2012 · 2 comments

Comments

@michael-s-crouch
Copy link

When there are two appendix chapters in the document, the capitalization and formatting of the appendix titles in the table of contents changes every time you compile.

Minimal test case:

\documentclass{umthesis}

\begin{document}

\tableofcontents

\appendix

\chapter{Test1}

\chapter{Test2}

\end{document}

Results: Half the time, the table of contents says "APPENDIX: TEST1" and half the time it says "A Test1"

Desired results: From reading the style manual, I think it should be "APPENDIX A: TEST1".

@ransford
Copy link
Member

I can reproduce this behavior. It seems like a logical problem in the part of umthesis.cls that defines \appendix...

@ransford
Copy link
Member

I think the most likely answer is to follow this class file from U. Oregon, but I don't have time to do that at the moment. Might next week. Feel free to submit a pull request in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants