# Appendix-簡便附錄教學

&#x20;有以下四個參數可以快速建構好附錄

• toc Put a header (e.g., ‘Appendices’) into the Table of Contents (the ToC) before listing the appendices. (This is done by calling the \addappheadtotoc command.)&#x20;

• page Puts a title (e.g., ‘Appendices’) into the document at the point where the appendices environment is begun. (This is done by calling the \appendixpage command.)

&#x20;• title Adds a name (e.g., ‘Appendix’) before each appendix title in the body of the document. The name is given by the value of \appendixname. Note that this is the default behaviour for classes that have chapters.&#x20;

• titletoc Adds a name (e.g., ‘Appendix’) before each appendix listed in the ToC. The name is given by the value of \appendixname. • header Adds a name (e.g., ‘Appendix’) before each appendix in page headers. The name is given by the value of \appendixnam


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://austinsuyoyo.gitbook.io/latex-tutorial/package/appendix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
