用Awesome CV进行简历编写,但无法显示中文,在源码中写入中文了,编译后无法显示中文 , 有大佬遇到过这个问题没~~~ 源码: ```tex %!TEX TS-program = xelatex %!TEX encoding = UTF-8 Unicode % Awesome CV LaTeX Template for CV/Resume % % This template has been downloaded from: % https://github.com/posquit0/Awesome-CV % % Author: % Claud D. Park % http://www.posquit0.com % % Template license: % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) % %------------------------------------------------------------------------------- % CONFIGURATIONS %------------------------------------------------------------------------------- % A4 paper size by default, use 'letterpaper' for US letter \documentclass[11pt, a4paper]{awesome-cv} % Configure page margins with geometry \geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm} % Specify the location of the included fonts \fontdir[fonts/] % Color for highlights % Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange % awesome-nephritis, awesome-concrete, awesome-darknight \colorlet{awesome}{awesome-red} % Uncomment if you would like to specify your own color % \definecolor{awesome}{HTML}{CA63A8} % Colors for text % Uncomment if you would like to specify your own color % \definecolor{darktext}{HTML}{414141} % \definecolor{text}{HTML}{333333} % \definecolor{graytext}{HTML}{5D5D5D} % \definecolor{lighttext}{HTML}{999999} % Set false if you don't want to highlight section with awesome color \setbool{acvSectionColorHighlight}{true} % If you would like to change the social information separator from a pipe (|) to something else \renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad} %------------------------------------------------------------------------------- % PERSONAL INFORMATION % Comment any of the lines below if they are not required %------------------------------------------------------------------------------- % Available options: circle|rectangle,edge/noedge,left/right % \photo[rectangle,edge,right]{./examples/profile} \name{Byungjin}{Park} \position{Software Architect{\enskip\cdotp\enskip}Security Expert} \address{42-8, Bangbae-ro 15-gil, Seocho-gu, Seoul, 00681, Rep. of KOREA} \mobile{(+82) 10-9030-1843} \email{posquit0.bj@gmail.com} \homepage{www.posquit0.com} \github{posquit0} \linkedin{posquit0} % \gitlab{gitlab-id} % \stackoverflow{SO-id}{SO-name} % \twitter{@twit} % \skype{skype-id} % \reddit{reddit-id} % \medium{madium-id} % \googlescholar{googlescholar-id}{name-to-display} %% \firstname and \lastname will be used % \googlescholar{googlescholar-id}{} % \extrainfo{extra informations} \quote{``Be the change that you want to see in the world."} %------------------------------------------------------------------------------- \begin{document} % Print the header with above personal informations % Give optional argument to change alignment(C: center, L: left, R: right) \makecvheader[C] % Print the footer with 3 arguments(,
, ) % Leave any of these blank if they are not needed \makecvfooter {\today} {Byungjin Park~~~·~~~Résumé} {\thepage} %------------------------------------------------------------------------------- % CV/RESUME CONTENT % Each section is imported separately, open each file in turn to modify content %------------------------------------------------------------------------------- \input{resume/summary.tex} \input{resume/experience.tex} \input{resume/honors.tex} \input{resume/presentation.tex} \input{resume/writing.tex} \input{resume/committees.tex} \input{resume/education.tex} \input{resume/extracurricular.tex} %------------------------------------------------------------------------------- \end{document} ``` 编译后效果: ![](https://pics.latexstudio.net/data/images/201912/4c40077bd682739.png) 加上中文后编译效果: ![](https://pics.latexstudio.net/data/images/201912/e3181b8192f1995.png) ![](https://pics.latexstudio.net/data/images/201912/2dfce40becefba9.png)

5 回答5

0
MWE[https://wenda.latexstudio.net/note/view/1.html](https://wenda.latexstudio.net/note/view/1.html)
  • 谢谢你 初次接触 太多不懂~ – Vgazh 2019-12-12 19:43 回复
0
无MWE,无解。
  • 已加 哈哈 – Vgazh 2019-12-12 19:50 回复
0
是不是因为我字体不支持啊
0
首先你引用 `ctex` 包了吗? 其次你用 `xelatex` 编译了吗?
  • 回复 undefined :没懂。你可以给 support@overleaf.com 写信,让它们帮忙 – 啸行 2019-12-14 14:52 回复
  • 源码是一个template,只是在源码对应一个文字上改成中文,再编译时不显示那个中文文字(其他正常显示) – Vgazh 2019-12-13 11:09 回复
  • 我也想这么写来,就不写了。 – registor 2019-12-12 23:10 回复
  • 我也想这么写来,就不写了。 – registor 2019-12-12 23:10 回复
0
至少你要加载个中文支持的宏包啊。`ctex` 或者裸用 `xeCJK`。
  • 好的 这下有方向了,我去研究下 感谢 – Vgazh 2019-12-13 11:19 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。