Including appendices problemList of AppendicesList of appendices without chapter titlesAdd a list of...

Extract rows of a table, that include less than x NULLs

How badly should I try to prevent a user from XSSing themselves?

Should I tell management that I intend to leave due to bad software development practices?

How to prevent "they're falling in love" trope

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

What exploit Are these user agents trying to use?

Bullying boss launched a smear campaign and made me unemployable

What do you call someone who asks many questions?

How do I handle a potential work/personal life conflict as the manager of one of my friends?

How seriously should I take size and weight limits of hand luggage?

Avoiding the "not like other girls" trope?

How do I gain back my faith in my PhD degree?

What mechanic is there to disable a threat instead of killing it?

What type of content (depth/breadth) is expected for a short presentation for Asst Professor interview in the UK?

Is it possible to create a QR code using text?

GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?

Ambiguity in the definition of entropy

One verb to replace 'be a member of' a club

How could indestructible materials be used in power generation?

How can saying a song's name be a copyright violation?

Forming a German sentence with/without the verb at the end

Alternative to sending password over mail?

Forgetting the musical notes while performing in concert

How to tell a function to use the default argument values?



Including appendices problem


List of AppendicesList of appendices without chapter titlesAdd a list of appendices to classicthesisTricky appendices: Issues with header or ToC. Ranking the appendices as subsectionsSections of Appendix are also visible on the “Content” pageHow to properly add 'Appendices' to the TOC?Separate table of appendices - Captions not displayed in new list'Appendix' before the appendix nameProblem with appendix numberingHow could I create content page in share latex













3















How to create an appendices chapter in a proper way?
Currently I am using the following code:



begin{appendix}
renewcommand{chaptername}{}
addcontentsline{toc}{chapter}{Appendices}

chapter{appendices}label{ch:appendices}
section {aaa}
section {bbb}

end{appendix}


But I have a problem! LaTeX is verifying the appendices as CHAPTER A in the list of content. How do I get rid of CHAPTER A?










share|improve this question

























  • Welcome to TeX.SX! :) You don't need to sign your questions, your name automatically appears at the bottom.

    – Count Zero
    Jun 12 '12 at 19:19
















3















How to create an appendices chapter in a proper way?
Currently I am using the following code:



begin{appendix}
renewcommand{chaptername}{}
addcontentsline{toc}{chapter}{Appendices}

chapter{appendices}label{ch:appendices}
section {aaa}
section {bbb}

end{appendix}


But I have a problem! LaTeX is verifying the appendices as CHAPTER A in the list of content. How do I get rid of CHAPTER A?










share|improve this question

























  • Welcome to TeX.SX! :) You don't need to sign your questions, your name automatically appears at the bottom.

    – Count Zero
    Jun 12 '12 at 19:19














3












3








3








How to create an appendices chapter in a proper way?
Currently I am using the following code:



begin{appendix}
renewcommand{chaptername}{}
addcontentsline{toc}{chapter}{Appendices}

chapter{appendices}label{ch:appendices}
section {aaa}
section {bbb}

end{appendix}


But I have a problem! LaTeX is verifying the appendices as CHAPTER A in the list of content. How do I get rid of CHAPTER A?










share|improve this question
















How to create an appendices chapter in a proper way?
Currently I am using the following code:



begin{appendix}
renewcommand{chaptername}{}
addcontentsline{toc}{chapter}{Appendices}

chapter{appendices}label{ch:appendices}
section {aaa}
section {bbb}

end{appendix}


But I have a problem! LaTeX is verifying the appendices as CHAPTER A in the list of content. How do I get rid of CHAPTER A?







sectioning appendices






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 min ago







Aymen

















asked Jun 12 '12 at 19:09









AymenAymen

305




305













  • Welcome to TeX.SX! :) You don't need to sign your questions, your name automatically appears at the bottom.

    – Count Zero
    Jun 12 '12 at 19:19



















  • Welcome to TeX.SX! :) You don't need to sign your questions, your name automatically appears at the bottom.

    – Count Zero
    Jun 12 '12 at 19:19

















Welcome to TeX.SX! :) You don't need to sign your questions, your name automatically appears at the bottom.

– Count Zero
Jun 12 '12 at 19:19





Welcome to TeX.SX! :) You don't need to sign your questions, your name automatically appears at the bottom.

– Count Zero
Jun 12 '12 at 19:19










1 Answer
1






active

oldest

votes


















4














appendix is a declaration and not an environment.



I'd say that



appendix
chapter*{Appendices}
markboth{Appendices}{}
addcontentsline{toc}{chapter}{Appendices}
renewcommand{thesection}{A.arabic{section}}


