> 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/fonts/01-font-sizes-families-and-styles.md).

# 글꼴 크기, 글꼴 패밀리, 스타일

## 소개

LaTeX는 일반적으로 문서의 논리적 구조(예: 섹션)에 따라 적절한 글꼴과 글꼴 크기를 선택합니다. 경우에 따라 글꼴과 크기를 직접 설정하고 싶을 수 있습니다.

다음 예제는 LaTeX에서 사용할 수 있는 가장 작은 글꼴 크기(`\tiny`)와 작은 대문자(`\textsc{...}`) 글꼴 스타일을 사용하는 방법을 보여 줍니다:

```latex
이것은 간단한 예제입니다, {\tiny 이 예제는 서로 다른 글꼴 크기를 보여 줍니다} 그리고 또한 \textsc{서로 다른 글꼴 스타일}.
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Font+sizes+and+styles\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cbegin%7Bdocument%7D%0AThis+is+a+simple+example%2C+%7B%5Ctiny+this+will+show+different+font+sizes%7D+and+also+%5Ctextsc%7Bdifferent+font+styles%7D.%0A%5Cend%7Bdocument%7D)

다음 이미지는 위의 예제에서 생성된 출력을 보여 줍니다: ![FontStyles.png](/files/5e8ff2e2c9750d1f4fc0d22ab8649dbc1e1be364)

## 글꼴 크기

글꼴 크기는 특별한 이름으로 식별되며, 실제 크기는 절대적인 것이 아니라, 다음의 `\documentclass` 명령문에서 선언된 글꼴 크기에 대한 상대값입니다(참고 [LaTeX로 문서 만들기](/latex/ko/latex/01-learn-latex-in-30-minutes.md)).

다음 예제에서는, `{\huge 거대한 글꼴 크기}` 는 중괄호 안의 텍스트가 다음과 같은 크기로 서식 지정되어야 함을 선언합니다. *거대한* 글꼴 크기입니다. 사용 가능한 글꼴 크기의 전체 목록은 [참조 가이드](#reference-guide).

```latex
이 예제에서는 {\huge 거대한 글꼴 크기}가 설정되고
그리고 {\footnotesize 각주 크기 역시}. 상당히
큰 글꼴 크기 집합이 있습니다.
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Huge+font+size\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cbegin%7Bdocument%7D%0AIn+this+example+the+%7B%5Chuge+huge+font+size%7D+is+set+and+%0Athe+%7B%5Cfootnotesize+Foot+note+size+also%7D.+There%27s+a+fairly+%0Alarge+set+of+font+sizes.%0A%5Cend%7Bdocument%7D)

다음 이미지는 위의 예제에서 생성된 출력을 보여 줍니다: ![FontSizesOLV2.png](/files/541cf928c01c39b64ceb5bbd26cc20103e31bdd8)

## 글꼴 패밀리

기본적으로 표준 LaTeX 클래스에서는 텍스트의 기본 스타일이 보통 로만(세로체) 세리프 글꼴입니다. 다른 스타일(**패밀리**)을 사용하려면, 아래 예제에서 보듯이 일부 특정 LaTeX 명령을 사용해야 합니다:

```latex
이 예제에서는 명령과 스위치를 사용합니다.
\texttt{문장의 스타일을 변경하는 데 명령을 사용합니다
}.

\sffamily
스위치는 다른 스위치가 사용되지 않는 한 이 시점부터
문서 끝까지 스타일을 변경합니다.
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Choosing+type+styles\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cbegin%7Bdocument%7D%0AIn+this+example%2C+a+command+and+a+switch+are+used.+%0A%5Ctexttt%7BA+command+is+used+to+change+the+style+%0Aof+a+sentence%7D.%0A%0A%5Csffamily%0AA+switch+changes+the+style+from+this+point+to+%0Athe+end+of+the+document+unless+another+switch+is+used.%0A%5Cend%7Bdocument%7D)

다음 이미지는 위의 예제에서 생성된 출력을 보여 줍니다:

![UsingFontStyles2.png](/files/466891d2c61e1a1e89823fdc398cbc91619e4268)

LaTeX 문서에서 sans 폰트를 기본값으로 사용하도록 설정하려면 다음 명령을 사용합니다:

```latex
 \renewcommand{\familydefault}{\sfdefault}
```

마찬가지로, 로만 폰트를 기본값으로 사용하려면:

```latex
 \renewcommand{\familydefault}{\rmdefault}
