> 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/formatting/01-lengths-in-latex.md).

# LaTeX의 길이

LaTeX에는 준비된 문서의 다양한 치수를 결정하는 많은 길이가 있습니다. 예를 들어, 지정된 치수 매개변수는 [글꼴](/latex/ko/fonts/01-font-sizes-families-and-styles.md), [쪽](/latex/ko/formatting/07-page-size-and-margins.md), 또는 [문단](/latex/ko/formatting/04-articles-how-to-change-paragraph-spacing-in-latex.md).

## 단위

아래는 LaTeX에서 사용할 수 있는 단위에 대한 설명입니다.

| 약어     | 값                                                                                                                     |
| ------ | --------------------------------------------------------------------------------------------------------------------- |
| **pt** | 포인트는 대략 1/72.27인치이며, 이는 약 0.0138인치 또는 0.3515mm를 의미합니다(정확히는 포인트가 미국 *인쇄용 피트* 의 249/250으로 정의됩니다. 즉, 영국식 피트의 249/250입니다) |
| **mm** | 밀리미터                                                                                                                  |
| **cm** | 센티미터                                                                                                                  |
| **에서** | 인치                                                                                                                    |
| **ex** | 현재 글꼴에서 'x' 소문자의 높이 정도(사용된 글꼴에 따라 다름)                                                                                 |
| **em** | 현재 글꼴에서 'M' 대문자의 너비 정도(사용된 글꼴에 따라 다름)                                                                                 |
| **mu** | 1/18 em과 같은 수학 단위이며, 여기서 em은 수학 기호 패밀리에서 가져옵니다                                                                        |
| **sp** | 이른바 "special points"로, 65536sp=1pt인 저수준 측정 단위입니다                                                                      |

아래는 ex와 em 단위의 차이를 보여주는 예입니다.

```latex
\documentclass[twocolumn]{article}
\usepackage{blindtext}
\usepackage{graphicx}

\setlength{\columnsep}{1in}

\begin{document}

\texttt{10ex}의 너비는 다음을 생성합니다:

\includegraphics[width=10ex]{overleaf-logo}
\vspace{5mm}

\texttt{10em}의 너비는 다음을 생성합니다:

\includegraphics[width=10em]{overleaf-logo}

\end{document}
```

![LengthsEx1OverleafUpdated.png](/files/fc5a3025ee7141a734984b240f5c1140f89f0582)

[Overleaf에서 예제 열기](https://www.overleaf.com/project/new/template/19506?id=65960656\&templateName=Length+types+and+values+in+LaTeX\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

## 길이

길이는 문서의 일부 요소에 대한 상대적인 거리 단위입니다. 길이는 다음 명령으로 변경할 수 있습니다:

```latex
\setlength{\lengthname}{value_in_specified_unit}
```

예를 들어, 두 단 문서에서 열 간격은 다음과 같이 1인치로 설정할 수 있습니다:

```latex
\setlength{\columnsep}{1in}
```

![LengthsEx2.png](/files/25bacd93eb75e359544d8a56bacf2210eeccc31d)

아래는 가장 일반적인 몇 가지 길이와 그 설명을 담은 표입니다

| 길이                | 설명                                   |
| ----------------- | ------------------------------------ |
| `\baselineskip`   | 문단 내 줄 사이의 세로 거리                     |
| `\columnsep`      | 열 사이의 거리                             |
| `\columnwidth`    | 열의 너비                                |
| `\evensidemargin` | 짝수 페이지의 여백으로, 책과 같은 양면 문서에서 흔히 사용됩니다 |
| `\linewidth`      | 현재 환경에서 선의 너비.                       |
| `\oddsidemargin`  | 홀수 페이지의 여백으로, 책과 같은 양면 문서에서 흔히 사용됩니다 |
| `\paperwidth`     | 페이지의 너비                              |
| `\paperheight`    | 페이지의 높이                              |
| `\parindent`      | 문단 들여쓰기                              |
| `\parskip`        | 문단 사이의 세로 간격                         |
| `\tabcolsep`      | 표(tabular 환경)에서 열 사이의 간격             |
| `\textheight`     | 페이지 내 텍스트 영역의 높이                     |
| `\textwidth`      | 페이지 내 텍스트 영역의 너비                     |
| `\topmargin`      | 상단 여백의 길이                            |

[Overleaf에서 예제 열기](https://www.overleaf.com/project/new/template/19506?id=65960656\&templateName=Length+types+and+values+in+LaTeX\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

## 단위로서 길이 사용하기

기본 길이는 TeX 엔진에 내장된 하드코딩 제한인 최대 약 16384pt(또는 5.75미터)까지 원하는 값으로 설정할 수 있습니다. LaTeX의 길이 매개변수는 다른 LaTeX 요소의 치수를 설정하는 단위로도 사용할 수 있습니다. 예를 들어, 이미지의 너비를 전체 텍스트 너비의 4분의 1로 설정할 수 있습니다:

```latex
\includegraphics[width=0.25\textwidth]{overleaf-logo}
[...]
```

![LengthsEx3OverleafV2.png](/files/bff2ecb77d0579d9c90c87bd0a0bc1d6a999450e)

다음 명령에서 `\includegraphics` 너비는 전체 텍스트 영역 너비의 0.25로 설정됩니다(이 명령에 대한 자세한 내용은 [이미지 삽입](/latex/ko/more-topics/27-inserting-images.md) 를 참조하십시오). 어떤 길이든 사용할 수 있으며, 어떤 계수로든 곱할 수 있습니다.

[Overleaf에서 예제 열기](https://www.overleaf.com/project/new/template/19506?id=65960656\&templateName=Length+types+and+values+in+LaTeX\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

## 추가 읽을거리

자세한 내용은 다음을 참조하세요 [wikibooks의 길이에 관한 문서](http://en.wikibooks.org/wiki/LaTeX/Lengths).


---

# 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/formatting/01-lengths-in-latex.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.
