suppress formatting on a cleardoublepage?
How do I suppress formatting on a cleardoublepage?
documentclass[a5paper,10pt, twoside]{book}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
The header formating and page numbers surface on those chapters where the extra page is constructed to push the beginning of the chapter to the odd number page. How can I suppress the formatting and keep the page blank?
I have tried thispagestyle{empty} with no success. My final solution will be to finish the book, and manually insert the blank page via
afterpage{null thispagestyle{empty} newpage } where it is necessary.
formatting chapters books
add a comment |
How do I suppress formatting on a cleardoublepage?
documentclass[a5paper,10pt, twoside]{book}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
The header formating and page numbers surface on those chapters where the extra page is constructed to push the beginning of the chapter to the odd number page. How can I suppress the formatting and keep the page blank?
I have tried thispagestyle{empty} with no success. My final solution will be to finish the book, and manually insert the blank page via
afterpage{null thispagestyle{empty} newpage } where it is necessary.
formatting chapters books
I'm sure, I'm missing something very obvious here, but why don't you just usechapter{Chapter 1} text chapter{Chapter 2} text?
– moewe
Sep 16 '15 at 15:23
I use include{./chapters/chapter0x} to bring in each chapter from other files, but I want the beginning of each chapter to be on right hand side (odd numbered) pages. That sometimes means that the opposing page should be blank if the previous chapter ends on on an odd numbered page. hence the use of cleardoublepage. was trying to be succinct but I guess it was more confusing.
– Serge Garcia
Sep 16 '15 at 15:24
add a comment |
How do I suppress formatting on a cleardoublepage?
documentclass[a5paper,10pt, twoside]{book}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
The header formating and page numbers surface on those chapters where the extra page is constructed to push the beginning of the chapter to the odd number page. How can I suppress the formatting and keep the page blank?
I have tried thispagestyle{empty} with no success. My final solution will be to finish the book, and manually insert the blank page via
afterpage{null thispagestyle{empty} newpage } where it is necessary.
formatting chapters books
How do I suppress formatting on a cleardoublepage?
documentclass[a5paper,10pt, twoside]{book}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
The header formating and page numbers surface on those chapters where the extra page is constructed to push the beginning of the chapter to the odd number page. How can I suppress the formatting and keep the page blank?
I have tried thispagestyle{empty} with no success. My final solution will be to finish the book, and manually insert the blank page via
afterpage{null thispagestyle{empty} newpage } where it is necessary.
formatting chapters books
formatting chapters books
edited Sep 16 '15 at 15:20
user11232
asked Sep 16 '15 at 15:10
Serge Garcia
637
637
I'm sure, I'm missing something very obvious here, but why don't you just usechapter{Chapter 1} text chapter{Chapter 2} text?
– moewe
Sep 16 '15 at 15:23
I use include{./chapters/chapter0x} to bring in each chapter from other files, but I want the beginning of each chapter to be on right hand side (odd numbered) pages. That sometimes means that the opposing page should be blank if the previous chapter ends on on an odd numbered page. hence the use of cleardoublepage. was trying to be succinct but I guess it was more confusing.
– Serge Garcia
Sep 16 '15 at 15:24
add a comment |
I'm sure, I'm missing something very obvious here, but why don't you just usechapter{Chapter 1} text chapter{Chapter 2} text?
– moewe
Sep 16 '15 at 15:23
I use include{./chapters/chapter0x} to bring in each chapter from other files, but I want the beginning of each chapter to be on right hand side (odd numbered) pages. That sometimes means that the opposing page should be blank if the previous chapter ends on on an odd numbered page. hence the use of cleardoublepage. was trying to be succinct but I guess it was more confusing.
– Serge Garcia
Sep 16 '15 at 15:24
I'm sure, I'm missing something very obvious here, but why don't you just use
chapter{Chapter 1} text chapter{Chapter 2} text?– moewe
Sep 16 '15 at 15:23
I'm sure, I'm missing something very obvious here, but why don't you just use
chapter{Chapter 1} text chapter{Chapter 2} text?– moewe
Sep 16 '15 at 15:23
I use include{./chapters/chapter0x} to bring in each chapter from other files, but I want the beginning of each chapter to be on right hand side (odd numbered) pages. That sometimes means that the opposing page should be blank if the previous chapter ends on on an odd numbered page. hence the use of cleardoublepage. was trying to be succinct but I guess it was more confusing.
– Serge Garcia
Sep 16 '15 at 15:24
I use include{./chapters/chapter0x} to bring in each chapter from other files, but I want the beginning of each chapter to be on right hand side (odd numbered) pages. That sometimes means that the opposing page should be blank if the previous chapter ends on on an odd numbered page. hence the use of cleardoublepage. was trying to be succinct but I guess it was more confusing.
– Serge Garcia
Sep 16 '15 at 15:24
add a comment |
2 Answers
2
active
oldest
votes
Use emptypage package.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
add a comment |
Two responses, here.
Since nextpage.sty is already loaded, one could just use that multi-feature package. In the following, the original “add this line” line is commented and the nextpage.sty cleartooddpage command is added, as indicated.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyfoot{} % clear all footer fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
%%%usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
%%%cleardoublepage
cleartooddpage[thispagestyle{empty}] %%% <-- this line added
Chapter 2
text
end{document}
Since what’s addressed in both the MWE and the original (2015) Answer are simulated chapters, and since actual chapters have unique features to handle sometimes, an example of actual chapters using nextpage.sty with the book class is also included. Some designs call for “no formatting,” as is the case with the OP. Some designs call for “page number only;” some, “This page intentionally blank,” with or without page numbering. nextpage handles all of these options, as illustrated in the following. Various options are retained as comments that illustrate further customization options.
documentclass[a5paper,10pt, twoside]{book}
usepackage{tocloft}
%https://tex.stackexchange.com/questions/142871/how-to-customize-a-brief-table-of-contents-generated-from-tocloft-and-shorttoc-i
%https://tex.stackexchange.com/a/250822/170846
setlengthcftbeforetoctitleskip{0pt} % change space before TOC title
setlengthcftaftertoctitleskip{20pt} % change space after TOC title
usepackage[latin,english]{babel}
usepackage{csquotes} % smart quotes
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{chaptermark}[1]{markboth{#1}{#1}}
newcommand{resetHRule}[1]{renewcommandheadrulewidth{#1}}
newcommand{setHdrFtr}[0]{%
fancyhf{}%
fancyhead[RO]{The College Savings Factor}%
fancyhead[LE]{leftmark}%
renewcommandfootrulewidth{0.2pt}
fancyfoot[LE, RO]{thepage}%
}
fancypagestyle{plain}{%
fancyhf{}
renewcommandheadrulewidth{0pt}
fancyfoot[LE, RO]{thepage}
renewcommandfootrulewidth{0pt}
}
newcommand{clrHdr}[0]{
thispagestyle{plain}
}
usepackage{nextpage}
%%% minor modification to nextpage for even-to-even clearing
makeatletter
renewcommand{cleartoevenpage}[2]{%
ifoddc@pageclearpage%
elsenewpagethispagestyle{#2}hbox{}#1
newpagehbox{}
fi}
makeatother
usepackage[texcoord]{eso-pic}
usepackage{graphicx}
usepackage{url}
usepackage{lipsum}
usepackage[pagebackref=true]{hyperref}
hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
}
setcounter{tocdepth}{1} % -1, 0, 1
begin{document}
clrHdr
renewcommand{contentsname}{Contents}
phantomsection
addcontentsline{toc}{chapter}{Contents}
tableofcontents
% odd to odd -- blank
cleartooddpage[thispagestyle{empty}]% <--- square
% odd to odd -- blank (w/ pg no.)
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 1}
chapter*{Chapter 1}
chaptermark{Chapter 1}
setHdrFtr
lipsum[44-48]
% odd to odd -- skipped pg filled (no page number)
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{empty}]
% odd to odd -- skipped pg filled (with page number)
%cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
% odd to odd -- just page number
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 2}
chapter*{Chapter 2}
chaptermark{Chapter 2}
lipsum[49-51]
% even to odd -- blank and
% even to odd -- filled
% are the same -- there is no blank page to handle
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 3}
chapter*{Chapter 3}
chaptermark{Chapter 3}
lipsum[52]
% odd to even -- blank and
% odd to even -- filled
% are the same -- there is no blank page to handle
cleartoevenpage{some text that won't ever show up}{plain}
phantomsection
addcontentsline{toc}{chapter}{A plain PreChap page}
% for no page number
%thispagestyle{empty}
% for page number
thispagestyle{plain}
This is the recto page that was advanced/cleared to. Typically, there'll be pre-chapter text or graphics on this page.
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 4}
chapter*{Chapter 4}
chaptermark{Chapter 4}
lipsum[53-56]
% even to even -- blank (w/ pg no)
cleartoevenpage{}{plain}
% even to even -- blank (w/o pg no)
%cleartoevenpage{}{empty}
phantomsection
addcontentsline{toc}{chapter}{PreChap Graphics with preceding blank page with page no}
thispagestyle{plain}
%adapted from https://tex.stackexchange.com/a/248829/170846
begin{minipage}[c]{textwidth}
href{https://ctan.org/lion/files/ctan_lion_350x350.png}{includegraphics[scale=0.75]{ctan_lion_350x350.png}{}}\
end{minipage}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 5}
chapter*{Chapter 5}
chaptermark{Chapter 5}
lipsum[57-60]
% even to even -- skipped pg filled (w/ page no)
cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{plain}
% even to even -- skipped pg filled (no page number)
%cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{empty}
% even to even -- skipped pg w/ page number only
%cleartoevenpage{}{plain}
phantomsection
addcontentsline{toc}{chapter}{The enquote{cleared-to} verso page, ready for pre-Chap content, with preceding Notice of deliberate blankness}
thispagestyle{plain}
% or, for no page no.
%thispagestyle{empty}
Here is a famous quote by a famous author.
{textit{Famous Author}}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 6}
chapter*{Chapter 6}
chaptermark{Chapter 6}
lipsum[70-73]
end{document}
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
add a comment |
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%2f267842%2fsuppress-formatting-on-a-cleardoublepage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use emptypage package.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
add a comment |
Use emptypage package.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
add a comment |
Use emptypage package.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
Use emptypage package.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
%fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
cleardoublepage
Chapter 2
text
end{document}
answered Sep 16 '15 at 15:15
user11232
add a comment |
add a comment |
Two responses, here.
Since nextpage.sty is already loaded, one could just use that multi-feature package. In the following, the original “add this line” line is commented and the nextpage.sty cleartooddpage command is added, as indicated.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyfoot{} % clear all footer fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
%%%usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
%%%cleardoublepage
cleartooddpage[thispagestyle{empty}] %%% <-- this line added
Chapter 2
text
end{document}
Since what’s addressed in both the MWE and the original (2015) Answer are simulated chapters, and since actual chapters have unique features to handle sometimes, an example of actual chapters using nextpage.sty with the book class is also included. Some designs call for “no formatting,” as is the case with the OP. Some designs call for “page number only;” some, “This page intentionally blank,” with or without page numbering. nextpage handles all of these options, as illustrated in the following. Various options are retained as comments that illustrate further customization options.
documentclass[a5paper,10pt, twoside]{book}
usepackage{tocloft}
%https://tex.stackexchange.com/questions/142871/how-to-customize-a-brief-table-of-contents-generated-from-tocloft-and-shorttoc-i
%https://tex.stackexchange.com/a/250822/170846
setlengthcftbeforetoctitleskip{0pt} % change space before TOC title
setlengthcftaftertoctitleskip{20pt} % change space after TOC title
usepackage[latin,english]{babel}
usepackage{csquotes} % smart quotes
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{chaptermark}[1]{markboth{#1}{#1}}
newcommand{resetHRule}[1]{renewcommandheadrulewidth{#1}}
newcommand{setHdrFtr}[0]{%
fancyhf{}%
fancyhead[RO]{The College Savings Factor}%
fancyhead[LE]{leftmark}%
renewcommandfootrulewidth{0.2pt}
fancyfoot[LE, RO]{thepage}%
}
fancypagestyle{plain}{%
fancyhf{}
renewcommandheadrulewidth{0pt}
fancyfoot[LE, RO]{thepage}
renewcommandfootrulewidth{0pt}
}
newcommand{clrHdr}[0]{
thispagestyle{plain}
}
usepackage{nextpage}
%%% minor modification to nextpage for even-to-even clearing
makeatletter
renewcommand{cleartoevenpage}[2]{%
ifoddc@pageclearpage%
elsenewpagethispagestyle{#2}hbox{}#1
newpagehbox{}
fi}
makeatother
usepackage[texcoord]{eso-pic}
usepackage{graphicx}
usepackage{url}
usepackage{lipsum}
usepackage[pagebackref=true]{hyperref}
hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
}
setcounter{tocdepth}{1} % -1, 0, 1
begin{document}
clrHdr
renewcommand{contentsname}{Contents}
phantomsection
addcontentsline{toc}{chapter}{Contents}
tableofcontents
% odd to odd -- blank
cleartooddpage[thispagestyle{empty}]% <--- square
% odd to odd -- blank (w/ pg no.)
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 1}
chapter*{Chapter 1}
chaptermark{Chapter 1}
setHdrFtr
lipsum[44-48]
% odd to odd -- skipped pg filled (no page number)
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{empty}]
% odd to odd -- skipped pg filled (with page number)
%cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
% odd to odd -- just page number
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 2}
chapter*{Chapter 2}
chaptermark{Chapter 2}
lipsum[49-51]
% even to odd -- blank and
% even to odd -- filled
% are the same -- there is no blank page to handle
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 3}
chapter*{Chapter 3}
chaptermark{Chapter 3}
lipsum[52]
% odd to even -- blank and
% odd to even -- filled
% are the same -- there is no blank page to handle
cleartoevenpage{some text that won't ever show up}{plain}
phantomsection
addcontentsline{toc}{chapter}{A plain PreChap page}
% for no page number
%thispagestyle{empty}
% for page number
thispagestyle{plain}
This is the recto page that was advanced/cleared to. Typically, there'll be pre-chapter text or graphics on this page.
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 4}
chapter*{Chapter 4}
chaptermark{Chapter 4}
lipsum[53-56]
% even to even -- blank (w/ pg no)
cleartoevenpage{}{plain}
% even to even -- blank (w/o pg no)
%cleartoevenpage{}{empty}
phantomsection
addcontentsline{toc}{chapter}{PreChap Graphics with preceding blank page with page no}
thispagestyle{plain}
%adapted from https://tex.stackexchange.com/a/248829/170846
begin{minipage}[c]{textwidth}
href{https://ctan.org/lion/files/ctan_lion_350x350.png}{includegraphics[scale=0.75]{ctan_lion_350x350.png}{}}\
end{minipage}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 5}
chapter*{Chapter 5}
chaptermark{Chapter 5}
lipsum[57-60]
% even to even -- skipped pg filled (w/ page no)
cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{plain}
% even to even -- skipped pg filled (no page number)
%cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{empty}
% even to even -- skipped pg w/ page number only
%cleartoevenpage{}{plain}
phantomsection
addcontentsline{toc}{chapter}{The enquote{cleared-to} verso page, ready for pre-Chap content, with preceding Notice of deliberate blankness}
thispagestyle{plain}
% or, for no page no.
%thispagestyle{empty}
Here is a famous quote by a famous author.
{textit{Famous Author}}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 6}
chapter*{Chapter 6}
chaptermark{Chapter 6}
lipsum[70-73]
end{document}
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
add a comment |
Two responses, here.
Since nextpage.sty is already loaded, one could just use that multi-feature package. In the following, the original “add this line” line is commented and the nextpage.sty cleartooddpage command is added, as indicated.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyfoot{} % clear all footer fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
%%%usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
%%%cleardoublepage
cleartooddpage[thispagestyle{empty}] %%% <-- this line added
Chapter 2
text
end{document}
Since what’s addressed in both the MWE and the original (2015) Answer are simulated chapters, and since actual chapters have unique features to handle sometimes, an example of actual chapters using nextpage.sty with the book class is also included. Some designs call for “no formatting,” as is the case with the OP. Some designs call for “page number only;” some, “This page intentionally blank,” with or without page numbering. nextpage handles all of these options, as illustrated in the following. Various options are retained as comments that illustrate further customization options.
documentclass[a5paper,10pt, twoside]{book}
usepackage{tocloft}
%https://tex.stackexchange.com/questions/142871/how-to-customize-a-brief-table-of-contents-generated-from-tocloft-and-shorttoc-i
%https://tex.stackexchange.com/a/250822/170846
setlengthcftbeforetoctitleskip{0pt} % change space before TOC title
setlengthcftaftertoctitleskip{20pt} % change space after TOC title
usepackage[latin,english]{babel}
usepackage{csquotes} % smart quotes
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{chaptermark}[1]{markboth{#1}{#1}}
newcommand{resetHRule}[1]{renewcommandheadrulewidth{#1}}
newcommand{setHdrFtr}[0]{%
fancyhf{}%
fancyhead[RO]{The College Savings Factor}%
fancyhead[LE]{leftmark}%
renewcommandfootrulewidth{0.2pt}
fancyfoot[LE, RO]{thepage}%
}
fancypagestyle{plain}{%
fancyhf{}
renewcommandheadrulewidth{0pt}
fancyfoot[LE, RO]{thepage}
renewcommandfootrulewidth{0pt}
}
newcommand{clrHdr}[0]{
thispagestyle{plain}
}
usepackage{nextpage}
%%% minor modification to nextpage for even-to-even clearing
makeatletter
renewcommand{cleartoevenpage}[2]{%
ifoddc@pageclearpage%
elsenewpagethispagestyle{#2}hbox{}#1
newpagehbox{}
fi}
makeatother
usepackage[texcoord]{eso-pic}
usepackage{graphicx}
usepackage{url}
usepackage{lipsum}
usepackage[pagebackref=true]{hyperref}
hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
}
setcounter{tocdepth}{1} % -1, 0, 1
begin{document}
clrHdr
renewcommand{contentsname}{Contents}
phantomsection
addcontentsline{toc}{chapter}{Contents}
tableofcontents
% odd to odd -- blank
cleartooddpage[thispagestyle{empty}]% <--- square
% odd to odd -- blank (w/ pg no.)
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 1}
chapter*{Chapter 1}
chaptermark{Chapter 1}
setHdrFtr
lipsum[44-48]
% odd to odd -- skipped pg filled (no page number)
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{empty}]
% odd to odd -- skipped pg filled (with page number)
%cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
% odd to odd -- just page number
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 2}
chapter*{Chapter 2}
chaptermark{Chapter 2}
lipsum[49-51]
% even to odd -- blank and
% even to odd -- filled
% are the same -- there is no blank page to handle
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 3}
chapter*{Chapter 3}
chaptermark{Chapter 3}
lipsum[52]
% odd to even -- blank and
% odd to even -- filled
% are the same -- there is no blank page to handle
cleartoevenpage{some text that won't ever show up}{plain}
phantomsection
addcontentsline{toc}{chapter}{A plain PreChap page}
% for no page number
%thispagestyle{empty}
% for page number
thispagestyle{plain}
This is the recto page that was advanced/cleared to. Typically, there'll be pre-chapter text or graphics on this page.
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 4}
chapter*{Chapter 4}
chaptermark{Chapter 4}
lipsum[53-56]
% even to even -- blank (w/ pg no)
cleartoevenpage{}{plain}
% even to even -- blank (w/o pg no)
%cleartoevenpage{}{empty}
phantomsection
addcontentsline{toc}{chapter}{PreChap Graphics with preceding blank page with page no}
thispagestyle{plain}
%adapted from https://tex.stackexchange.com/a/248829/170846
begin{minipage}[c]{textwidth}
href{https://ctan.org/lion/files/ctan_lion_350x350.png}{includegraphics[scale=0.75]{ctan_lion_350x350.png}{}}\
end{minipage}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 5}
chapter*{Chapter 5}
chaptermark{Chapter 5}
lipsum[57-60]
% even to even -- skipped pg filled (w/ page no)
cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{plain}
% even to even -- skipped pg filled (no page number)
%cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{empty}
% even to even -- skipped pg w/ page number only
%cleartoevenpage{}{plain}
phantomsection
addcontentsline{toc}{chapter}{The enquote{cleared-to} verso page, ready for pre-Chap content, with preceding Notice of deliberate blankness}
thispagestyle{plain}
% or, for no page no.
%thispagestyle{empty}
Here is a famous quote by a famous author.
{textit{Famous Author}}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 6}
chapter*{Chapter 6}
chaptermark{Chapter 6}
lipsum[70-73]
end{document}
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
add a comment |
Two responses, here.
Since nextpage.sty is already loaded, one could just use that multi-feature package. In the following, the original “add this line” line is commented and the nextpage.sty cleartooddpage command is added, as indicated.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyfoot{} % clear all footer fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
%%%usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
%%%cleardoublepage
cleartooddpage[thispagestyle{empty}] %%% <-- this line added
Chapter 2
text
end{document}
Since what’s addressed in both the MWE and the original (2015) Answer are simulated chapters, and since actual chapters have unique features to handle sometimes, an example of actual chapters using nextpage.sty with the book class is also included. Some designs call for “no formatting,” as is the case with the OP. Some designs call for “page number only;” some, “This page intentionally blank,” with or without page numbering. nextpage handles all of these options, as illustrated in the following. Various options are retained as comments that illustrate further customization options.
documentclass[a5paper,10pt, twoside]{book}
usepackage{tocloft}
%https://tex.stackexchange.com/questions/142871/how-to-customize-a-brief-table-of-contents-generated-from-tocloft-and-shorttoc-i
%https://tex.stackexchange.com/a/250822/170846
setlengthcftbeforetoctitleskip{0pt} % change space before TOC title
setlengthcftaftertoctitleskip{20pt} % change space after TOC title
usepackage[latin,english]{babel}
usepackage{csquotes} % smart quotes
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{chaptermark}[1]{markboth{#1}{#1}}
newcommand{resetHRule}[1]{renewcommandheadrulewidth{#1}}
newcommand{setHdrFtr}[0]{%
fancyhf{}%
fancyhead[RO]{The College Savings Factor}%
fancyhead[LE]{leftmark}%
renewcommandfootrulewidth{0.2pt}
fancyfoot[LE, RO]{thepage}%
}
fancypagestyle{plain}{%
fancyhf{}
renewcommandheadrulewidth{0pt}
fancyfoot[LE, RO]{thepage}
renewcommandfootrulewidth{0pt}
}
newcommand{clrHdr}[0]{
thispagestyle{plain}
}
usepackage{nextpage}
%%% minor modification to nextpage for even-to-even clearing
makeatletter
renewcommand{cleartoevenpage}[2]{%
ifoddc@pageclearpage%
elsenewpagethispagestyle{#2}hbox{}#1
newpagehbox{}
fi}
makeatother
usepackage[texcoord]{eso-pic}
usepackage{graphicx}
usepackage{url}
usepackage{lipsum}
usepackage[pagebackref=true]{hyperref}
hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
}
setcounter{tocdepth}{1} % -1, 0, 1
begin{document}
clrHdr
renewcommand{contentsname}{Contents}
phantomsection
addcontentsline{toc}{chapter}{Contents}
tableofcontents
% odd to odd -- blank
cleartooddpage[thispagestyle{empty}]% <--- square
% odd to odd -- blank (w/ pg no.)
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 1}
chapter*{Chapter 1}
chaptermark{Chapter 1}
setHdrFtr
lipsum[44-48]
% odd to odd -- skipped pg filled (no page number)
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{empty}]
% odd to odd -- skipped pg filled (with page number)
%cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
% odd to odd -- just page number
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 2}
chapter*{Chapter 2}
chaptermark{Chapter 2}
lipsum[49-51]
% even to odd -- blank and
% even to odd -- filled
% are the same -- there is no blank page to handle
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 3}
chapter*{Chapter 3}
chaptermark{Chapter 3}
lipsum[52]
% odd to even -- blank and
% odd to even -- filled
% are the same -- there is no blank page to handle
cleartoevenpage{some text that won't ever show up}{plain}
phantomsection
addcontentsline{toc}{chapter}{A plain PreChap page}
% for no page number
%thispagestyle{empty}
% for page number
thispagestyle{plain}
This is the recto page that was advanced/cleared to. Typically, there'll be pre-chapter text or graphics on this page.
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 4}
chapter*{Chapter 4}
chaptermark{Chapter 4}
lipsum[53-56]
% even to even -- blank (w/ pg no)
cleartoevenpage{}{plain}
% even to even -- blank (w/o pg no)
%cleartoevenpage{}{empty}
phantomsection
addcontentsline{toc}{chapter}{PreChap Graphics with preceding blank page with page no}
thispagestyle{plain}
%adapted from https://tex.stackexchange.com/a/248829/170846
begin{minipage}[c]{textwidth}
href{https://ctan.org/lion/files/ctan_lion_350x350.png}{includegraphics[scale=0.75]{ctan_lion_350x350.png}{}}\
end{minipage}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 5}
chapter*{Chapter 5}
chaptermark{Chapter 5}
lipsum[57-60]
% even to even -- skipped pg filled (w/ page no)
cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{plain}
% even to even -- skipped pg filled (no page number)
%cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{empty}
% even to even -- skipped pg w/ page number only
%cleartoevenpage{}{plain}
phantomsection
addcontentsline{toc}{chapter}{The enquote{cleared-to} verso page, ready for pre-Chap content, with preceding Notice of deliberate blankness}
thispagestyle{plain}
% or, for no page no.
%thispagestyle{empty}
Here is a famous quote by a famous author.
{textit{Famous Author}}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 6}
chapter*{Chapter 6}
chaptermark{Chapter 6}
lipsum[70-73]
end{document}
Two responses, here.
Since nextpage.sty is already loaded, one could just use that multi-feature package. In the following, the original “add this line” line is commented and the nextpage.sty cleartooddpage command is added, as indicated.
documentclass[a5paper,10pt, twoside]{book}
usepackage{fancyhdr}
pagestyle{fancy}
fancyhead{} % clear all header fields
fancyfoot{} % clear all footer fields
fancyhead[RO]{The College Savings Factor} %title of the book
fancyhead[LE]{chaptername thechapter}
%fancyfoot{} % clear all footer fields
%fancyfoot[LC,RC]{thepage}
renewcommand{headrulewidth}{0.2pt}
renewcommand{footrulewidth}{0.0pt} % 0.0 makes line dissapear
fancyfoot[LE, RO]{thepage}
usepackage{nextpage}
%%%usepackage{emptypage} %%<--- add this line
begin{document}
Chapter 1
text
%%%cleardoublepage
cleartooddpage[thispagestyle{empty}] %%% <-- this line added
Chapter 2
text
end{document}
Since what’s addressed in both the MWE and the original (2015) Answer are simulated chapters, and since actual chapters have unique features to handle sometimes, an example of actual chapters using nextpage.sty with the book class is also included. Some designs call for “no formatting,” as is the case with the OP. Some designs call for “page number only;” some, “This page intentionally blank,” with or without page numbering. nextpage handles all of these options, as illustrated in the following. Various options are retained as comments that illustrate further customization options.
documentclass[a5paper,10pt, twoside]{book}
usepackage{tocloft}
%https://tex.stackexchange.com/questions/142871/how-to-customize-a-brief-table-of-contents-generated-from-tocloft-and-shorttoc-i
%https://tex.stackexchange.com/a/250822/170846
setlengthcftbeforetoctitleskip{0pt} % change space before TOC title
setlengthcftaftertoctitleskip{20pt} % change space after TOC title
usepackage[latin,english]{babel}
usepackage{csquotes} % smart quotes
usepackage{fancyhdr}
pagestyle{fancy}
renewcommand{chaptermark}[1]{markboth{#1}{#1}}
newcommand{resetHRule}[1]{renewcommandheadrulewidth{#1}}
newcommand{setHdrFtr}[0]{%
fancyhf{}%
fancyhead[RO]{The College Savings Factor}%
fancyhead[LE]{leftmark}%
renewcommandfootrulewidth{0.2pt}
fancyfoot[LE, RO]{thepage}%
}
fancypagestyle{plain}{%
fancyhf{}
renewcommandheadrulewidth{0pt}
fancyfoot[LE, RO]{thepage}
renewcommandfootrulewidth{0pt}
}
newcommand{clrHdr}[0]{
thispagestyle{plain}
}
usepackage{nextpage}
%%% minor modification to nextpage for even-to-even clearing
makeatletter
renewcommand{cleartoevenpage}[2]{%
ifoddc@pageclearpage%
elsenewpagethispagestyle{#2}hbox{}#1
newpagehbox{}
fi}
makeatother
usepackage[texcoord]{eso-pic}
usepackage{graphicx}
usepackage{url}
usepackage{lipsum}
usepackage[pagebackref=true]{hyperref}
hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
}
setcounter{tocdepth}{1} % -1, 0, 1
begin{document}
clrHdr
renewcommand{contentsname}{Contents}
phantomsection
addcontentsline{toc}{chapter}{Contents}
tableofcontents
% odd to odd -- blank
cleartooddpage[thispagestyle{empty}]% <--- square
% odd to odd -- blank (w/ pg no.)
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 1}
chapter*{Chapter 1}
chaptermark{Chapter 1}
setHdrFtr
lipsum[44-48]
% odd to odd -- skipped pg filled (no page number)
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{empty}]
% odd to odd -- skipped pg filled (with page number)
%cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
% odd to odd -- just page number
%cleartooddpage[thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 2}
chapter*{Chapter 2}
chaptermark{Chapter 2}
lipsum[49-51]
% even to odd -- blank and
% even to odd -- filled
% are the same -- there is no blank page to handle
cleartooddpage[{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}thispagestyle{plain}]
phantomsection
addcontentsline{toc}{chapter}{Chapter 3}
chapter*{Chapter 3}
chaptermark{Chapter 3}
lipsum[52]
% odd to even -- blank and
% odd to even -- filled
% are the same -- there is no blank page to handle
cleartoevenpage{some text that won't ever show up}{plain}
phantomsection
addcontentsline{toc}{chapter}{A plain PreChap page}
% for no page number
%thispagestyle{empty}
% for page number
thispagestyle{plain}
This is the recto page that was advanced/cleared to. Typically, there'll be pre-chapter text or graphics on this page.
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 4}
chapter*{Chapter 4}
chaptermark{Chapter 4}
lipsum[53-56]
% even to even -- blank (w/ pg no)
cleartoevenpage{}{plain}
% even to even -- blank (w/o pg no)
%cleartoevenpage{}{empty}
phantomsection
addcontentsline{toc}{chapter}{PreChap Graphics with preceding blank page with page no}
thispagestyle{plain}
%adapted from https://tex.stackexchange.com/a/248829/170846
begin{minipage}[c]{textwidth}
href{https://ctan.org/lion/files/ctan_lion_350x350.png}{includegraphics[scale=0.75]{ctan_lion_350x350.png}{}}\
end{minipage}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 5}
chapter*{Chapter 5}
chaptermark{Chapter 5}
lipsum[57-60]
% even to even -- skipped pg filled (w/ page no)
cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{plain}
% even to even -- skipped pg filled (no page number)
%cleartoevenpage{vspace*{fill}begin{center}THIS PAGE LEFT BLANKend{center}vspace*{fill}}{empty}
% even to even -- skipped pg w/ page number only
%cleartoevenpage{}{plain}
phantomsection
addcontentsline{toc}{chapter}{The enquote{cleared-to} verso page, ready for pre-Chap content, with preceding Notice of deliberate blankness}
thispagestyle{plain}
% or, for no page no.
%thispagestyle{empty}
Here is a famous quote by a famous author.
{textit{Famous Author}}
clearpage
phantomsection
addcontentsline{toc}{chapter}{Chapter 6}
chapter*{Chapter 6}
chaptermark{Chapter 6}
lipsum[70-73]
end{document}
edited Dec 12 '18 at 18:00
answered Dec 12 '18 at 7:01
Saphar Koshet
1041215
1041215
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
add a comment |
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
It is not necessary to add the current date in the body of your answer, it will automatically shown beneath the post.
– samcarter
Dec 12 '18 at 10:17
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
@samcarter Good point. Thanks.
– Saphar Koshet
Dec 12 '18 at 17:59
add a comment |
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%2f267842%2fsuppress-formatting-on-a-cleardoublepage%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
I'm sure, I'm missing something very obvious here, but why don't you just use
chapter{Chapter 1} text chapter{Chapter 2} text?– moewe
Sep 16 '15 at 15:23
I use include{./chapters/chapter0x} to bring in each chapter from other files, but I want the beginning of each chapter to be on right hand side (odd numbered) pages. That sometimes means that the opposing page should be blank if the previous chapter ends on on an odd numbered page. hence the use of cleardoublepage. was trying to be succinct but I guess it was more confusing.
– Serge Garcia
Sep 16 '15 at 15:24