```

## 글꼴 스타일

LaTeX에서 가장 흔한 글꼴 스타일은 [굵게, 기울임꼴, 밑줄](/latex/ko/latex/03-bold-italics-and-underlining.md)이지만, 그 밖에도 몇 가지가 더 있습니다.

다음 예제에서는 `\textsl` 명령이 텍스트를 *기울어진* 스타일로 설정하며, 이는 텍스트를 약간 *기울임꼴*처럼 보이게 하지만 완전히 같지는 않습니다. 다음을 참조하세요 [참조 가이드](#reference-guide) 글꼴 스타일의 전체 목록은

```latex
이 텍스트의 일부는 \textsl{다른
글꼴 스타일로} 작성되어 강조됩니다.
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Using+slanted+text\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cbegin%7Bdocument%7D%0APart+of+this+text+is+written+%5Ctextsl%7Bin+a+different+%0Afont+style%7D+to+highlight+it.%0A%5Cend%7Bdocument%7D)

다음 이미지는 위의 예제에서 생성된 출력을 보여 줍니다:

![UsingSlantedText.png](/files/e328a9b122fdf608b7e7c0753c104c1e98ae28dd)

"정상" 글꼴 스타일(사용 중인 LaTeX 클래스의 기본값)로 돌아가려면, 다음을 사용하면 됩니다 `\textnormal{...}` 명령 또는 `\normalfont` 스위치 명령.

## 모두 결합하기

다음 예제는 이 글에서 사용한 다양한 LaTeX 코드 조각들을 결합한 것입니다.

