> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-tw/latex-cuo-wu/20-latex-error-unknown-float-option-q.md).

# LaTeX 錯誤：未知的浮動體選項 \`q'

當使用了 LaTeX 無法辨識的浮動選項時，就會出現這個錯誤。每當你使用一個 *浮動體* 例如圖或表，也就是說是 **`h`** 在 **`\begin{figure}[h]`**。你能使用的唯一有效浮動體指定符號是 **`h`**, **`t`**, **`b`** 以及 **`p`**，再加上 **`H`** 如果你包含 **`\usepackage{float}`** 於導言區中。如果你在方括號中寫入 LaTeX 無法辨識的浮動體指定符號，它就會產生如下所示的錯誤。

main.tex，第 5 行

LaTeX 錯誤：未知的浮動選項 \`q'。

請參閱 LaTeX 手冊或 LaTeX Companion 以取得說明。輸入 H 以獲得即時說明。... l.5 \begin{figure}\[q] 選項 \`q' 已忽略，並使用了 \`p'。

若要進一步了解如何使用選項來指定浮動位置，請查看我們的 [說明文件](/latex/zh-tw/tu-biao-yu-biao-ge/02-positioning-images-and-tables.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/zh-tw/latex-cuo-wu/20-latex-error-unknown-float-option-q.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
