how to skip first page while using fancyhdr package in texhow to set font style to Constantia in texHow can I make pages after the first come out correctly with fancyhdr?Header and footer for a book using: part on even page and chapter on odd pageHeader problemsFancyhdr custom header failing for appendicesHeader on odd pagesPage-numbering control with scrbook and fancyhdrDifferent header and footer on the title page (first page)Problem with fancyhdr aligned text and showLatex custom header with fancyhdrSpecial header on first page using fancyhdr

How can I calculate the cost of Skyss bus tickets

How does mathematics work?

Found more old paper shares from broken up companies

Does Impedance Matching Imply any Practical RF Transmitter Must Waste >=50% of Energy?

Pgfplots fillbetween and Tikz shade

Would using carbon dioxide as fuel work to reduce the greenhouse effect?

Why can't a country print its own money to spend it only abroad?

how to add 1 milliseconds on a datetime string?

Can GPL and BSD licensed applications be used for government work?

What rules turn any attack that hits a given target into a critical hit?

On the history of Haar measure

Was US film used in Luna 3?

Does downing a character at the start of its turn require an immediate Death Saving Throw?

What is "ass door"?

Book in which the "mountain" in the distance was a hole in the flat world

Is it better to merge "often" or only after completion do a big merge of feature branches?

5V/12V load balance of 3.5'' HDD?

Does quantity of data extensions impact performance?

ExactlyOne extension method

Are there any documented cases of extinction of a species of fungus?

Can't understand how static works exactly

How often should alkaline batteries be checked when they are in a device?

Strange LED behavior: Why is there a voltage over the LED with only one wire connected to it?

What's the 1 inch size square knob sticking out of wall?



how to skip first page while using fancyhdr package in tex


how to set font style to Constantia in texHow can I make pages after the first come out correctly with fancyhdr?Header and footer for a book using: part on even page and chapter on odd pageHeader problemsFancyhdr custom header failing for appendicesHeader on odd pagesPage-numbering control with scrbook and fancyhdrDifferent header and footer on the title page (first page)Problem with fancyhdr aligned text and showLatex custom header with fancyhdrSpecial header on first page using fancyhdr






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I am writing a tex document using book document class, and all the text is under beginenumerate. I am also using fancyhdr pkg as follows :



usepackagefancyhdr
fancyhead[C]book-title


This is resulting in the book title getting printed in the header of every page, including the first page. But I want to skip putting the book-title on page header of first page and rather put the book-title in bold and bigger fonts on the first page. Is it possible to specify that as part of fancyhead somehow, OR what is the way to achieve that ?










share|improve this question



















  • 3





    Have you tried issuing the directives thispagestyleempty or thispagestyleplain on the first page? The two page styles are very similar, except for the fact that the empty page style doesn't print a page number.

    – Mico
    Jul 14 at 4:28






  • 1





    @Mico: Thanks for your answer. Using thispagestyleempty removes the book-title from first page header, but it also removes the page-number from the bottom of the page as you told. Using thispagestyleplain results in the desired result. Thanks a lot. Can you please provide the answer so that i can accept the same.

    – mezda
    Jul 14 at 8:42












  • @Mico: Thanks Mico. I have one more question tex.stackexchange.com/questions/499133/… . If you have any idea on the same, can you please let me know.

    – mezda
    Jul 14 at 8:55

















3















I am writing a tex document using book document class, and all the text is under beginenumerate. I am also using fancyhdr pkg as follows :



usepackagefancyhdr
fancyhead[C]book-title


This is resulting in the book title getting printed in the header of every page, including the first page. But I want to skip putting the book-title on page header of first page and rather put the book-title in bold and bigger fonts on the first page. Is it possible to specify that as part of fancyhead somehow, OR what is the way to achieve that ?










share|improve this question



















  • 3





    Have you tried issuing the directives thispagestyleempty or thispagestyleplain on the first page? The two page styles are very similar, except for the fact that the empty page style doesn't print a page number.

    – Mico
    Jul 14 at 4:28






  • 1





    @Mico: Thanks for your answer. Using thispagestyleempty removes the book-title from first page header, but it also removes the page-number from the bottom of the page as you told. Using thispagestyleplain results in the desired result. Thanks a lot. Can you please provide the answer so that i can accept the same.

    – mezda
    Jul 14 at 8:42












  • @Mico: Thanks Mico. I have one more question tex.stackexchange.com/questions/499133/… . If you have any idea on the same, can you please let me know.

    – mezda
    Jul 14 at 8:55













3












3








3








I am writing a tex document using book document class, and all the text is under beginenumerate. I am also using fancyhdr pkg as follows :



usepackagefancyhdr
fancyhead[C]book-title


This is resulting in the book title getting printed in the header of every page, including the first page. But I want to skip putting the book-title on page header of first page and rather put the book-title in bold and bigger fonts on the first page. Is it possible to specify that as part of fancyhead somehow, OR what is the way to achieve that ?










share|improve this question
















I am writing a tex document using book document class, and all the text is under beginenumerate. I am also using fancyhdr pkg as follows :



usepackagefancyhdr
fancyhead[C]book-title


This is resulting in the book title getting printed in the header of every page, including the first page. But I want to skip putting the book-title on page header of first page and rather put the book-title in bold and bigger fonts on the first page. Is it possible to specify that as part of fancyhead somehow, OR what is the way to achieve that ?







fancyhdr






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 14 at 4:35









Mico

298k32 gold badges410 silver badges811 bronze badges




298k32 gold badges410 silver badges811 bronze badges










asked Jul 14 at 4:04









mezdamezda

1634 bronze badges




1634 bronze badges







  • 3





    Have you tried issuing the directives thispagestyleempty or thispagestyleplain on the first page? The two page styles are very similar, except for the fact that the empty page style doesn't print a page number.

    – Mico
    Jul 14 at 4:28






  • 1





    @Mico: Thanks for your answer. Using thispagestyleempty removes the book-title from first page header, but it also removes the page-number from the bottom of the page as you told. Using thispagestyleplain results in the desired result. Thanks a lot. Can you please provide the answer so that i can accept the same.

    – mezda
    Jul 14 at 8:42












  • @Mico: Thanks Mico. I have one more question tex.stackexchange.com/questions/499133/… . If you have any idea on the same, can you please let me know.

    – mezda
    Jul 14 at 8:55












  • 3





    Have you tried issuing the directives thispagestyleempty or thispagestyleplain on the first page? The two page styles are very similar, except for the fact that the empty page style doesn't print a page number.

    – Mico
    Jul 14 at 4:28






  • 1





    @Mico: Thanks for your answer. Using thispagestyleempty removes the book-title from first page header, but it also removes the page-number from the bottom of the page as you told. Using thispagestyleplain results in the desired result. Thanks a lot. Can you please provide the answer so that i can accept the same.

    – mezda
    Jul 14 at 8:42












  • @Mico: Thanks Mico. I have one more question tex.stackexchange.com/questions/499133/… . If you have any idea on the same, can you please let me know.

    – mezda
    Jul 14 at 8:55







3




3





Have you tried issuing the directives thispagestyleempty or thispagestyleplain on the first page? The two page styles are very similar, except for the fact that the empty page style doesn't print a page number.

– Mico
Jul 14 at 4:28





Have you tried issuing the directives thispagestyleempty or thispagestyleplain on the first page? The two page styles are very similar, except for the fact that the empty page style doesn't print a page number.

– Mico
Jul 14 at 4:28




1




1





@Mico: Thanks for your answer. Using thispagestyleempty removes the book-title from first page header, but it also removes the page-number from the bottom of the page as you told. Using thispagestyleplain results in the desired result. Thanks a lot. Can you please provide the answer so that i can accept the same.

– mezda
Jul 14 at 8:42






@Mico: Thanks for your answer. Using thispagestyleempty removes the book-title from first page header, but it also removes the page-number from the bottom of the page as you told. Using thispagestyleplain results in the desired result. Thanks a lot. Can you please provide the answer so that i can accept the same.

– mezda
Jul 14 at 8:42














@Mico: Thanks Mico. I have one more question tex.stackexchange.com/questions/499133/… . If you have any idea on the same, can you please let me know.

– mezda
Jul 14 at 8:55





@Mico: Thanks Mico. I have one more question tex.stackexchange.com/questions/499133/… . If you have any idea on the same, can you please let me know.

– mezda
Jul 14 at 8:55










2 Answers
2






active

oldest

votes


















4














You have two main options:



  • thispagestyleplain -- With this instruction, the page number will be printed in the middle of the page footer; and


  • thispagestyleempty -- Very similar to thispagestyleplain, except for the fact that the empty page style doesn't print a page number. (Put differently, nothing is written to either the header line or the footer line.)






share|improve this answer






























    1














    So, in the absence of a example, I guess that you are using some like this:



    documentclassbook
    usepackagelipsum
    usepackagefancyhdr
    fancyhead[C]book-title
    pagestylefancy
    begindocument
    Largehfil book-title
    beginenumerateitem foo item etc. endenumeratenewpage
    beginenumerateitem foo endenumerate
    enddocument


    While thispagestylecan fix this mess as Mico showed, that is not really needed if you use the appropriate way of make titles, where the headers are automatically omitted. Seem that you want the title in the first page of contents and not in a cover page (as usual in real books) so book is not the appropriate document class here.



    In other word: use maketitle and the article class instead of book, and you and you will not need make manual exceptions to the fancy header.



    documentclassarticle
    titlebook-titleauthordate
    usepackagefancyhdr
    fancyhead[C]book-title
    pagestylefancy
    begindocument
    maketitle
    beginenumerateitem foo item etc. endenumeratenewpage
    beginenumerateitem foo endenumerate
    enddocument


    Or even without a real title, if you do not mind for some other changes of style in the document, some article-like clasess, as amsart or acmart take care of not include the header in the first page:



    documentclassamsart
    usepackagefancyhdr
    fancyhead[C]book-title
    pagestylefancy
    begindocument
    section*book-title
    beginenumerateitem foo item etc. endenumeratenewpage
    beginenumerateitem foo endenumerate
    enddocument





    share|improve this answer

























      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%2f499860%2fhow-to-skip-first-page-while-using-fancyhdr-package-in-tex%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









      4














      You have two main options:



      • thispagestyleplain -- With this instruction, the page number will be printed in the middle of the page footer; and


      • thispagestyleempty -- Very similar to thispagestyleplain, except for the fact that the empty page style doesn't print a page number. (Put differently, nothing is written to either the header line or the footer line.)






      share|improve this answer



























        4














        You have two main options:



        • thispagestyleplain -- With this instruction, the page number will be printed in the middle of the page footer; and


        • thispagestyleempty -- Very similar to thispagestyleplain, except for the fact that the empty page style doesn't print a page number. (Put differently, nothing is written to either the header line or the footer line.)






        share|improve this answer

























          4












          4








          4







          You have two main options:



          • thispagestyleplain -- With this instruction, the page number will be printed in the middle of the page footer; and


          • thispagestyleempty -- Very similar to thispagestyleplain, except for the fact that the empty page style doesn't print a page number. (Put differently, nothing is written to either the header line or the footer line.)






          share|improve this answer













          You have two main options:



          • thispagestyleplain -- With this instruction, the page number will be printed in the middle of the page footer; and


          • thispagestyleempty -- Very similar to thispagestyleplain, except for the fact that the empty page style doesn't print a page number. (Put differently, nothing is written to either the header line or the footer line.)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 14 at 8:51









          MicoMico

          298k32 gold badges410 silver badges811 bronze badges




          298k32 gold badges410 silver badges811 bronze badges























              1














              So, in the absence of a example, I guess that you are using some like this:



              documentclassbook
              usepackagelipsum
              usepackagefancyhdr
              fancyhead[C]book-title
              pagestylefancy
              begindocument
              Largehfil book-title
              beginenumerateitem foo item etc. endenumeratenewpage
              beginenumerateitem foo endenumerate
              enddocument


              While thispagestylecan fix this mess as Mico showed, that is not really needed if you use the appropriate way of make titles, where the headers are automatically omitted. Seem that you want the title in the first page of contents and not in a cover page (as usual in real books) so book is not the appropriate document class here.



              In other word: use maketitle and the article class instead of book, and you and you will not need make manual exceptions to the fancy header.



              documentclassarticle
              titlebook-titleauthordate
              usepackagefancyhdr
              fancyhead[C]book-title
              pagestylefancy
              begindocument
              maketitle
              beginenumerateitem foo item etc. endenumeratenewpage
              beginenumerateitem foo endenumerate
              enddocument


              Or even without a real title, if you do not mind for some other changes of style in the document, some article-like clasess, as amsart or acmart take care of not include the header in the first page:



              documentclassamsart
              usepackagefancyhdr
              fancyhead[C]book-title
              pagestylefancy
              begindocument
              section*book-title
              beginenumerateitem foo item etc. endenumeratenewpage
              beginenumerateitem foo endenumerate
              enddocument





              share|improve this answer



























                1














                So, in the absence of a example, I guess that you are using some like this:



                documentclassbook
                usepackagelipsum
                usepackagefancyhdr
                fancyhead[C]book-title
                pagestylefancy
                begindocument
                Largehfil book-title
                beginenumerateitem foo item etc. endenumeratenewpage
                beginenumerateitem foo endenumerate
                enddocument


                While thispagestylecan fix this mess as Mico showed, that is not really needed if you use the appropriate way of make titles, where the headers are automatically omitted. Seem that you want the title in the first page of contents and not in a cover page (as usual in real books) so book is not the appropriate document class here.



                In other word: use maketitle and the article class instead of book, and you and you will not need make manual exceptions to the fancy header.



                documentclassarticle
                titlebook-titleauthordate
                usepackagefancyhdr
                fancyhead[C]book-title
                pagestylefancy
                begindocument
                maketitle
                beginenumerateitem foo item etc. endenumeratenewpage
                beginenumerateitem foo endenumerate
                enddocument


                Or even without a real title, if you do not mind for some other changes of style in the document, some article-like clasess, as amsart or acmart take care of not include the header in the first page:



                documentclassamsart
                usepackagefancyhdr
                fancyhead[C]book-title
                pagestylefancy
                begindocument
                section*book-title
                beginenumerateitem foo item etc. endenumeratenewpage
                beginenumerateitem foo endenumerate
                enddocument





                share|improve this answer

























                  1












                  1








                  1







                  So, in the absence of a example, I guess that you are using some like this:



                  documentclassbook
                  usepackagelipsum
                  usepackagefancyhdr
                  fancyhead[C]book-title
                  pagestylefancy
                  begindocument
                  Largehfil book-title
                  beginenumerateitem foo item etc. endenumeratenewpage
                  beginenumerateitem foo endenumerate
                  enddocument


                  While thispagestylecan fix this mess as Mico showed, that is not really needed if you use the appropriate way of make titles, where the headers are automatically omitted. Seem that you want the title in the first page of contents and not in a cover page (as usual in real books) so book is not the appropriate document class here.



                  In other word: use maketitle and the article class instead of book, and you and you will not need make manual exceptions to the fancy header.



                  documentclassarticle
                  titlebook-titleauthordate
                  usepackagefancyhdr
                  fancyhead[C]book-title
                  pagestylefancy
                  begindocument
                  maketitle
                  beginenumerateitem foo item etc. endenumeratenewpage
                  beginenumerateitem foo endenumerate
                  enddocument


                  Or even without a real title, if you do not mind for some other changes of style in the document, some article-like clasess, as amsart or acmart take care of not include the header in the first page:



                  documentclassamsart
                  usepackagefancyhdr
                  fancyhead[C]book-title
                  pagestylefancy
                  begindocument
                  section*book-title
                  beginenumerateitem foo item etc. endenumeratenewpage
                  beginenumerateitem foo endenumerate
                  enddocument





                  share|improve this answer













                  So, in the absence of a example, I guess that you are using some like this:



                  documentclassbook
                  usepackagelipsum
                  usepackagefancyhdr
                  fancyhead[C]book-title
                  pagestylefancy
                  begindocument
                  Largehfil book-title
                  beginenumerateitem foo item etc. endenumeratenewpage
                  beginenumerateitem foo endenumerate
                  enddocument


                  While thispagestylecan fix this mess as Mico showed, that is not really needed if you use the appropriate way of make titles, where the headers are automatically omitted. Seem that you want the title in the first page of contents and not in a cover page (as usual in real books) so book is not the appropriate document class here.



                  In other word: use maketitle and the article class instead of book, and you and you will not need make manual exceptions to the fancy header.



                  documentclassarticle
                  titlebook-titleauthordate
                  usepackagefancyhdr
                  fancyhead[C]book-title
                  pagestylefancy
                  begindocument
                  maketitle
                  beginenumerateitem foo item etc. endenumeratenewpage
                  beginenumerateitem foo endenumerate
                  enddocument


                  Or even without a real title, if you do not mind for some other changes of style in the document, some article-like clasess, as amsart or acmart take care of not include the header in the first page:



                  documentclassamsart
                  usepackagefancyhdr
                  fancyhead[C]book-title
                  pagestylefancy
                  begindocument
                  section*book-title
                  beginenumerateitem foo item etc. endenumeratenewpage
                  beginenumerateitem foo endenumerate
                  enddocument






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 14 at 10:50









                  FranFran

                  55.7k6 gold badges122 silver badges189 bronze badges




                  55.7k6 gold badges122 silver badges189 bronze badges



























                      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%2f499860%2fhow-to-skip-first-page-while-using-fancyhdr-package-in-tex%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

                      Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                      Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                      Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?