Display both section page numbers and document page numbers
I have many sections in my document. Right now in the header I'm displaying each section's individual page numbers (for example: Section one has 3 pages, so it displays page 1, page 2, page 3, and section two restarts at page 1, etc.).
I'd like to at the same time in the footer display the document's overall page numbers (like they are usually numbered).
To make the header display as I'd like I clicked Page Number -> Format Page Numbers and told it to not continue from previous section. However, this formatting is universal to the document and I can't have a separate formatting in the footer.
Is this possible to accomplish?
microsoft-word microsoft-word-2007
|
show 2 more comments
I have many sections in my document. Right now in the header I'm displaying each section's individual page numbers (for example: Section one has 3 pages, so it displays page 1, page 2, page 3, and section two restarts at page 1, etc.).
I'd like to at the same time in the footer display the document's overall page numbers (like they are usually numbered).
To make the header display as I'd like I clicked Page Number -> Format Page Numbers and told it to not continue from previous section. However, this formatting is universal to the document and I can't have a separate formatting in the footer.
Is this possible to accomplish?
microsoft-word microsoft-word-2007
1
I don't have ready access to Word, so I'll give you the gist and maybe somebody else will flesh this out into an answer. You can actually do some very complex page numbering in footers by using filed codes. This article describes a relatively simple Page X of Y, but you can plug in codes for various things. For example {SectionPages} inserts total pages in that section, {Page} inserts the current page number, etc. (cont'd)
– fixer1234
Apr 2 '17 at 3:44
1
So you combine your own text with the fields you want and the footer looks like Page { PAGE } of { SECTIONPAGES }. The full list of field codes is here. Each one has a link to a help page, including examples.
– fixer1234
Apr 2 '17 at 3:45
I don't care about how many pages each section has, or how many pages total. I want { PAGE } in the header to display the current page # in this section and in the footer the current page in the document as a whole. I'm not sure if that's possible which is why I am asking
– robev
Apr 2 '17 at 13:02
Take a look at the field codes available. You would combine that with document options, such as new page numbering in each section. Field codes work in headers, as well (actually within the document body, also). You would need to find field codes for the parameters you want to display. I believe you can also do some basic math with field codes, so you can even calculate parameters that might not be canned values.
– fixer1234
Apr 2 '17 at 16:11
Like I said, from the field codes I found available, the one to display the current page number is the same whether you want section page numbers or document page numbers.
– robev
Apr 2 '17 at 16:40
|
show 2 more comments
I have many sections in my document. Right now in the header I'm displaying each section's individual page numbers (for example: Section one has 3 pages, so it displays page 1, page 2, page 3, and section two restarts at page 1, etc.).
I'd like to at the same time in the footer display the document's overall page numbers (like they are usually numbered).
To make the header display as I'd like I clicked Page Number -> Format Page Numbers and told it to not continue from previous section. However, this formatting is universal to the document and I can't have a separate formatting in the footer.
Is this possible to accomplish?
microsoft-word microsoft-word-2007
I have many sections in my document. Right now in the header I'm displaying each section's individual page numbers (for example: Section one has 3 pages, so it displays page 1, page 2, page 3, and section two restarts at page 1, etc.).
I'd like to at the same time in the footer display the document's overall page numbers (like they are usually numbered).
To make the header display as I'd like I clicked Page Number -> Format Page Numbers and told it to not continue from previous section. However, this formatting is universal to the document and I can't have a separate formatting in the footer.
Is this possible to accomplish?
microsoft-word microsoft-word-2007
microsoft-word microsoft-word-2007
asked Apr 2 '17 at 2:39
robevrobev
139238
139238
1
I don't have ready access to Word, so I'll give you the gist and maybe somebody else will flesh this out into an answer. You can actually do some very complex page numbering in footers by using filed codes. This article describes a relatively simple Page X of Y, but you can plug in codes for various things. For example {SectionPages} inserts total pages in that section, {Page} inserts the current page number, etc. (cont'd)
– fixer1234
Apr 2 '17 at 3:44
1
So you combine your own text with the fields you want and the footer looks like Page { PAGE } of { SECTIONPAGES }. The full list of field codes is here. Each one has a link to a help page, including examples.
– fixer1234
Apr 2 '17 at 3:45
I don't care about how many pages each section has, or how many pages total. I want { PAGE } in the header to display the current page # in this section and in the footer the current page in the document as a whole. I'm not sure if that's possible which is why I am asking
– robev
Apr 2 '17 at 13:02
Take a look at the field codes available. You would combine that with document options, such as new page numbering in each section. Field codes work in headers, as well (actually within the document body, also). You would need to find field codes for the parameters you want to display. I believe you can also do some basic math with field codes, so you can even calculate parameters that might not be canned values.
– fixer1234
Apr 2 '17 at 16:11
Like I said, from the field codes I found available, the one to display the current page number is the same whether you want section page numbers or document page numbers.
– robev
Apr 2 '17 at 16:40
|
show 2 more comments
1
I don't have ready access to Word, so I'll give you the gist and maybe somebody else will flesh this out into an answer. You can actually do some very complex page numbering in footers by using filed codes. This article describes a relatively simple Page X of Y, but you can plug in codes for various things. For example {SectionPages} inserts total pages in that section, {Page} inserts the current page number, etc. (cont'd)
– fixer1234
Apr 2 '17 at 3:44
1
So you combine your own text with the fields you want and the footer looks like Page { PAGE } of { SECTIONPAGES }. The full list of field codes is here. Each one has a link to a help page, including examples.
– fixer1234
Apr 2 '17 at 3:45
I don't care about how many pages each section has, or how many pages total. I want { PAGE } in the header to display the current page # in this section and in the footer the current page in the document as a whole. I'm not sure if that's possible which is why I am asking
– robev
Apr 2 '17 at 13:02
Take a look at the field codes available. You would combine that with document options, such as new page numbering in each section. Field codes work in headers, as well (actually within the document body, also). You would need to find field codes for the parameters you want to display. I believe you can also do some basic math with field codes, so you can even calculate parameters that might not be canned values.
– fixer1234
Apr 2 '17 at 16:11
Like I said, from the field codes I found available, the one to display the current page number is the same whether you want section page numbers or document page numbers.
– robev
Apr 2 '17 at 16:40
1
1
I don't have ready access to Word, so I'll give you the gist and maybe somebody else will flesh this out into an answer. You can actually do some very complex page numbering in footers by using filed codes. This article describes a relatively simple Page X of Y, but you can plug in codes for various things. For example {SectionPages} inserts total pages in that section, {Page} inserts the current page number, etc. (cont'd)
– fixer1234
Apr 2 '17 at 3:44
I don't have ready access to Word, so I'll give you the gist and maybe somebody else will flesh this out into an answer. You can actually do some very complex page numbering in footers by using filed codes. This article describes a relatively simple Page X of Y, but you can plug in codes for various things. For example {SectionPages} inserts total pages in that section, {Page} inserts the current page number, etc. (cont'd)
– fixer1234
Apr 2 '17 at 3:44
1
1
So you combine your own text with the fields you want and the footer looks like Page { PAGE } of { SECTIONPAGES }. The full list of field codes is here. Each one has a link to a help page, including examples.
– fixer1234
Apr 2 '17 at 3:45
So you combine your own text with the fields you want and the footer looks like Page { PAGE } of { SECTIONPAGES }. The full list of field codes is here. Each one has a link to a help page, including examples.
– fixer1234
Apr 2 '17 at 3:45
I don't care about how many pages each section has, or how many pages total. I want { PAGE } in the header to display the current page # in this section and in the footer the current page in the document as a whole. I'm not sure if that's possible which is why I am asking
– robev
Apr 2 '17 at 13:02
I don't care about how many pages each section has, or how many pages total. I want { PAGE } in the header to display the current page # in this section and in the footer the current page in the document as a whole. I'm not sure if that's possible which is why I am asking
– robev
Apr 2 '17 at 13:02
Take a look at the field codes available. You would combine that with document options, such as new page numbering in each section. Field codes work in headers, as well (actually within the document body, also). You would need to find field codes for the parameters you want to display. I believe you can also do some basic math with field codes, so you can even calculate parameters that might not be canned values.
– fixer1234
Apr 2 '17 at 16:11
Take a look at the field codes available. You would combine that with document options, such as new page numbering in each section. Field codes work in headers, as well (actually within the document body, also). You would need to find field codes for the parameters you want to display. I believe you can also do some basic math with field codes, so you can even calculate parameters that might not be canned values.
– fixer1234
Apr 2 '17 at 16:11
Like I said, from the field codes I found available, the one to display the current page number is the same whether you want section page numbers or document page numbers.
– robev
Apr 2 '17 at 16:40
Like I said, from the field codes I found available, the one to display the current page number is the same whether you want section page numbers or document page numbers.
– robev
Apr 2 '17 at 16:40
|
show 2 more comments
0
active
oldest
votes
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1194685%2fdisplay-both-section-page-numbers-and-document-page-numbers%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 Super User!
- 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%2fsuperuser.com%2fquestions%2f1194685%2fdisplay-both-section-page-numbers-and-document-page-numbers%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
1
I don't have ready access to Word, so I'll give you the gist and maybe somebody else will flesh this out into an answer. You can actually do some very complex page numbering in footers by using filed codes. This article describes a relatively simple Page X of Y, but you can plug in codes for various things. For example {SectionPages} inserts total pages in that section, {Page} inserts the current page number, etc. (cont'd)
– fixer1234
Apr 2 '17 at 3:44
1
So you combine your own text with the fields you want and the footer looks like Page { PAGE } of { SECTIONPAGES }. The full list of field codes is here. Each one has a link to a help page, including examples.
– fixer1234
Apr 2 '17 at 3:45
I don't care about how many pages each section has, or how many pages total. I want { PAGE } in the header to display the current page # in this section and in the footer the current page in the document as a whole. I'm not sure if that's possible which is why I am asking
– robev
Apr 2 '17 at 13:02
Take a look at the field codes available. You would combine that with document options, such as new page numbering in each section. Field codes work in headers, as well (actually within the document body, also). You would need to find field codes for the parameters you want to display. I believe you can also do some basic math with field codes, so you can even calculate parameters that might not be canned values.
– fixer1234
Apr 2 '17 at 16:11
Like I said, from the field codes I found available, the one to display the current page number is the same whether you want section page numbers or document page numbers.
– robev
Apr 2 '17 at 16:40