Issue with the numeration of the appendix B












0















Referring to a previous request of mine as from the following link:



Replace part of the appendix of Legrand Orange Book with letters of the alphabet instead of arabic numbers



I can't find the solution on how to get for the appendix B, the same structure as the appendix A:



appendix
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Richiami di formalismo vettoriale}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{1}
renewcommand{thepart}{arabic{part}}%part numbering in arabic


Precisely for the Appendix B



renewcommandthepart{Alph{part}}
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Titolo per l'appendice B}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{0}


it is not have the numeration B.1, B.1.1. etc.



enter image description here



As you can see from the image, the numbering of appendix B is missing the letter B that precedes the numbering.



How can I solve or fix the issue?



EDIT 1: following the comment by @Kurt. This is the result:



enter image description here










share|improve this question

























  • What happens, idf you only use the three lines part{textcolor{SandyBrown}{textsc{Appendice}}}, chapterimage{chapter_head_10.pdf}and chapter{Titolo per l'appendice B} in your code? The other needed settings should be done with first appendix A ...

    – Kurt
    3 hours ago













  • @Kurt I'm compiling now the code. Before I was without internet line.

    – Sebastiano
    3 hours ago








  • 1





    Try to add renewcommandthepart{Alph{part}} before part for appendix B

    – Kurt
    2 hours ago






  • 1





    @Kurt OK!!! :-) Perfect. Can you transform the comment in an answer, please?

    – Sebastiano
    2 hours ago






  • 1





    Okay! Done! :-)

    – Kurt
    2 hours ago
















0















Referring to a previous request of mine as from the following link:



Replace part of the appendix of Legrand Orange Book with letters of the alphabet instead of arabic numbers



I can't find the solution on how to get for the appendix B, the same structure as the appendix A:



appendix
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Richiami di formalismo vettoriale}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{1}
renewcommand{thepart}{arabic{part}}%part numbering in arabic


Precisely for the Appendix B



renewcommandthepart{Alph{part}}
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Titolo per l'appendice B}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{0}


it is not have the numeration B.1, B.1.1. etc.



enter image description here



As you can see from the image, the numbering of appendix B is missing the letter B that precedes the numbering.



How can I solve or fix the issue?



EDIT 1: following the comment by @Kurt. This is the result:



enter image description here










share|improve this question

























  • What happens, idf you only use the three lines part{textcolor{SandyBrown}{textsc{Appendice}}}, chapterimage{chapter_head_10.pdf}and chapter{Titolo per l'appendice B} in your code? The other needed settings should be done with first appendix A ...

    – Kurt
    3 hours ago













  • @Kurt I'm compiling now the code. Before I was without internet line.

    – Sebastiano
    3 hours ago








  • 1





    Try to add renewcommandthepart{Alph{part}} before part for appendix B

    – Kurt
    2 hours ago






  • 1





    @Kurt OK!!! :-) Perfect. Can you transform the comment in an answer, please?

    – Sebastiano
    2 hours ago






  • 1





    Okay! Done! :-)

    – Kurt
    2 hours ago














0












0








0








Referring to a previous request of mine as from the following link:



Replace part of the appendix of Legrand Orange Book with letters of the alphabet instead of arabic numbers



I can't find the solution on how to get for the appendix B, the same structure as the appendix A:



appendix
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Richiami di formalismo vettoriale}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{1}
renewcommand{thepart}{arabic{part}}%part numbering in arabic


Precisely for the Appendix B



renewcommandthepart{Alph{part}}
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Titolo per l'appendice B}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{0}


it is not have the numeration B.1, B.1.1. etc.



enter image description here



As you can see from the image, the numbering of appendix B is missing the letter B that precedes the numbering.



How can I solve or fix the issue?



EDIT 1: following the comment by @Kurt. This is the result:



enter image description here










share|improve this question
















Referring to a previous request of mine as from the following link:



Replace part of the appendix of Legrand Orange Book with letters of the alphabet instead of arabic numbers



I can't find the solution on how to get for the appendix B, the same structure as the appendix A:



