Deriving the Einstein Equations: Appendix for Honours Project

  • Context: LaTeX 
  • Thread starter Thread starter latentcorpse
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary
SUMMARY

The discussion focuses on formatting issues related to including an appendix in an honours project using LaTeX. The user seeks solutions for three main problems: the placement of "Appendix" and "A" in the table of contents, whether to label a single appendix as "Appendix A," and how to reduce the font size of the appendix title. It is established that a single appendix does not require the "A" designation, and the title font can be reduced using the command "\chapter{\small{...}}". Additionally, adjustments to the table of contents spacing are limited by the style file.

PREREQUISITES
  • Familiarity with LaTeX document preparation system
  • Understanding of table of contents formatting in LaTeX
  • Knowledge of LaTeX commands for chapter and appendix formatting
  • Basic skills in modifying LaTeX style files
NEXT STEPS
  • Research LaTeX commands for customizing table of contents entries
  • Explore LaTeX appendix formatting techniques
  • Learn about modifying LaTeX style files for document formatting
  • Investigate best practices for naming and organizing appendices in academic papers
USEFUL FOR

Students and researchers preparing academic documents using LaTeX, particularly those needing to format appendices and manage table of contents entries effectively.

latentcorpse
Messages
1,411
Reaction score
0
I need to include a single appendix in my honours project. The appendix will be the last bit before the bibliography.
I have

\appendix
\addtocontents{toc}{\protect\contentsline{chapter}{Appendix}{}}
\chapter{Deriving the Einstein equations for the ... Spacetimes}

This is causing a couple of problems for me:

(i) In the table of contents, there is a line that says "Appendix" and then underneath that it says "A". However, the word "Appendix" is at the bottom of my first contents page and the letter "A" is at the top of the next page of contents. Is there any way to sort this out?

(ii) Even though I have only one appendix, is it the norm to call it "Appendix A" rather than just "Appendix"?

(iii) I need to give this appendix a name such as "Deriving the Einstein equations for the ... Spacetimes". Obviously this is a big title, if I put it in the \chapter{} brackets then it prints really big and takes up 3 lines in a big font - is there any way to make it smaller?

thanks for your help.
 
Physics news on Phys.org
First of all I will suggest that if you have only one appendix there is no need to say "A", you can just keep the title.
Secondly, there is no way that in TOC you can shift the word "Appendix" to next page, as the spacing between two lines in TOC is defined by your style file. Playing around with your style file will change over all formatting.
Also for reducing the font of the appendix title try using following command "\chapter{\small{...}}". I guess this might work.
 
here AppendixA is one new txt file which is include k
so in main file write the below clde.

\appendix

\flushbottom
\include{AppendixA}
\flushbottom

In AppendixA file write below code...
\chapter{Acronyms}
SO we get Chapter name as Acronyms in our report or article n also in index...
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 8 ·
Replies
8
Views
13K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
6K