Dissertation formatting for ToC and References











up vote
0
down vote

favorite












I have two questions:




  1. I have a Table of Contents (ToC) which at this point is 3 pages long. I would like it to display "TABLE OF CONTENTS" on the first page of the ToC and then "TABLE OF CONTENTS (CONTINUED)" on page 2 and page 3 of the ToC. I have seen this done for ToC's with two pages, but not 3 or more pages. Is there a method to do this? I also need to do this for List of Figures (LoF).


  2. I would like to change the "References" title to "BIBLIOGRAPHY". I have tried renewcommandbibname{BIBLIOGRAPHY} and renewcommandrefname{BIBLIOGRAPHY} in the preamble, but these don't seem to work for me. Are there other ways of changing the title of the bibliography?











share|improve this question









New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Can you provide us with a foundation to work from in the form of a minimal working example? It should start with documentclass and end with end{document} and allow the community to copy-and-paste-and-compile and see a template of what you're looking at. Can you do that... perhaps using lipsum to mock up some text?
    – Werner
    Nov 13 at 23:54










  • Hi Werner, here is basically an outline of what I am looking at: documentclass{report} usepackage{lipsum} usepackage{tocloft} renewcommand{contentsname}{TABLE OF CONTENTS} usepackage{afterpage} DeclareRobustCommand*{contheading}{% afterpage{{normalfontcentering TABLE OF CONTENTS (CONTINUED)parvspace{0.75in}}}} begin{document} clearpage addtocontents{toc}{contheading} tableofcontents addtocontents{toc}{~hfill{underline{Page}}par} chapter{Chap1} lipsum chapter{Chap2} lipsum chapter{Chap3} lipsum end{document}
    – Jeff
    Nov 15 at 21:24

















up vote
0
down vote

favorite












I have two questions:




  1. I have a Table of Contents (ToC) which at this point is 3 pages long. I would like it to display "TABLE OF CONTENTS" on the first page of the ToC and then "TABLE OF CONTENTS (CONTINUED)" on page 2 and page 3 of the ToC. I have seen this done for ToC's with two pages, but not 3 or more pages. Is there a method to do this? I also need to do this for List of Figures (LoF).


  2. I would like to change the "References" title to "BIBLIOGRAPHY". I have tried renewcommandbibname{BIBLIOGRAPHY} and renewcommandrefname{BIBLIOGRAPHY} in the preamble, but these don't seem to work for me. Are there other ways of changing the title of the bibliography?











share|improve this question









New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Can you provide us with a foundation to work from in the form of a minimal working example? It should start with documentclass and end with end{document} and allow the community to copy-and-paste-and-compile and see a template of what you're looking at. Can you do that... perhaps using lipsum to mock up some text?
    – Werner
    Nov 13 at 23:54










  • Hi Werner, here is basically an outline of what I am looking at: documentclass{report} usepackage{lipsum} usepackage{tocloft} renewcommand{contentsname}{TABLE OF CONTENTS} usepackage{afterpage} DeclareRobustCommand*{contheading}{% afterpage{{normalfontcentering TABLE OF CONTENTS (CONTINUED)parvspace{0.75in}}}} begin{document} clearpage addtocontents{toc}{contheading} tableofcontents addtocontents{toc}{~hfill{underline{Page}}par} chapter{Chap1} lipsum chapter{Chap2} lipsum chapter{Chap3} lipsum end{document}
    – Jeff
    Nov 15 at 21:24















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have two questions:




  1. I have a Table of Contents (ToC) which at this point is 3 pages long. I would like it to display "TABLE OF CONTENTS" on the first page of the ToC and then "TABLE OF CONTENTS (CONTINUED)" on page 2 and page 3 of the ToC. I have seen this done for ToC's with two pages, but not 3 or more pages. Is there a method to do this? I also need to do this for List of Figures (LoF).


  2. I would like to change the "References" title to "BIBLIOGRAPHY". I have tried renewcommandbibname{BIBLIOGRAPHY} and renewcommandrefname{BIBLIOGRAPHY} in the preamble, but these don't seem to work for me. Are there other ways of changing the title of the bibliography?











share|improve this question









New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have two questions:




  1. I have a Table of Contents (ToC) which at this point is 3 pages long. I would like it to display "TABLE OF CONTENTS" on the first page of the ToC and then "TABLE OF CONTENTS (CONTINUED)" on page 2 and page 3 of the ToC. I have seen this done for ToC's with two pages, but not 3 or more pages. Is there a method to do this? I also need to do this for List of Figures (LoF).


  2. I would like to change the "References" title to "BIBLIOGRAPHY". I have tried renewcommandbibname{BIBLIOGRAPHY} and renewcommandrefname{BIBLIOGRAPHY} in the preamble, but these don't seem to work for me. Are there other ways of changing the title of the bibliography?








