Dissertation formatting for ToC and References
up vote
0
down vote
favorite
I have two questions:
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).
I would like to change the "References" title to "BIBLIOGRAPHY". I have tried
renewcommandbibname{BIBLIOGRAPHY}
andrenewcommandrefname{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
New contributor
add a comment |
up vote
0
down vote
favorite
I have two questions:
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).
I would like to change the "References" title to "BIBLIOGRAPHY". I have tried
renewcommandbibname{BIBLIOGRAPHY}
andrenewcommandrefname{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
New contributor
Can you provide us with a foundation to work from in the form of a minimal working example? It should start withdocumentclass
and end withend{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 usinglipsum
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
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have two questions:
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).
I would like to change the "References" title to "BIBLIOGRAPHY". I have tried
renewcommandbibname{BIBLIOGRAPHY}
andrenewcommandrefname{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
New contributor
I have two questions:
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).
I would like to change the "References" title to "BIBLIOGRAPHY". I have tried
renewcommandbibname{BIBLIOGRAPHY}
andrenewcommandrefname{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
table-of-contents
New contributor
New contributor
edited Nov 13 at 23:21
Werner
430k599481624
430k599481624
New contributor
asked Nov 13 at 23:04
Jeff
1
1
New contributor
New contributor
Can you provide us with a foundation to work from in the form of a minimal working example? It should start withdocumentclass
and end withend{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 usinglipsum
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
add a comment |
Can you provide us with a foundation to work from in the form of a minimal working example? It should start withdocumentclass
and end withend{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 usinglipsum
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
add a comment |
active
oldest
votes
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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 withend{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 usinglipsum
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