Coder Social home page Coder Social logo

Comments (1)

polossk avatar polossk commented on August 23, 2024

您好!

我刚刚查阅了西工大的论文规范,里面没有明确指定具体的公式字体,但是材料中提到了西文字体和一个公式的样例,如图所示。

西文字体规范
截屏2022-02-12 10 58 39
公式样例
截屏2022-02-12 10 54 14

从样例来看,这里的确使用的是 Times New Roman。

不过一般来说,就我目前所看到的硕博大论文或者期刊论文的情况来讲,一般都是选择默认字体或者期刊指定的模板字体。而且公式中有些符号,比如花体、加粗、正体等,确实使用了不同的字体。我的个人建议是,您可以暂时不管这个问题,如果送审前有老师问到,再做统一更改。

如果需要更改,可以参考这个步骤https://stone-zeng.github.io/2020-05-02-use-opentype-fonts-iii/

  1. https://github.com/aliftype/xits 上直接下载整个repo
  2. 安装所有的 otf 字体文件
  3. setting/thesis-setting.tex 的文件末尾,添加
\setmainfont{XITS}       % XITS 是 Times Roman 的开源复刻版本
\setmathfont{XITS Math}  % XITS Math 是与之匹配的数学字体

您试一下,期待您的回复。

from yet-another-latex-template-for-npu-thesis.

Related Issues (20)

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.