table-of-contents






share|improve this question









New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 13 at 23:21









Werner

430k599481624




430k599481624






New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 13 at 23:04









Jeff

1




1




New contributor




Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Jeff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Can you provide us with a foundation to work from in the form of a minimal working example? It should start with documentclass and end with end{document} and allow the community to copy-and-paste-and-compile and see a template of what you're looking at. Can you do that... perhaps using lipsum to mock up some text?
    – Werner
    Nov 13 at 23:54










  • Hi Werner, here is basically an outline of what I am looking at: documentclass{report} usepackage{lipsum} usepackage{tocloft} renewcommand{contentsname}{TABLE OF CONTENTS} usepackage{afterpage} DeclareRobustCommand*{contheading}{% afterpage{{normalfontcentering TABLE OF CONTENTS (CONTINUED)parvspace{0.75in}}}} begin{document} clearpage addtocontents{toc}{contheading} tableofcontents addtocontents{toc}{~hfill{underline{Page}}par} chapter{Chap1} lipsum chapter{Chap2} lipsum chapter{Chap3} lipsum end{document}
    – Jeff
    Nov 15 at 21:24




















  • Can you provide us with a foundation to work from in the form of a minimal working example? It should start with documentclass and end with end{document} and allow the community to copy-and-paste-and-compile and see a template of what you're looking at. Can you do that... perhaps using lipsum to mock up some text?
    – Werner
    Nov 13 at 23:54










  • Hi Werner, here is basically an outline of what I am looking at: documentclass{report} usepackage{lipsum} usepackage{tocloft} renewcommand{contentsname}{TABLE OF CONTENTS} usepackage{afterpage} DeclareRobustCommand*{contheading}{% afterpage{{normalfontcentering TABLE OF CONTENTS (CONTINUED)parvspace{0.75in}}}} begin{document} clearpage addtocontents{toc}{contheading} tableofcontents addtocontents{toc}{~hfill{underline{Page}}par} chapter{Chap1} lipsum chapter{Chap2} lipsum chapter{Chap3} lipsum end{document}
    – Jeff
    Nov 15 at 21:24


















Can you provide us with a foundation to work from in the form of a minimal working example? It should start with documentclass and end with end{document} and allow the community to copy-and-paste-and-compile and see a template of what you're looking at. Can you do that... perhaps using lipsum to mock up some text?
– Werner
Nov 13 at 23:54




Can you provide us with a foundation to work from in the form of a minimal working example? It should start with documentclass and end with end{document} and allow the community to copy-and-paste-and-compile and see a template of what you're looking at. Can you do that... perhaps using lipsum to mock up some text?
– Werner
Nov 13 at 23:54












Hi Werner, here is basically an outline of what I am looking at: documentclass{report} usepackage{lipsum} usepackage{tocloft} renewcommand{contentsname}{TABLE OF CONTENTS} usepackage{afterpage} DeclareRobustCommand*{contheading}{% afterpage{{normalfontcentering TABLE OF CONTENTS (CONTINUED)parvspace{0.75in}}}} begin{document} clearpage addtocontents{toc}{contheading} tableofcontents addtocontents{toc}{~hfill{underline{Page}}par} chapter{Chap1} lipsum chapter{Chap2} lipsum chapter{Chap3} lipsum end{document}
– Jeff
Nov 15 at 21:24






Hi Werner, here is basically an outline of what I am looking at: documentclass{report} usepackage{lipsum} usepackage{tocloft} renewcommand{contentsname}{TABLE OF CONTENTS} usepackage{afterpage} DeclareRobustCommand*{contheading}{% afterpage{{normalfontcentering TABLE OF CONTENTS (CONTINUED)parvspace{0.75in}}}} begin{document} clearpage addtocontents{toc}{contheading} tableofcontents addtocontents{toc}{~hfill{underline{Page}}par} chapter{Chap1} lipsum chapter{Chap2} lipsum chapter{Chap3} lipsum end{document}
– Jeff
Nov 15 at 21:24

















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Jeff is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459860%2fdissertation-formatting-for-toc-and-references%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








Jeff is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Jeff is a new contributor. Be nice, and check out our Code of Conduct.













Jeff is a new contributor. Be nice, and check out our Code of Conduct.












Jeff is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459860%2fdissertation-formatting-for-toc-and-references%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?