Customizing Part in TOC
up vote
0
down vote
favorite
I am using book
class and I want to create a part in TOC in the following way:
I want the part centred in the middle of the page and the chapters on the other page.
Here is my code:
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
thispagestyle{empty}
newpage
vspace*{fill}
begin{center}
defnumberline##1{%
Large Part~ ##1newline
}
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
I already put the part in a separated page, but I do not know why I can not change the font size of the TOC (i.e., why Large
, Huge
do not work in l@part
) and I can not put the empty page on this too (i.e., why thispagestyle{empty}
does not work in l@part
).
fonts table-of-contents page-breaking parts emptypage
New contributor
add a comment |
up vote
0
down vote
favorite
I am using book
class and I want to create a part in TOC in the following way:
I want the part centred in the middle of the page and the chapters on the other page.
Here is my code:
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
thispagestyle{empty}
newpage
vspace*{fill}
begin{center}
defnumberline##1{%
Large Part~ ##1newline
}
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
I already put the part in a separated page, but I do not know why I can not change the font size of the TOC (i.e., why Large
, Huge
do not work in l@part
) and I can not put the empty page on this too (i.e., why thispagestyle{empty}
does not work in l@part
).
fonts table-of-contents page-breaking parts emptypage
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using book
class and I want to create a part in TOC in the following way:
I want the part centred in the middle of the page and the chapters on the other page.
Here is my code:
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
thispagestyle{empty}
newpage
vspace*{fill}
begin{center}
defnumberline##1{%
Large Part~ ##1newline
}
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
I already put the part in a separated page, but I do not know why I can not change the font size of the TOC (i.e., why Large
, Huge
do not work in l@part
) and I can not put the empty page on this too (i.e., why thispagestyle{empty}
does not work in l@part
).
fonts table-of-contents page-breaking parts emptypage
New contributor
I am using book
class and I want to create a part in TOC in the following way:
I want the part centred in the middle of the page and the chapters on the other page.
Here is my code:
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
thispagestyle{empty}
newpage
vspace*{fill}
begin{center}
defnumberline##1{%
Large Part~ ##1newline
}
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
I already put the part in a separated page, but I do not know why I can not change the font size of the TOC (i.e., why Large
, Huge
do not work in l@part
) and I can not put the empty page on this too (i.e., why thispagestyle{empty}
does not work in l@part
).
fonts table-of-contents page-breaking parts emptypage
fonts table-of-contents page-breaking parts emptypage
New contributor
New contributor
New contributor
asked Nov 25 at 23:56
John Murray
123
123
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Note the use of two sets of braces in the redefinition of numberline
. The second set makes Large
local.
Also, I wasn't sure if the use of newline
was deliberate.
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
newpage
thispagestyle{empty}
vspace*{fill}
begin{center}
defnumberline##1{{Large Part~ ##1\}}%
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Note the use of two sets of braces in the redefinition of numberline
. The second set makes Large
local.
Also, I wasn't sure if the use of newline
was deliberate.
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
newpage
thispagestyle{empty}
vspace*{fill}
begin{center}
defnumberline##1{{Large Part~ ##1\}}%
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
add a comment |
up vote
0
down vote
accepted
Note the use of two sets of braces in the redefinition of numberline
. The second set makes Large
local.
Also, I wasn't sure if the use of newline
was deliberate.
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
newpage
thispagestyle{empty}
vspace*{fill}
begin{center}
defnumberline##1{{Large Part~ ##1\}}%
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Note the use of two sets of braces in the redefinition of numberline
. The second set makes Large
local.
Also, I wasn't sure if the use of newline
was deliberate.
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
newpage
thispagestyle{empty}
vspace*{fill}
begin{center}
defnumberline##1{{Large Part~ ##1\}}%
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
Note the use of two sets of braces in the redefinition of numberline
. The second set makes Large
local.
Also, I wasn't sure if the use of newline
was deliberate.
documentclass[12pt]{book}
makeatletter
def@part[#1]#2{%
ifnum c@secnumdepth >-2relax
refstepcounter{part}%
addcontentsline{toc}{part}{protectnumberline{thepart}#1}
else
addcontentsline{toc}{part}{#1}%
fi
markboth{}{}%
{centering
interlinepenalty @M
normalfont
ifnum c@secnumdepth >-2relax
hugebfseries partnamenobreakspacethepart
par
vskip 20p@
fi
Huge bfseries #2par}%
@endpart}
renewcommandl@part[2]{%
newpage
thispagestyle{empty}
vspace*{fill}
begin{center}
defnumberline##1{{Large Part~ ##1\}}%
{Huge #1}
end{center}
vspace*{fill}
newpage
}
makeatother
begin{document}
tableofcontents
part{one}
chapter{one \ two}
chapter{two}
chapter{three\three\three\three\three}
chapter{four}
part{two}
chapter{five}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
chapter{six}
chapter{seven}
end{document}
answered Nov 26 at 0:47
John Kormylo
43.4k12465
43.4k12465
add a comment |
add a comment |
John Murray is a new contributor. Be nice, and check out our Code of Conduct.
John Murray is a new contributor. Be nice, and check out our Code of Conduct.
John Murray is a new contributor. Be nice, and check out our Code of Conduct.
John Murray is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f461748%2fcustomizing-part-in-toc%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