Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken korean characters #14

Open
statkclee opened this issue Feb 15, 2024 · 3 comments
Open

Broken korean characters #14

statkclee opened this issue Feb 15, 2024 · 3 comments

Comments

@statkclee
Copy link

When attempting to create a Korean version of a resume, I encountered a broken font error. The issue seems to occur when rendering Korean characters, which are not displayed correctly in the generated document. BTW Korean characters do not have italic concept.

gpt_resume_korean.pdf

---
title: CV
format:
  quarto-cv-pdf: default
author: 홍길동
date: last-modified
phone: 010-1234-5678
address: "서울특별시 관악구 관악로, 서울대학교 한국사학과"
email: [email protected]
fontsize: 11pt
CJKmainfont: NotoSerifKR
autoFakeSlant: true
orcid: 0000-0003-1234-5678
web: snu.ac.kr
fontawesome: yes
nocite: '@*'
bibliography:
  peer: data/peer_bib_korean.bib
  other: data/other_bib_korean.bib
validate-yaml: false
csl: data/apa-cv.csl
---

# 직업 경력

*서울대학교*

한국 고대사 교수 \hfill 2010-현재

부교수 \hfill 2005-2010

# 학력

하버드 대학교, 동아시아 언어 및 문명학 박사 \hfill 2005

서울대학교, 역사학 학사 \hfill 2000

# 주요 논문

::: {#refs-peer}
:::

# 기술 보고서

::: {#refs-other}
:::

# 추천인

요청 시 제공 가능하며, 주요 추천인으로는 한국사 및 동아시아 연구 분야의 저명한 학자들이 포함될 것입니다.
@mps9506
Copy link
Owner

mps9506 commented Feb 15, 2024

My initial thought is that you will need to use a .csl format that doesn't include italicized titles.

But, maybe other quarto pdf formats handle this properly so I can explore this more. Do you know if for example, *서울대학교*, renders properly when you use the regular pdf output format in quarto?

@statkclee
Copy link
Author

statkclee commented Feb 16, 2024

Nope.
**서울대학교** can be displayed correctly, but italized characters are not, even in the regular pdf output format in quarto.

@statkclee
Copy link
Author

elsevier-harvard.csl is working.

gpt_resume_korean.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants