Giter Site home page Giter Site logo

scnuthesis's People

Contributors

chitolaw avatar donghaoye avatar fuhailin avatar jjm2473 avatar wzpan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scnuthesis's Issues

SCNUThesis 是否适合作为本科生模板

回答 #1 提及的另一个问题:

SCNUThesis 是主要针对研究生/博士生的毕业论文格式要求而编写的,由于本科生的格式要求和研究生/博士生的格式要求有一定的出入,因此不建议直接用来排版本科生论文。

为什么我不顺手做一份本科生的模板?因为我不是本科生,没机会用到它,难以保证格式是否正确。而我即将研究生毕业,最近正要使用 SCNUThesis 排我自己的论文,在这个过程中,我也有机会进一步完善这份模板。

不过,我很期待能看到有本科生感兴趣去做一份本科的模板,欢迎 fork 我的项目作出修改。

图目录样式

请问一下 图目录样式可以修改吗?因为我的图目录占了2页,第二页只有几个图 我想如果能合并到一页,所以想修改一下样式

关于CJKnumber的错误

下面是部分的报错信息

[3] [4] (./thesis.toc
! Undefined control sequence.
第\CJKnumber
{\thecontentslabel }章\quad
l.4 ...apter}{\numberline {1}绪论}{1}{chapter.1}

较新版本的xeCJK已经不支持CJKnumber这个option,
\CJKnumber这个命令被放到了CJKnumb这个包中.


  • xeCJK warning: "option-deprecated"
  • The `CJKnumber' option is deprecated.
  • You may load the package `CJKnumb' after xeCJK to use its function.

在myscnu.sty中加入
\RequirePackage{CJKnumb}
即可解决问题。

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.