cci-grads / uncc-thesis-latex

LaTeX template for UNC-Charlotte dissertations
14 stars 10 forks source link

Cannot get rid of word chapter and appendices don't show in TOC #17

Closed khaldoon2300 closed 10 years ago

khaldoon2300 commented 10 years ago

The latex template for dissertations we have has a problem with the appendices part. They have the word chapter showing in front of the appendix (i.e. CHAPTER 2: APPENDIX)

Does anybody have a fix to this problem? I got this revision after submitting the final version and I am struggling with it.

I appreciate any help. I have to submit my dissertation as soon as possible and the template has this issue.

codementum commented 10 years ago

@shen72, @sheggen did either of you have an appendix? If so, could you share the command to create?

The example appendix.tex is using \bodychapter: https://github.com/cci-grads/uncc-thesis-latex/blob/master/chapters/appendix.tex#L1

I tried \appendixchapter instead, but no luck in getting it to show in the TOC.

khaldoon2300 commented 10 years ago

Good Morning,

Thanks, Lane for being willing to help. I had the issue resolved. Once I finish my dissertation, I will be updating the template at gethub.

Have a wonderful day!

Regards,

Kal

Khaldoon (Kal) Dhou Doctoral Candidate Department of Software and Information Systems The University of North Carolina - Charlotte 9201 University City Blvd. Charlotte, NC 28223


From: Lane Harrison notifications@github.com Sent: Sunday, December 01, 2013 6:30 PM To: cci-grads/uncc-thesis-latex Cc: Dhou, Khaldoon Subject: Re: [uncc-thesis-latex] Cannot get rid of word chapter and appendices don't show in TOC (#17)

@shen72https://github.com/shen72, @sheggenhttps://github.com/sheggen did either of you have an appendix? If so, could you share the command to create?

The example appendix.tex is using \bodychapter: https://github.com/cci-grads/uncc-thesis-latex/blob/master/chapters/appendix.tex#L1

I tried \appendixchapter instead, but no luck in getting it to show in the TOC.

Reply to this email directly or view it on GitHubhttps://github.com/cci-grads/uncc-thesis-latex/issues/17#issuecomment-29586651.

codementum commented 10 years ago

Good to hear. I'll leave this open until you get a chance to update the style files.

khaldoon2300 commented 10 years ago

Hello Lane

I have already updated what is necessary. It should work now and the appendix issue should not exist anymore.

It will be useful if you run it in your computer to make sure it is working. I have it on my computer, too (just in case).

Have a wonderful and productive day!

Regards,

Kal

Khaldoon (Kal) Dhou Doctoral Candidate Department of Software and Information Systems The University of North Carolina - Charlotte 9201 University City Blvd. Charlotte, NC 28223


From: Lane Harrison notifications@github.com Sent: Monday, December 02, 2013 9:07 AM To: cci-grads/uncc-thesis-latex Cc: Dhou, Khaldoon Subject: Re: [uncc-thesis-latex] Cannot get rid of word chapter and appendices don't show in TOC (#17)

Good to hear. I'll leave this open until you get a chance to update the style files.

Reply to this email directly or view it on GitHubhttps://github.com/cci-grads/uncc-thesis-latex/issues/17#issuecomment-29619670.

codementum commented 10 years ago

Thanks Kal. Can you submit a pull request? It's pretty straightforward to do so see this guide, but if you have any trouble, let me know.

khaldoon2300 commented 10 years ago

I am not sure though how to add the dissertation.pdf file.

Thanks!

Kal

Khaldoon (Kal) Dhou Doctoral Candidate Department of Software and Information Systems The University of North Carolina - Charlotte 9201 University City Blvd. Charlotte, NC 28223


From: Dhou, Khaldoon Sent: Monday, December 02, 2013 10:32 AM To: cci-grads/uncc-thesis-latex; Harrison, Lane Subject: RE: [uncc-thesis-latex] Cannot get rid of word chapter and appendices don't show in TOC (#17)

Hello Lane

I have already updated what is necessary. It should work now and the appendix issue should not exist anymore.

It will be useful if you run it in your computer to make sure it is working. I have it on my computer, too (just in case).

Have a wonderful and productive day!

Regards,

Kal

Khaldoon (Kal) Dhou Doctoral Candidate Department of Software and Information Systems The University of North Carolina - Charlotte 9201 University City Blvd. Charlotte, NC 28223


From: Lane Harrison notifications@github.com Sent: Monday, December 02, 2013 9:07 AM To: cci-grads/uncc-thesis-latex Cc: Dhou, Khaldoon Subject: Re: [uncc-thesis-latex] Cannot get rid of word chapter and appendices don't show in TOC (#17)

Good to hear. I'll leave this open until you get a chance to update the style files.

Reply to this email directly or view it on GitHubhttps://github.com/cci-grads/uncc-thesis-latex/issues/17#issuecomment-29619670.

shen72 commented 10 years ago

@codementum , I couldn't recall how I dealt with the appendix. It looks I used \bodychapter*{Appendix. blahblahblah}, but later they have been moved to the main body content. So I'm not quite sure if it would show in the ToC.

khaldoon2300 commented 10 years ago

No worries, Shen. Thanks for response. It has been fixed and files were updated!