Issue with the numeration of the appendix B
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.
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:
parts appendix
|
show 2 more comments
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.
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:
parts appendix
What happens, idf you only use the three linespart{textcolor{SandyBrown}{textsc{Appendice}}}
,chapterimage{chapter_head_10.pdf}
andchapter{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 addrenewcommandthepart{Alph{part}}
beforepart
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
|
show 2 more comments
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.
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:
parts appendix
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.
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:
parts appendix
parts appendix
edited 2 hours ago
Sebastiano
asked 3 hours ago
SebastianoSebastiano
11k42164
11k42164
What happens, idf you only use the three linespart{textcolor{SandyBrown}{textsc{Appendice}}}
,chapterimage{chapter_head_10.pdf}
andchapter{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 addrenewcommandthepart{Alph{part}}
beforepart
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
|
show 2 more comments
What happens, idf you only use the three linespart{textcolor{SandyBrown}{textsc{Appendice}}}
,chapterimage{chapter_head_10.pdf}
andchapter{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 addrenewcommandthepart{Alph{part}}
beforepart
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
|
show 2 more comments
1 Answer
1
active
oldest
votes
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 ...
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%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
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 ...
add a comment |
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 ...
add a comment |
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 ...
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 ...
answered 2 hours ago
KurtKurt
39.6k850164
39.6k850164
add a comment |
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%2f480175%2fissue-with-the-numeration-of-the-appendix-b%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
What happens, idf you only use the three lines
part{textcolor{SandyBrown}{textsc{Appendice}}}
,chapterimage{chapter_head_10.pdf}
andchapter{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}}
beforepart
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