appendix
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Richiami di formalismo vettoriale}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{1}
renewcommand{thepart}{arabic{part}}%part numbering in arabic


Precisely for the Appendix B



renewcommandthepart{Alph{part}}
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Titolo per l'appendice B}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{0}


it is not have the numeration B.1, B.1.1. etc.



enter image description here



As you can see from the image, the numbering of appendix B is missing the letter B that precedes the numbering.



How can I solve or fix the issue?



EDIT 1: following the comment by @Kurt. This is the result:



enter image description here







parts appendix






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago







Sebastiano

















asked 3 hours ago









SebastianoSebastiano

11k42164




11k42164













  • What happens, idf you only use the three lines part{textcolor{SandyBrown}{textsc{Appendice}}}, chapterimage{chapter_head_10.pdf}and chapter{Titolo per l'appendice B} in your code? The other needed settings should be done with first appendix A ...

    – Kurt
    3 hours ago













  • @Kurt I'm compiling now the code. Before I was without internet line.

    – Sebastiano
    3 hours ago








  • 1





    Try to add renewcommandthepart{Alph{part}} before part for appendix B

    – Kurt
    2 hours ago






  • 1





    @Kurt OK!!! :-) Perfect. Can you transform the comment in an answer, please?

    – Sebastiano
    2 hours ago






  • 1





    Okay! Done! :-)

    – Kurt
    2 hours ago



















  • What happens, idf you only use the three lines part{textcolor{SandyBrown}{textsc{Appendice}}}, chapterimage{chapter_head_10.pdf}and chapter{Titolo per l'appendice B} in your code? The other needed settings should be done with first appendix A ...

    – Kurt
    3 hours ago













  • @Kurt I'm compiling now the code. Before I was without internet line.

    – Sebastiano
    3 hours ago








  • 1





    Try to add renewcommandthepart{Alph{part}} before part for appendix B

    – Kurt
    2 hours ago






  • 1





    @Kurt OK!!! :-) Perfect. Can you transform the comment in an answer, please?

    – Sebastiano
    2 hours ago






  • 1





    Okay! Done! :-)

    – Kurt
    2 hours ago

















What happens, idf you only use the three lines part{textcolor{SandyBrown}{textsc{Appendice}}}, chapterimage{chapter_head_10.pdf}and chapter{Titolo per l'appendice B} in your code? The other needed settings should be done with first appendix A ...

– Kurt
3 hours ago







What happens, idf you only use the three lines part{textcolor{SandyBrown}{textsc{Appendice}}}, chapterimage{chapter_head_10.pdf}and chapter{Titolo per l'appendice B} in your code? The other needed settings should be done with first appendix A ...

– Kurt
3 hours ago















@Kurt I'm compiling now the code. Before I was without internet line.

– Sebastiano
3 hours ago







@Kurt I'm compiling now the code. Before I was without internet line.

– Sebastiano
3 hours ago






1




1





Try to add renewcommandthepart{Alph{part}} before part for appendix B

– Kurt
2 hours ago





Try to add renewcommandthepart{Alph{part}} before part for appendix B

– Kurt
2 hours ago




1




1





@Kurt OK!!! :-) Perfect. Can you transform the comment in an answer, please?

– Sebastiano
2 hours ago





@Kurt OK!!! :-) Perfect. Can you transform the comment in an answer, please?

– Sebastiano
2 hours ago




1




1





Okay! Done! :-)

– Kurt
2 hours ago





Okay! Done! :-)

– Kurt
2 hours ago










1 Answer
1






active

oldest

votes


















1














With the settings in your code



appendix
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Richiami di formalismo vettoriale}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
renewcommand{thechapter}{Alph{chapter}}
setcounter{chapter}{1}
renewcommand{thepart}{arabic{part}}%part numbering in arabic


most things are done that are needed if you add an second appendix B. So only the following code for appendix B is needed:



renewcommandthepart{Alph{part}}
part{textcolor{SandyBrown}{textsc{Appendice}}}
chapterimage{chapter_head_10.pdf} % Chapter heading image
chapter{Titolo per l'appendice B}


Usually line renewcommandthepart{Alph{part}} should not be needed, but I guess -- I do not know your used template -- your used template redefined it somewhere before ...






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%2f480175%2fissue-with-the-numeration-of-the-appendix-b%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














    With the settings in your code



    appendix
    part{textcolor{SandyBrown}{textsc{Appendice}}}
    chapterimage{chapter_head_10.pdf} % Chapter heading image
    chapter{Richiami di formalismo vettoriale}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    renewcommand{thechapter}{Alph{chapter}}
    setcounter{chapter}{1}
    renewcommand{thepart}{arabic{part}}%part numbering in arabic


    most things are done that are needed if you add an second appendix B. So only the following code for appendix B is needed:



    renewcommandthepart{Alph{part}}
    part{textcolor{SandyBrown}{textsc{Appendice}}}
    chapterimage{chapter_head_10.pdf} % Chapter heading image
    chapter{Titolo per l'appendice B}


    Usually line renewcommandthepart{Alph{part}} should not be needed, but I guess -- I do not know your used template -- your used template redefined it somewhere before ...






    share|improve this answer




























      1














      With the settings in your code



      appendix
      part{textcolor{SandyBrown}{textsc{Appendice}}}
      chapterimage{chapter_head_10.pdf} % Chapter heading image
      chapter{Richiami di formalismo vettoriale}

      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      renewcommand{thechapter}{Alph{chapter}}
      setcounter{chapter}{1}
      renewcommand{thepart}{arabic{part}}%part numbering in arabic


      most things are done that are needed if you add an second appendix B. So only the following code for appendix B is needed:



      renewcommandthepart{Alph{part}}
      part{textcolor{SandyBrown}{textsc{Appendice}}}
      chapterimage{chapter_head_10.pdf} % Chapter heading image
      chapter{Titolo per l'appendice B}


      Usually line renewcommandthepart{Alph{part}} should not be needed, but I guess -- I do not know your used template -- your used template redefined it somewhere before ...






      share|improve this answer


























        1












        1








        1







        With the settings in your code



        appendix
        part{textcolor{SandyBrown}{textsc{Appendice}}}
        chapterimage{chapter_head_10.pdf} % Chapter heading image
        chapter{Richiami di formalismo vettoriale}

        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        renewcommand{thechapter}{Alph{chapter}}
        setcounter{chapter}{1}
        renewcommand{thepart}{arabic{part}}%part numbering in arabic


        most things are done that are needed if you add an second appendix B. So only the following code for appendix B is needed:



        renewcommandthepart{Alph{part}}
        part{textcolor{SandyBrown}{textsc{Appendice}}}
        chapterimage{chapter_head_10.pdf} % Chapter heading image
        chapter{Titolo per l'appendice B}


        Usually line renewcommandthepart{Alph{part}} should not be needed, but I guess -- I do not know your used template -- your used template redefined it somewhere before ...






        share|improve this answer













        With the settings in your code



        appendix
        part{textcolor{SandyBrown}{textsc{Appendice}}}
        chapterimage{chapter_head_10.pdf} % Chapter heading image
        chapter{Richiami di formalismo vettoriale}

        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        renewcommand{thechapter}{Alph{chapter}}
        setcounter{chapter}{1}
        renewcommand{thepart}{arabic{part}}%part numbering in arabic


        most things are done that are needed if you add an second appendix B. So only the following code for appendix B is needed:



        renewcommandthepart{Alph{part}}
        part{textcolor{SandyBrown}{textsc{Appendice}}}
        chapterimage{chapter_head_10.pdf} % Chapter heading image
        chapter{Titolo per l'appendice B}


        Usually line renewcommandthepart{Alph{part}} should not be needed, but I guess -- I do not know your used template -- your used template redefined it somewhere before ...







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 hours ago









        KurtKurt

        39.6k850164




        39.6k850164






























            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%2f480175%2fissue-with-the-numeration-of-the-appendix-b%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

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks