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













1















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.










share|improve this question





























    1















    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.










    share|improve this question



























      1












      1








      1








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday









      ShreevatsaR

      27.9k873102




      27.9k873102










      asked yesterday









      m___m___

      1215




      1215






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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





          share|improve this answer
























          • 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











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          1














          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





          share|improve this answer
























          • 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
















          1














          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





          share|improve this answer
























          • 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














          1












          1








          1







          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





          share|improve this answer













          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






          share|improve this answer












          share|improve this answer



          share|improve this answer










          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



















          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...