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

本科全英文模板 #496

Closed
YDX-2147483647 opened this issue May 10, 2024 · 4 comments · Fixed by #539
Closed

本科全英文模板 #496

YDX-2147483647 opened this issue May 10, 2024 · 4 comments · Fixed by #539
Labels
Await Hold for others to make progress 🚀 enhancement New feature or request ❓ question Further information is requested

Comments

@YDX-2147483647
Copy link
Collaborator

YDX-2147483647 commented May 10, 2024

首先,目前本科全英文有对应的官方Word模板吗?

其次,群里同学提出了北京理工大学管理与经济学院本科生毕业设计(论文)模板(英文论文).docx

  1. ✅标题页面和中文版类似,但是英文标题在上,中文在下;
  2. ❌原创声明是中文版的;
  3. ✅英文abstract在中文摘要前;
  4. ✅前几页的序号是大写罗马数字I II II;
  5. ✅页眉是中文版的;
  6. ✅后面的格式同英文版。

除此以外,✅Word中标题是衬线体Times New Roman,而BIThesis是无衬线体;✅单复数也不同。

4F4RZ`A3F~1DSP)Y FP5DEO
↑以上“管理与经济学院本科生毕业设计(论文)模板(英文论文)”

↓现有模板
%T$I13C0 OE1@TEX}14YHH

✅2024年5月17日补充:英文模板目前目录含目录,并且其页码有同学反映是目录最后一页,而非第一页,可能有问题。(中文模板的目录不含目录。)

@YDX-2147483647 YDX-2147483647 added 🚀 enhancement New feature or request ❓ question Further information is requested Await Hold for others to make progress labels May 10, 2024
@fky2015
Copy link
Contributor

fky2015 commented May 10, 2024

本科-全英文 Thesis Format 2022.pdf
本科-全英文 Thesis Sample 2021 with signature.pdf

我手头也是之前有人给我的,不是官方的。

@YDX-2147483647

This comment was marked as resolved.

@YDX-2147483647
Copy link
Collaborator Author

YDX-2147483647 commented Jul 3, 2024

调查

问了一下老师,教务部没有另外的通知。

另:在招本科专业设置及培养方案 - 教务部可查看哪些学院有全英文班。

信息与电子学院

用现有 LaTeX 英文模板 + 中文模板的封面(中英文标题都要有)可以通过;✅页眉要求用中文,但用英文也没大问题;双语原创性声明并没规定模板。

信息学院没有全英文班,英文论文较少。这可能导致格式比较松。

集成电路与电子学院

允许几种方法:

  1. LaTeX英文模板(发了推送)。
  2. Word中文模板(发了文件),自行翻译。

另外有人把LaTeX导出的PDF转成了Word发到了群里,也能用。

学院基本没有额外修改模板,也明确表示接受模板在封面、原创性声明等地的差异。

计算机学院

有Word中文模板和责任教授提供的全英班论文封面.docx,封面✅有单独的 Co-Supervisor (“Delete if you don’t have co-supervisor”),且✅日期格式为May 22 2023

原创性声明是中文而非双语,不过实际都通过了。

机电学院

连正式通知都没有。

同学提供了自己用Word模板写的论文。

需求

  • ✅希望能自选封面中文还是英文。(信息同学)
  • ✅写正确的degree会导致这一行太长了,所以群里建议把degree换成major。(集电同学)

YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 8, 2024
- 几份模板各有缺漏,互相补全了
- 删除了`\input{misc/0_cover.tex}`等过时注释
- `cover/date`注释的例子原本是近年日期,现改为明显错误的日期,不然没改年份……
- 提示附录可删除
- 统一措辞,缩减字数

UTE 还有以下专门修改。(BITNP#496)

- 💥删除`style/bibliographyIndent`相关残余

  现在 Word 模板的缩进已经改正常了,且已有机电学院同学交了有缩进的英文论文并通过。

  如要恢复,可再设置`bibliographyIndent = false`。

- `style/head`注释的例子改成中文页眉

  有些学院要求页眉与中文相同。

- `cover/date`注释的例子增加逗号

  因为有些体例需要逗号,这时不加括号直接写会报错。
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 8, 2024
现在的例子和中文模板都是大写。

如要恢复,请在`main.tex`中`\frontmatter`下一行加`\pagenumbering{roman}`。

Relates-to: BITNP#496
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 8, 2024
原先只支持中文模板。

Relates-to: BITNP#496
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
- 几份模板各有缺漏,互相补全了
- 删除了`\input{misc/0_cover.tex}`等过时注释
- `cover/date`注释的例子原本是近年日期,现改为明显错误的日期,不然没改年份……
- 提示附录可删除
- 统一措辞,缩减字数

UTE 还有以下专门修改。(BITNP#496)

- 💥删除`style/bibliographyIndent`相关残余

  现在 Word 模板的缩进已经改正常了,且已有机电学院同学交了有缩进的英文论文并通过。

  如要恢复,可再设置`bibliographyIndent = false`。

- `style/head`注释的例子改成中文页眉

  有些学院要求页眉与中文相同。

- `cover/date`注释的例子增加逗号

  因为有些体例需要逗号,这时不加括号直接写会报错。
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
现在的例子和中文模板都是大写。

如要恢复,请在`main.tex`中`\frontmatter`下一行加`\pagenumbering{roman}`。

Relates-to: BITNP#496
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
原先只支持中文模板。

Relates-to: BITNP#496
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
原先只支持中文模板。

Relates-to: BITNP#496
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
@YDX-2147483647

This comment was marked as resolved.

YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Jul 9, 2024
github-merge-queue bot pushed a commit that referenced this issue Jul 16, 2024
- 几份模板各有缺漏,互相补全了
- 删除了`\input{misc/0_cover.tex}`等过时注释
- `cover/date`注释的例子原本是近年日期,现改为明显错误的日期,不然没改年份……
- 提示附录可删除
- 统一措辞,缩减字数

UTE 还有以下专门修改。(#496)

- 💥删除`style/bibliographyIndent`相关残余

  现在 Word 模板的缩进已经改正常了,且已有机电学院同学交了有缩进的英文论文并通过。

  如要恢复,可再设置`bibliographyIndent = false`。

- `style/head`注释的例子改成中文页眉

  有些学院要求页眉与中文相同。

- `cover/date`注释的例子增加逗号

  因为有些体例需要逗号,这时不加括号直接写会报错。
github-merge-queue bot pushed a commit that referenced this issue Jul 16, 2024
现在的例子和中文模板都是大写。

如要恢复,请在`main.tex`中`\frontmatter`下一行加`\pagenumbering{roman}`。

Relates-to: #496
github-merge-queue bot pushed a commit that referenced this issue Jul 16, 2024
原先只支持中文模板。

Relates-to: #496
github-merge-queue bot pushed a commit that referenced this issue Jul 16, 2024
github-merge-queue bot pushed a commit that referenced this issue Jul 16, 2024
github-merge-queue bot pushed a commit that referenced this issue Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Await Hold for others to make progress 🚀 enhancement New feature or request ❓ question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants