참고문헌에 중국어 참고문헌이 "等" 대신 "çŋĽ"로 표시되었습니다.

참고문헌에 중국어 참고문헌이 "等" 대신 "çŋĽ"로 표시되었습니다.

저는 Elegantpaper v0.08 템플릿을 사용하여 논문을 작성했습니다. 그리고 중국어 참고문헌을 인용해 보세요. 파일을 컴파일한 후 PDF에서 잘못된 점을 발견했습니다. 참조의 "等"이 잘못 표시되어 "çŋĽ"로 표시됩니다.

내 tex 파일은 다음과 같습니다.

\documentclass[lang=cn, a4paper, 12pt]{elegantpaper}
\title{test file}
\author{Direct-A}
\date{\today}
\version{0.1}
\begin{document}
\maketitle
test\cite{RN1}

\bibliography{ref}
\end{document}

그리고 턱받이 파일

@article{RN1,
  author  = {张麻子 and 李四 and 王五 and 张三},
  title   = {我就是马邦德},
  journal = {让子弹飞},
  volume  = {1},
  number  = {23},
  pages   = {210-220},
  issn    = {1007-4368},
  doi     = {10.1016/rzdf001011},
  year    = {2013},
  type    = {Journal Article}
}

나는 편집자와 확장자로 를 MiKTex 2.9사용 했습니다. 컴파일: XeLaTeX => BibTeX => XeLaTeX => XeLaTeXVisual Studio Code 1.41.1LaTeX Workshop 8.7.1

답변1

@Ulrike Fischer에게 감사드리며, 도와주신 모든 분들께 감사드립니다.

.tex 파일을 추가한 후 \XeTeXtracingfonts=1로그 파일을 확인했습니다.

그리고 나는 이것을 발견했습니다 :

Requested font "SimSun/OT" at 11.99997pt
 -> C:/WINDOWS/Fonts/simsun.ttc
Requested font "SimSun/OT" at 12.00003pt
 -> C:/WINDOWS/Fonts/simsun.ttc
Requested font "KaiTi/OT:script=hani;language=dflt;" at 12.00002pt
 -> C:/Users/****/AppData/Local/Microsoft/Windows/Fonts/KaiTi.ttf
Requested font "KaiTi/B/OT:script=hani;language=dflt;" at 12.00002pt
 -> C:/Users/****/AppData/Local/Microsoft/Windows/Fonts/KaiTi.ttf

Package fontspec Info: Could not resolve font "KaiTi/B" (it probably doesn't
(fontspec)             exist).

Requested font "SimHei/OT:script=hani;language=dflt;" at 12.00002pt
 -> C:/WINDOWS/Fonts/simhei.ttf
Requested font "SimHei/I/OT:script=hani;language=dflt;" at 12.00002pt
 -> C:/WINDOWS/Fonts/simhei.ttf

Package fontspec Info: Could not resolve font "SimHei/I" (it probably doesn't
(fontspec)             exist).

Requested font "SimSun/OT:script=hani;language=dflt;" at 12.00002pt
 -> C:/WINDOWS/Fonts/simsun.ttc
Requested font "SimSun/BI/OT:script=hani;language=dflt;" at 12.00002pt
 -> C:/WINDOWS/Fonts/simsun.ttc

Package fontspec Info: Could not resolve font "SimSun/BI" (it probably doesn't
(fontspec)             exist).

Requested font "SimSun/OT:script=hani;language=dflt;" at 12.00003pt
 -> C:/WINDOWS/Fonts/simsun.ttc
Requested font "SimHei/OT:script=hani;language=dflt;" at 12.00003pt
 -> C:/WINDOWS/Fonts/simhei.ttf
Requested font "KaiTi/OT:script=hani;language=dflt;" at 12.00003pt
 -> C:/Users/****/AppData/Local/Microsoft/Windows/Fonts/KaiTi.ttf

Package fontspec Info: Font family 'SimSun(0)' created for font 'SimSun' with
(fontspec)             options
(fontspec)             [Script={CJK},BoldFont={SimHei},ItalicFont={KaiTi}].
(fontspec)              
(fontspec)              This font family consists of the following NFSS
(fontspec)             series/shapes:
(fontspec)              
(fontspec)             - 'normal' (m/n) with NFSS spec.:
(fontspec)             <->"SimSun/OT:script=hani;language=dflt;"
(fontspec)             - 'small caps'  (m/sc) with NFSS spec.: 
(fontspec)             - 'bold' (b/n) with NFSS spec.:
(fontspec)             <->"SimHei/OT:script=hani;language=dflt;"
(fontspec)             - 'bold small caps'  (b/sc) with NFSS spec.: 
(fontspec)             - 'italic' (m/it) with NFSS spec.:
(fontspec)             <->"KaiTi/OT:script=hani;language=dflt;"
(fontspec)             - 'italic small caps'  (m/scit) with NFSS spec.: 

 (test.aux)
\openout1 = `test.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for TU/lmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.

게다가 에 경고가 있습니다 VS code.

Font shape `TU/SimSun(0)/bx/n' undefined
(Font)  using `TU/SimSun(0)/m/n' instead.

알겠습니다. 문제가 변경되었습니다.

마지막으로 환경을 TeXLive(전체 구성표)로 변경하여 해결되었습니다.

관련 정보