> 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/ko/latex-1/20-latex-error-unknown-float-option-q.md).

# LaTeX 오류: 알 수 없는 부동체 옵션 \`q'

이 오류는 LaTeX가 인식하지 못하는 float 옵션을 사용할 때 나타납니다. float 지정자는 사용할 때마다 대괄호 안에 작성됩니다. *float* 예를 들어 figure나 table과 같은 경우, 즉 **`h`** 에서 **`\begin{figure}[h]`**. 사용할 수 있는 유효한 float 지정자는 다음뿐입니다. **`h`**, **`t`**, **`b`** 및 **`p`**&#xC5D0; 더해 **`H`** 를 포함하는 경우 **`\usepackage{float}`** 우리의 서문에 넣습니다. 대괄호 안에 LaTeX가 인식하지 못하는 float 지정자를 작성하면, 아래와 같은 오류가 발생합니다.

main.tex, 5행

LaTeX 오류: 알 수 없는 float 옵션 \`q'입니다.

설명은 LaTeX 매뉴얼 또는 LaTeX Companion을 참조하세요. 즉시 도움말을 보려면 H를 입력하세요. ... l.5 \begin{figure}\[q] 옵션 \`q'는 무시되고 \`p'가 사용됩니다.

float 위치를 지정하기 위해 옵션을 사용하는 방법에 대해 더 읽어보려면, 우리의 [문서](/latex/ko/figures-and-tables/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/ko/latex-1/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.
