> 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/tex-latex-1/05-hbadness.md).

# \hbadness

TEX 엔진은 다음 명령을 제공합니다 `\hbadness` 및 `\vbadness` 이 명령들은 TEX가 특정 수평 또는 수직 박스를 underfull 또는 overfull로 분류하고 보고할지 여부를 판단하는 데 도움을 주기 위해 사용됩니다. 이 명령들은 조판된 박스의 외관을 변경하거나 영향을 주지 않으며, 단지 TEX가 *보고서* 당신에게.

* `\hbadness[=]<number>`: `\hbadness` 수평 박스를 underfull 또는 overfull로 분류할 때 사용할 임계 badness 값을 지정합니다.
* `\vbadness[=]<number>`: `\vbadness` 수직 박스를 underfull 또는 overfull로 분류할 때 사용할 임계 badness 값을 지정합니다.

사용 예:

* `\vbadness=1000` 또는 `\vbadness 1000` (“=” 기호는 선택 사항입니다)
* `\hbadness=500` 또는 `\hbadness 500` (“=” 기호는 선택 사항입니다)

TEX는 또한 어떤 것이 `\hbox` 또는 `\vbox` 로 보고될지 *과다 채워진*:

* [`\hfuzz` 및 `\vfuzz`](/latex/ko/tex-latex-1/06-hfuzz.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/tex-latex-1/05-hbadness.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.
