TeX and how to not output the footline/headline on specific pagetitleps multiple headers does not accept rule...
I can't die. Who am I?
How can neutral atoms have exactly zero electric field when there is a difference in the positions of the charges?
Specific Chinese carabiner QA?
Correct physics behind the colors on CD (compact disc)?
School performs periodic password audits. Is my password compromised?
PTIJ: Aharon, King of Egypt
Did Amazon pay $0 in taxes last year?
GPL code private and stolen
Rationale to prefer local variables over instance variables?
Canadian citizen, on US no-fly list. What can I do in order to be allowed on flights which go through US airspace?
PTIJ: Why can't I sing about soda on certain days?
Ahoy, Ye Traveler!
GDAL GetGeoTransform Documentation -- Is there an oversight, or what am I misunderstanding?
Why is my Contribution Detail Report (native CiviCRM Core report) not accurate?
Practical reasons to have both a large police force and bounty hunting network?
Should I use HTTPS on a domain that will only be used for redirection?
is 'sed' thread safe
Deal the cards to the players
Was it really inappropriate to write a pull request for the company I interviewed with?
Convergence to a fixed point
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
How to mitigate "bandwagon attacking" from players?
If nine coins are tossed, what is the probability that the number of heads is even?
Difference between 'stomach' and 'uterus'
TeX and how to not output the footline/headline on specific page
titleps multiple headers does not accept rule changesHow to change the headline and footline in LaTeXColore Line in Headline and FootlinePlain TeX `footline` with rule and contentHow to design page layout in plain TeX using OPmac?How is a page produced in the output routine?(AMS)TeX Chapter Title no running headBeamer template customization: logo, headline, and footlinebeamer - change titlepage not to show details in headline/footlineBeamer : different footline on the last page
The title page, any page, no head/footline using plain+etex+opmac, on a per page basis.
Is there a manual coding solution to a page macro to relax the foot/headline for the page. Below the "idea" not the solution apparently.
tit Title % Some title command in plain tex
defnofootline{footline{}} % would show an "empty" footline
nofootline % the nofootline is applied
vfillbreak % this would end the page
letnofootline{relax} % no longer have the nofootline having any effect
And the page at hoc would have a footline as defined originally.
header-footer tex-core plain-tex opmac headline
add a comment |
The title page, any page, no head/footline using plain+etex+opmac, on a per page basis.
Is there a manual coding solution to a page macro to relax the foot/headline for the page. Below the "idea" not the solution apparently.
tit Title % Some title command in plain tex
defnofootline{footline{}} % would show an "empty" footline
nofootline % the nofootline is applied
vfillbreak % this would end the page
letnofootline{relax} % no longer have the nofootline having any effect
And the page at hoc would have a footline as defined originally.
header-footer tex-core plain-tex opmac headline
add a comment |
The title page, any page, no head/footline using plain+etex+opmac, on a per page basis.
Is there a manual coding solution to a page macro to relax the foot/headline for the page. Below the "idea" not the solution apparently.
tit Title % Some title command in plain tex
defnofootline{footline{}} % would show an "empty" footline
nofootline % the nofootline is applied
vfillbreak % this would end the page
letnofootline{relax} % no longer have the nofootline having any effect
And the page at hoc would have a footline as defined originally.
header-footer tex-core plain-tex opmac headline
The title page, any page, no head/footline using plain+etex+opmac, on a per page basis.
Is there a manual coding solution to a page macro to relax the foot/headline for the page. Below the "idea" not the solution apparently.
tit Title % Some title command in plain tex
defnofootline{footline{}} % would show an "empty" footline
nofootline % the nofootline is applied
vfillbreak % this would end the page
letnofootline{relax} % no longer have the nofootline having any effect
And the page at hoc would have a footline as defined originally.
header-footer tex-core plain-tex opmac headline
header-footer tex-core plain-tex opmac headline
edited yesterday
ShreevatsaR
27.9k873102
27.9k873102
asked yesterday
m___m___
1215
1215
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Maybe you are finding a macro like onlythispage
:
defonlythispage#1=#2{%
expandafterxdefcsname savedstring#1endcsname{the#1}%
global#1={#2global#1=expandafterexpandafterexpandafter
{csname savedstring#1endcsname}}
}
defnofootline{onlythispagefootline={}} % would show an "empty" footline
nofootline % the nofootline is applied
Text, empty footline is here.
vfillbreak % this would end the page
Text, the original footline is here.
end
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
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%2f477943%2ftex-and-how-to-not-output-the-footline-headline-on-specific-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Maybe you are finding a macro like onlythispage
:
defonlythispage#1=#2{%
expandafterxdefcsname savedstring#1endcsname{the#1}%
global#1={#2global#1=expandafterexpandafterexpandafter
{csname savedstring#1endcsname}}
}
defnofootline{onlythispagefootline={}} % would show an "empty" footline
nofootline % the nofootline is applied
Text, empty footline is here.
vfillbreak % this would end the page
Text, the original footline is here.
end
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
add a comment |
Maybe you are finding a macro like onlythispage
:
defonlythispage#1=#2{%
expandafterxdefcsname savedstring#1endcsname{the#1}%
global#1={#2global#1=expandafterexpandafterexpandafter
{csname savedstring#1endcsname}}
}
defnofootline{onlythispagefootline={}} % would show an "empty" footline
nofootline % the nofootline is applied
Text, empty footline is here.
vfillbreak % this would end the page
Text, the original footline is here.
end
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
add a comment |
Maybe you are finding a macro like onlythispage
:
defonlythispage#1=#2{%
expandafterxdefcsname savedstring#1endcsname{the#1}%
global#1={#2global#1=expandafterexpandafterexpandafter
{csname savedstring#1endcsname}}
}
defnofootline{onlythispagefootline={}} % would show an "empty" footline
nofootline % the nofootline is applied
Text, empty footline is here.
vfillbreak % this would end the page
Text, the original footline is here.
end
Maybe you are finding a macro like onlythispage
:
defonlythispage#1=#2{%
expandafterxdefcsname savedstring#1endcsname{the#1}%
global#1={#2global#1=expandafterexpandafterexpandafter
{csname savedstring#1endcsname}}
}
defnofootline{onlythispagefootline={}} % would show an "empty" footline
nofootline % the nofootline is applied
Text, empty footline is here.
vfillbreak % this would end the page
Text, the original footline is here.
end
answered 22 hours ago
wipetwipet
35.2k4983
35.2k4983
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
add a comment |
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
The above code is fully functional. The csname ...endcsname , the, expandafter repetitions, string in a single definition. A suggestion to learn from. Compact, concise solution.
– m___
20 hours ago
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.
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%2f477943%2ftex-and-how-to-not-output-the-footline-headline-on-specific-page%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