should solve your problem. The sections will be numbered A.1, A.2 and so on.






share|improve this answer
























  • Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

    – Aymen
    Jun 13 '12 at 3:22











  • How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

    – Aymen
    Jun 13 '12 at 3:49













  • @Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

    – egreg
    Jun 13 '12 at 6:30













  • OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

    – Aymen
    Jun 13 '12 at 8:53











  • @Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

    – egreg
    Jun 13 '12 at 11:57












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%2f59612%2fincluding-appendices-problem%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









4














appendix is a declaration and not an environment.



I'd say that



appendix
chapter*{Appendices}
markboth{Appendices}{}
addcontentsline{toc}{chapter}{Appendices}
renewcommand{thesection}{A.arabic{section}}


should solve your problem. The sections will be numbered A.1, A.2 and so on.






share|improve this answer
























  • Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

    – Aymen
    Jun 13 '12 at 3:22











  • How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

    – Aymen
    Jun 13 '12 at 3:49













  • @Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

    – egreg
    Jun 13 '12 at 6:30













  • OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

    – Aymen
    Jun 13 '12 at 8:53











  • @Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

    – egreg
    Jun 13 '12 at 11:57
















4














appendix is a declaration and not an environment.



I'd say that



appendix
chapter*{Appendices}
markboth{Appendices}{}
addcontentsline{toc}{chapter}{Appendices}
renewcommand{thesection}{A.arabic{section}}


should solve your problem. The sections will be numbered A.1, A.2 and so on.






share|improve this answer
























  • Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

    – Aymen
    Jun 13 '12 at 3:22











  • How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

    – Aymen
    Jun 13 '12 at 3:49













  • @Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

    – egreg
    Jun 13 '12 at 6:30













  • OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

    – Aymen
    Jun 13 '12 at 8:53











  • @Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

    – egreg
    Jun 13 '12 at 11:57














4












4








4







appendix is a declaration and not an environment.



I'd say that



appendix
chapter*{Appendices}
markboth{Appendices}{}
addcontentsline{toc}{chapter}{Appendices}
renewcommand{thesection}{A.arabic{section}}


should solve your problem. The sections will be numbered A.1, A.2 and so on.






share|improve this answer













appendix is a declaration and not an environment.



I'd say that



appendix
chapter*{Appendices}
markboth{Appendices}{}
addcontentsline{toc}{chapter}{Appendices}
renewcommand{thesection}{A.arabic{section}}


should solve your problem. The sections will be numbered A.1, A.2 and so on.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 12 '12 at 19:29









egregegreg

731k8919303250




731k8919303250













  • Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

    – Aymen
    Jun 13 '12 at 3:22











  • How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

    – Aymen
    Jun 13 '12 at 3:49













  • @Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

    – egreg
    Jun 13 '12 at 6:30













  • OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

    – Aymen
    Jun 13 '12 at 8:53











  • @Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

    – egreg
    Jun 13 '12 at 11:57



















  • Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

    – Aymen
    Jun 13 '12 at 3:22











  • How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

    – Aymen
    Jun 13 '12 at 3:49













  • @Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

    – egreg
    Jun 13 '12 at 6:30













  • OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

    – Aymen
    Jun 13 '12 at 8:53











  • @Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

    – egreg
    Jun 13 '12 at 11:57

















Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

– Aymen
Jun 13 '12 at 3:22





Thanks, it's working just fine. Now, the Appendices chapter appears before references. How I can make it appears after it?

– Aymen
Jun 13 '12 at 3:22













How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

– Aymen
Jun 13 '12 at 3:49







How I can insert another sections begin with B.1, B.2? I modified the code to renewcommand{thesection}{B.arabic{section}}, but it gives me B.3 after the previous A.2

– Aymen
Jun 13 '12 at 3:49















@Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

– egreg
Jun 13 '12 at 6:30







@Aymen In case of more than one appendix, usually one doesn't say simply "Appendices", but rather chapter{TitleA}, chapter{TitleB} and so on. Otherwise your reader won't have clues why the numbering has changed.

– egreg
Jun 13 '12 at 6:30















OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

– Aymen
Jun 13 '12 at 8:53





OK, but how about the ordering of Appendices and references? I want Appendices to appear at the end of the document.

– Aymen
Jun 13 '12 at 8:53













@Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

– egreg
Jun 13 '12 at 11:57





@Aymen Usually the bibliography comes last, so it's easier to find it when consulting the document.

– egreg
Jun 13 '12 at 11:57


















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%2f59612%2fincluding-appendices-problem%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

IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...