> 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/02-font-typefaces.md).

# 글꼴 서체

## 소개

기본적으로 LaTeX는 문서를 다음으로 조판합니다 $$\text{Computer Modern}$$ 글꼴 패밀리를 사용하지만, 필요나 선호에 따라 다른 글꼴을 사용하도록 LaTeX 패키지를 사용할 수 있습니다.

## 기본 문서 글꼴 변경

예를 들어, 다음을 추가하면 `\usepackage{tgbonum}` 문서 서문에 추가하면, LaTeX는 문서를 조판할 때 TEX Gyre Bonum 글꼴 패밀리를 사용합니다:

```latex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tgbonum}

\begin{document}
이 문서는 글꼴을 테스트하기 위한 샘플 문서입니다
패밀리와 글꼴 서체를 테스트하기 위한 것입니다.

이 텍스트는 다른 글꼴 서체를 사용합니다
\end{document}
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Change+LaTeX+fonts\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btgbonum%7D%0A%0A%5Cbegin%7Bdocument%7D%0AThis+document+is+a+sample+document+to+test+font+%0Afamilies+and+font+typefaces.%0A%0AThis+text+uses+a+different+font+typeface%0A%5Cend%7Bdocument%7D)

다음 이미지는 위 예제에서 생성된 결과를 보여줍니다:

![FontTypefacesEx1OLV2.png](/files/f569b34b3407c69760cb7981c3fce374f580c5e6)

## 기본 글꼴 서체 변경

문서의 특정 요소에 대해서도 글꼴을 변경할 수 있습니다.

```latex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tgbonum}

\begin{document}
이 문서는 샘플 문서입니다
글꼴 패밀리와 글꼴 서체를 테스트하기 위한 것입니다.