```latex
\documentclass{article}
\begin{document}
%서로 다른 글꼴 크기와 유형의 예제
이것은 간단한 예제입니다, {\tiny 이 예제는 서로 다른 글꼴 크기를 보여 줍니다} 그리고 또한 \textsc{서로 다른 글꼴 스타일}.

\vspace{1cm}

%서로 다른 글꼴 크기와 유형의 예제
이 예제에서는 {\huge 거대한 글꼴 크기}가 설정되고 {\footnotesize 각주 크기도}. 상당히 큰 글꼴 크기 집합이 있습니다.

\vspace{1cm}

%서로 다른 글꼴 크기와 유형의 예제
이 예제에서는 명령과 스위치를 사용합니다. \texttt{문장의 스타일을 변경하는 데 명령을 사용합니다}.

\sffamily
스위치는 다른 스위치가 사용되지 않는 한 이 시점부터 문서 끝까지 스타일을 변경합니다.
\rmfamily

\vspace{1cm}

%서로 다른 글꼴 크기와 유형의 예제
이 텍스트의 일부는 \textsl{다른 글꼴 스타일로} 작성되어 강조됩니다.
\end{document}
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Example+using+font+styles%2C+sizes+and+famlies\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cbegin%7Bdocument%7D%0A%25Example+of+different+font+sizes+and+types%0AThis+is+a+simple+example%2C+%7B%5Ctiny+this+will+show+different+font+sizes%7D+and+also+%5Ctextsc%7Bdifferent+font+styles%7D.+%0A%0A%5Cvspace%7B1cm%7D%0A%0A%25Example+of+different+font+sizes+and+types%0AIn+this+example+the+%7B%5Chuge+huge+font+size%7D+is+set+and+the+%7B%5Cfootnotesize+Foot+note+size+also%7D.+There%27s+a+fairly+large+set+of+font+sizes.%0A%0A%5Cvspace%7B1cm%7D%0A%0A%25Example+of+different+font+sizes+and+types%0AIn+this+example%2C+a+command+and+a+switch+are+used.+%5Ctexttt%7BA+command+is+used+to+change+the+style+of+a+sentence%7D.%0A%0A%5Csffamily%0AA+switch+changes+the+style+from+this+point+to+the+end+of+the+document+unless+another+switch+is+used.%0A%5Crmfamily%0A%0A%5Cvspace%7B1cm%7D%0A%0A%25Example+of+different+font+sizes+and+types%0APart+of+this+text+is+written+%5Ctextsl%7Bin+different+font+style%7D+to+highlight+it.%0A%5Cend%7Bdocument%7D)

## 참조 가이드

**글꼴 크기**

| 명령            | 출력                                                                     |
| ------------- | ---------------------------------------------------------------------- |
| \tiny         | ![F-tiny.png](/files/b4b59cf5d8765da66bbdeb12c8887c202b010944)         |
| \scriptsize   | ![F-scriptsize.png](/files/c1f7505fcd1e3edbcf174e1fd02e488adc2a2594)   |
| \footnotesize | ![F-footnotesize.png](/files/a331f9b7c6b1f856b95b25aaccba8efc5ea9f3cd) |
| \small        | ![F-small.png](/files/eeacbf1b0b1208a659e3e24e05a274ba6021af45)        |
| \normalsize   | ![F-normalsize.png](/files/f8dc2447f0bfc6ccdcd8c661cb9b0614465ae40a)   |
| \large        | ![F-large.png](/files/a2b55fe6aa8bea94a0ffddf4b29e55049780580b)        |
| \Large        | ![F-large2.png](/files/c0b33968afad6f6976174107f345914102628232)       |
| \LARGE        | ![F-large3.png](/files/625ce8e899d3ae32f32fe0c0bf227c64239e4962)       |
| \huge         | ![F-huge.png](/files/a17c1918a23db249daa517673a9b844c9fb9fba0)         |
| \Huge         | ![F-huge2.png](/files/72a7481aab3aba15ae2442f31e4d4860320031d1)        |

**기본 글꼴 패밀리**

| 서체 = 패밀리  | 명령을                    | 스위치 명령      | 출력                                                               |
| --------- | ---------------------- | ----------- | ---------------------------------------------------------------- |
| 세리프(로만)   | `\textrm{샘플 텍스트 0123}` | `\rmfamily` | ![F-textrm.png](/files/09baaef63da2c682cb67991095b59adfefdbb9f4) |
| 산세리프      | `\textsf{샘플 텍스트 0123}` | `\sffamily` | ![F-textsf.png](/files/5add76c129d3b8343a8faf27bfd81c0a713c32e0) |
| 타자기체(고정폭) | `\texttt{샘플 텍스트 0123}` | `\ttfamily` | ![F-texttt.png](/files/9d9d04da2e23e58019de8a1ffa24dcf5ec1c5466) |

**글꼴 스타일**

| style  | 명령을                    | 스위치 명령      | 출력                                                                |
| ------ | ---------------------- | ----------- | ----------------------------------------------------------------- |
| 중간     | `\textmd{샘플 텍스트 0123}` | `\mdseries` | ![F-textmd.png](/files/e88114b0a59eddfa64fa649f52d91069af542965)  |
| 굵게     | `\textbf{샘플 텍스트 0123}` | `\bfseries` | ![F-textbf.png](/files/9210ac626988cba43af83e46b905eee589c21bcd)  |
| 세로체    | `\textup{샘플 텍스트 0123}` | `\upshape`  | ![F-textrm.png](/files/09baaef63da2c682cb67991095b59adfefdbb9f4)  |
| 기울임꼴   | `\textit{샘플 텍스트 0123}` | `\itshape`  | ![F-textit2.png](/files/907db2045a2b26db62a370e21c0e5df1099d45a0) |
| 기울어진   | `\textsl{샘플 텍스트 0123}` | `\slshape`  | ![F-textsl.png](/files/d4e7b56d61e4c83625f13123e6f5434f6e1e02eb)  |
| 작은 대문자 | `\textsc{샘플 텍스트 0123}` | `\scshape`  | ![F-textsc.png](/files/ac2709c616366ff5f9c0b7f9fa688c7f03216ce7)  |

## 추가 읽을거리

자세한 내용은 다음을 참고하세요:

* [글꼴 서체](/latex/ko/fonts/02-font-typefaces.md)
* [XeLaTeX로 현대 글꼴 지원하기](/latex/ko/fonts/03-xelatex.md)
* [굵게, 기울임꼴, 밑줄](/latex/ko/latex/03-bold-italics-and-underlining.md)
* [텍스트 정렬](/latex/ko/formatting/06-text-alignment.md)
* [다중 열](/latex/ko/formatting/09-multiple-columns.md)
* [문단 서식](/latex/ko/formatting/04-articles-how-to-change-paragraph-spacing-in-latex.md)
* [줄 바꿈과 빈칸](/latex/ko/formatting/05-line-breaks-and-blank-spaces.md)
* [국제 언어 지원](/latex/ko/languages/03-international-language-support.md)
* [LaTeX2ε에 대한 그리 짧지 않은 소개](http://www.ctan.org/tex-archive/info/lshort/)


---

# 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/fonts/01-font-sizes-families-and-styles.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.
