> 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/questions-and-answers/63-i-want-to-write-my-thesis-using-a-template-from-the-overleaf-gallery-but-there-are-many-empty-pag.md).

# Overleaf 갤러리의 템플릿으로 논문을 작성하고 싶은데, 감사의 말, 선언문, 목차, 각 장 앞 등에 빈 페이지가 너무 많습니다! 빈 페이지를 어떻게 없애나요?

빈 페이지나 간격 페이지가 생기는 이유는 책(그리고 갤러리의 많은 논문 템플릿)의 기본 설정이 양면 인쇄로 되어 있어, 각 장이 오른쪽 면("recto") 페이지에서 시작하기 때문입니다. 이는 대부분의 전문적으로 인쇄된 책에서 사용하는 방식입니다. 이러한 빈 페이지를 없애려면, 다음을 추가하기만 하면 됩니다. `oneside` 옵션(또는 대안으로, 그 `openany` 옵션)


---

# 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/questions-and-answers/63-i-want-to-write-my-thesis-using-a-template-from-the-overleaf-gallery-but-there-are-many-empty-pag.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.
