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

UTF-8编译无法从PDF中复制文本 #4

Open
jiuerbujie opened this issue May 28, 2018 · 5 comments
Open

UTF-8编译无法从PDF中复制文本 #4

jiuerbujie opened this issue May 28, 2018 · 5 comments

Comments

@jiuerbujie
Copy link

首先,感谢同学的模板,让我赶上了毕业论文提交。

有个小问题,不知道是不是编码的问题,编译出来的PDF文档,无法从中复制文本,粘贴出来变成了一些空格。
这个问题最大的影响是查重时识别不到中文,导致重复率很高。不知道这个问题是否可以解决。

@shuwei1204
Copy link
Owner

复制不出来是仿宋字体编码的问题,宋体就可以。不能复制出来的还有一个楷体。另外,仿宋字体不影响查重,我自己的论文查重就没有受影响。

@xueshengke
Copy link

我发现是 \documentclass[oneside,AutoFakeBold=true]{ZJUthesisv2} 的问题.。AutoFakeBold=false 就不会出现中文复制粘贴乱码情况。这个貌似只是字体加粗问题,去掉的话在哪里会有影响。

@TheNetAdmin
Copy link

@xueshengke 仿宋并没有真正的粗体字体,所以需要伪粗体方式加粗。否则正文内仿宋加粗的部分会被替换成其他字体或者干脆不加粗。

@zjuAJW
Copy link

zjuAJW commented Jan 13, 2019

这个问题确实会影响查重,pdf传到系统上结果全是乱码,中文全部不识别,反而参考文献中的英文部分全部被识别成是重复了,不加AutoFakeBold又会造成加粗有问题,不知道有没有办法解决,用的是mac。@shuwei1204

@NeverSayXz
Copy link

NeverSayXz commented Apr 30, 2019

Texlive下将可以将\TexLive\texmf-dist\tex\latex\ctex\fontset中的ctex-fontset-windowsnew.def中fangsong字体全部替换为adobefangsong-regular.otf,可以绕过这一问题。换成texlive2019也可以解决。

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

6 participants