Differentiate Chapter Headings in ToC and Body
Working on formatting a thesis (using the book class) and I need to format the TOC entries and the actually chapter headings in very different ways.
For the ToC, entires are in all caps and use roman numerals:
ACKNOWLEDGEMENTS................ii
CHAPTER
I. INTRODUCTION..............1
II. TITLE OF CHAPTER ONE......7
BIBLIOGRAPHY....................45
Meanwhile, the actually pages for the chapters center the heading, spell out `chapter,' and place the title on a new line in all caps:
CHAPTER I
TITLE OF CHAPTER 1
Text of chapter....
I am used to using titlesec, but haven't done anything this complex where you control the formatting in two different places. What package would you use to execute this in LaTeX and how would you proceed?
table-of-contents sectioning chapters titlesec
add a comment |
Working on formatting a thesis (using the book class) and I need to format the TOC entries and the actually chapter headings in very different ways.
For the ToC, entires are in all caps and use roman numerals:
ACKNOWLEDGEMENTS................ii
CHAPTER
I. INTRODUCTION..............1
II. TITLE OF CHAPTER ONE......7
BIBLIOGRAPHY....................45
Meanwhile, the actually pages for the chapters center the heading, spell out `chapter,' and place the title on a new line in all caps:
CHAPTER I
TITLE OF CHAPTER 1
Text of chapter....
I am used to using titlesec, but haven't done anything this complex where you control the formatting in two different places. What package would you use to execute this in LaTeX and how would you proceed?
table-of-contents sectioning chapters titlesec
2
For the table of contents, I would usetitletoc
. The formatting of thetoc is independent of thetitleformat
details (except theTable of Contents
title).
– Bernard
Mar 4 at 22:04
That would be what I'm looking for.
– Richard
Mar 4 at 22:47
add a comment |
Working on formatting a thesis (using the book class) and I need to format the TOC entries and the actually chapter headings in very different ways.
For the ToC, entires are in all caps and use roman numerals:
ACKNOWLEDGEMENTS................ii
CHAPTER
I. INTRODUCTION..............1
II. TITLE OF CHAPTER ONE......7
BIBLIOGRAPHY....................45
Meanwhile, the actually pages for the chapters center the heading, spell out `chapter,' and place the title on a new line in all caps:
CHAPTER I
TITLE OF CHAPTER 1
Text of chapter....
I am used to using titlesec, but haven't done anything this complex where you control the formatting in two different places. What package would you use to execute this in LaTeX and how would you proceed?
table-of-contents sectioning chapters titlesec
Working on formatting a thesis (using the book class) and I need to format the TOC entries and the actually chapter headings in very different ways.
For the ToC, entires are in all caps and use roman numerals:
ACKNOWLEDGEMENTS................ii
CHAPTER
I. INTRODUCTION..............1
II. TITLE OF CHAPTER ONE......7
BIBLIOGRAPHY....................45
Meanwhile, the actually pages for the chapters center the heading, spell out `chapter,' and place the title on a new line in all caps:
CHAPTER I
TITLE OF CHAPTER 1
Text of chapter....
I am used to using titlesec, but haven't done anything this complex where you control the formatting in two different places. What package would you use to execute this in LaTeX and how would you proceed?
table-of-contents sectioning chapters titlesec
table-of-contents sectioning chapters titlesec
asked Mar 4 at 21:42
RichardRichard
8719
8719
2
For the table of contents, I would usetitletoc
. The formatting of thetoc is independent of thetitleformat
details (except theTable of Contents
title).
– Bernard
Mar 4 at 22:04
That would be what I'm looking for.
– Richard
Mar 4 at 22:47
add a comment |
2
For the table of contents, I would usetitletoc
. The formatting of thetoc is independent of thetitleformat
details (except theTable of Contents
title).
– Bernard
Mar 4 at 22:04
That would be what I'm looking for.
– Richard
Mar 4 at 22:47
2
2
For the table of contents, I would use
titletoc
. The formatting of thetoc is independent of the titleformat
details (except theTable of Contents
title).– Bernard
Mar 4 at 22:04
For the table of contents, I would use
titletoc
. The formatting of thetoc is independent of the titleformat
details (except theTable of Contents
title).– Bernard
Mar 4 at 22:04
That would be what I'm looking for.
– Richard
Mar 4 at 22:47
That would be what I'm looking for.
– Richard
Mar 4 at 22:47
add a comment |
0
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f477780%2fdifferentiate-chapter-headings-in-toc-and-body%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f477780%2fdifferentiate-chapter-headings-in-toc-and-body%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
2
For the table of contents, I would use
titletoc
. The formatting of thetoc is independent of thetitleformat
details (except theTable of Contents
title).– Bernard
Mar 4 at 22:04
That would be what I'm looking for.
– Richard
Mar 4 at 22:47