{\fontfamily{qcr}\selectfont
이 텍스트는 다른 글꼴 서체를 사용합니다
}
\end{document}
```

[이 예제를 Overleaf에서 열기](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Change+LaTeX+fonts\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btgbonum%7D%0A%0A%5Cbegin%7Bdocument%7D%0AThis+document+is+a+sample+document+to+%0Atest+font+families+and+font+typefaces.%0A%0A%7B%5Cfontfamily%7Bqcr%7D%5Cselectfont%0AThis+text+uses+a+different+font+typeface%0A%7D%0A%5Cend%7Bdocument%7D)

다음 이미지는 위 예제에서 생성된 결과를 보여줍니다:

![FontTypefacesEx2.png](/files/e8330c97bee9467a5ca96cc2a720e11a9c62457a)

명령은 `\fontfamily{qcr}\selectfont` 다음을 설정합니다 *TeX gyre cursor* 글꼴 서체이며, 그 글꼴 코드는 `qcr`입니다. 중괄호 안의 텍스트에 적용됩니다. 훨씬 더 많은 LaTeX 글꼴 서체를 사용할 수 있으며, 다음을 참조하세요 [참조 안내서](#reference-guide).

널리 쓰이는 LaTeX 글꼴 서체는 네 가지 패밀리에서 유래합니다:

* *Computer Modern* (표준 LaTeX 클래스의 기본값): CM Roman, CM Sans Serif, CM Typewriter
* *Latin Modern*: LM Roman, LM Sans Serif, LM Typewriter, LM Dunhill
* *Post Script Fonts*: Times, Utopia/Fourier, Palatino, Bookman, Helvetica, Courier
* *TeX Gyre*

## 참조 안내서

**Roman, Sans Serif 및 Typewriter 서체**

| 글꼴                           | "글꼴 패키지 이름"          | "글꼴 코드" | 예제                                                                    |
| ---------------------------- | -------------------- | ------- | --------------------------------------------------------------------- |
| Computer Modern Roman        |                      | `cmr`   | ![Typeface-cmr.png](/files/84b7a63e7c5ae47b153151c8a8d1c0e07e748da3)  |
| Latin Modern Roman           | `lmodern`            | `lmr`   | ![Typeface-lmr.png](/files/a1629c46f4459931cde7f895ba7125aed87fb9e6)  |
| Latin Modern Dunhill         | `lmodern`            | `lmdh`  | ![Typeface-lmdh.png](/files/31a913398365a5682b522c6ee5cbb8f9e9852ee8) |
| TeX Gyre Termes              | `tgtermes`           | `qtm`   | ![Typeface-qtm.png](/files/f1cdd70806f9dd630ead29d827711b06239e0ed5)  |
| TeX Gyre Pagella             | `tgpagella`          | `qpl`   | ![Typeface-qpl.png](/files/c99565205aa693b0a7fe5a355fd9e17968f56422)  |
| TeX Gyre Bonum               | `tgbonum`            | `qbk`   | ![Typeface-qbk.png](/files/4db09f63d58acbe191a74195d464313a0d046d44)  |
| TeX Gyre Schola              | `tgschola`           | `qcs`   | ![Typeface-qsc.png](/files/f37a359a6a4984249faeff1f6aead4a613c4f3e1)  |
| Times                        | `mathptmx`           | `ptm`   | ![Typeface-ptm.png](/files/7f66ce36ff97c0f5d85a1e458631f9b6efebad04)  |
| Utopia / Fourier             | `utopia` / `fourier` | `put`   | ![Typeface-put.png](/files/381efdb6f652e4609163c29d2cb2ba94ce876e03)  |
| Palatino                     | `palatino`           | `ppl`   | ![Typeface-ppl.png](/files/3f6b7c14fb44301c708c7ef1fa5d1978981b1c02)  |
| Bookman                      | `bookman`            | `pbk`   | ![Typeface-pbk.png](/files/2af9c418d6eab134ed4a5a5e8f41a8aa14ed9988)  |
| Charter                      | `charter`            | `bch`   | ![Typeface-bch.png](/files/f1f46d26ec50a22925472b6bb6bdce2fad963db3)  |
| Computer Modern Sans Serif   |                      | `cmss`  | ![Typeface-cmss.png](/files/d0b4edbf17b1067f20087aa0fb5a56adeb8bf92f) |
| Latin Modern Sans Serif      | `lmodern`            | `lmss`  | ![Typeface-lmss.png](/files/a9ad1533267d495e60e6c8ac5f17764a86c556f1) |
| TeX Gyre Adventor            | `tgadventor`         | `qag`   | ![Typeface-qag.png](/files/b2831ac11c7ccffeab5a047f5e97042731b98886)  |
| TeX Gyre Heros               | `tgheros`            | `qhv`   | ![Typeface-qhv.png](/files/77ef49fe9eb46c9fd00ea037e06f16f0a858f657)  |
| Helvetica                    | `helvet`             | `phv`   | ![Typeface-phv.png](/files/ad805836760b305b106249e7e05514aed49fb9d1)  |
| Computer Modern Typewriter   |                      | `cmtt`  | ![Typeface-cmtt.png](/files/da14de45d5edfe812283f97c63dd5d3a62e1ed0e) |
| Latin Modern Sans Typewriter | `lmodern`            | `lmtt`  | ![Typeface-lmtt.png](/files/a38cea992206adcc7c69c8a5c6a19a73831ce3e8) |
| TeX Gyre Cursor              | `tgcursor`           | `qcr`   | ![Typeface-qcr.png](/files/3b800765fb4811b2169d6b1311287334f88168eb)  |
| Courier                      | `courier`            | `pcr`   | ![Typeface-pcr.png](/files/90ad18212671bb01b95bbd4b8caee3dc1d1fcb0f)  |

참고 [LaTeX 글꼴 카탈로그](https://tug.org/FontCatalogue/)다만 카탈로그에 나열된 모든 글꼴이 TeX Live의 일부로 배포될 수 있도록 허용하는 라이선스로 제공되는 것은 아니므로, 그 모든 글꼴이 Overleaf에서 사용 가능한 것은 아닙니다.

## 추가 읽을거리

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

* [LaTeX 글꼴 카탈로그](https://tug.org/FontCatalogue/).
* [굵게, 이탤릭체 및 밑줄](/latex/ko/latex/03-bold-italics-and-underlining.md)
* [글꼴 크기, 패밀리 및 스타일](/latex/ko/fonts/01-font-sizes-families-and-styles.md)
* [XeLaTeX로 최신 글꼴 지원](/latex/ko/fonts/03-xelatex.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/formatting/09-multiple-columns.md)
* [단면 및 양면 문서](/latex/ko/formatting/08-single-sided-and-double-sided-documents.md)
* [대규모 프로젝트에서의 관리](/latex/ko/document-structure/07-management-in-a-large-project.md)
* [다중 파일 LaTeX 프로젝트](/latex/ko/document-structure/08-multi-file-latex-projects.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/fonts/02-font-typefaces.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.
