Git Product home page Git Product logo

gdutthesis's People

Contributors

daniel612 avatar jokerdawn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

bloomingdream

gdutthesis's Issues

About fonts problem on overleaf, 关于overleaf中的字体问题

Hi, I'm a undergraduate of GDUT and will graduate in 2020 summer.
Thanks for your template but when I upload this template on overleaf, I met some problem. It can't be compiled by the engine of overleaf, it doesn't have some CJK fonts, include Source Han Serif SC, Source Han Sans SC.
After some search, I found that it can be replaced by Noto Serif CJK SC, Noto Sans CJK SC, Noto Sans Mono CJK SC and can provide the same effects. So you can just replace the \installOTF command to this:

\newcommand\installOTF{
	\setmainfont{Times New Roman}
	\setsansfont{Arial}
	\setmonofont{Courier New} 
	\setCJKmainfont{Noto Serif CJK SC}
	\setCJKsansfont{Noto Sans CJK SC}
	\setCJKmonofont{Noto Sans Mono CJK SC}
	\setCJKfamilyfont{song}{Noto Serif CJK SC}
	\setCJKfamilyfont{hei}{Noto Sans Mono CJK SC}
}

It's easy that add this info in the README.md doc.
Thanks for your Template.

嗨,我是一名广东工业大学的本科生,将于2020年夏季毕业。
非常感谢您提供模板,但是当我将此模板上传到 overleaf 时,遇到了一些问题。 它无法由下页引擎进行编译,overleaf 不提供某些 CJK 字体,包括 Source Han Serif SC, Source Han Sans SC.
经过一番搜索,我发现可以将其替换为Noto Serif CJK SC,Noto Sans CJK SC,Noto Sans Mono CJK SC, 并且可以保证同样的显示效果。因此,您只需将 \installOTF 命令替换为:

\newcommand\installOTF{
	\setmainfont{Times New Roman}
	\setsansfont{Arial}
	\setmonofont{Courier New} 
	\setCJKmainfont{Noto Serif CJK SC}
	\setCJKsansfont{Noto Sans CJK SC}
	\setCJKmonofont{Noto Sans Mono CJK SC}
	\setCJKfamilyfont{song}{Noto Serif CJK SC}
	\setCJKfamilyfont{hei}{Noto Sans Mono CJK SC}
}

在 README.md 文档中添加一些信息很容易。
感谢您的模板。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.