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

更新本科英文模板以及相关内容 #539

Merged
merged 16 commits into from
Jul 16, 2024

Commits on Jul 9, 2024

  1. fix: 统一更新本科若干模板的注释

    - 几份模板各有缺漏,互相补全了
    - 删除了`\input{misc/0_cover.tex}`等过时注释
    - `cover/date`注释的例子原本是近年日期,现改为明显错误的日期,不然没改年份……
    - 提示附录可删除
    - 统一措辞,缩减字数
    
    UTE 还有以下专门修改。(BITNP#496)
    
    - 💥删除`style/bibliographyIndent`相关残余
    
      现在 Word 模板的缩进已经改正常了,且已有机电学院同学交了有缩进的英文论文并通过。
    
      如要恢复,可再设置`bibliographyIndent = false`。
    
    - `style/head`注释的例子改成中文页眉
    
      有些学院要求页眉与中文相同。
    
    - `cover/date`注释的例子增加逗号
    
      因为有些体例需要逗号,这时不加括号直接写会报错。
    YDX-2147483647 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d070167 View commit details
    Browse the repository at this point in the history
  2. fix(UTE)!: 本科英文模板前置部分的页码从小写罗马数字改为大写

    现在的例子和中文模板都是大写。
    
    如要恢复,请在`main.tex`中`\frontmatter`下一行加`\pagenumbering{roman}`。
    
    Relates-to: BITNP#496
    YDX-2147483647 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0c86f94 View commit details
    Browse the repository at this point in the history
  3. fix(UTE): 本科英文模板也应支持const/info/major

    原先只支持中文模板。
    
    Relates-to: BITNP#496
    YDX-2147483647 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    22bcf0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca4db0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e52117 View commit details
    Browse the repository at this point in the history
  6. chore: DocStrip 统一用@@而非_bithesis_

    这样更方便搜索
    YDX-2147483647 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1dd8917 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c0e500 View commit details
    Browse the repository at this point in the history
  8. feat!: 致谢标题支持用const/heading/acknowledgements调整,同时英文模板默认值从单数改为复数

    致谢有 -edge-/-edg-、-ment/-ments 四种写法。
    
    Relates-to: BITNP#496
    YDX-2147483647 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bacd73f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd7d5a5 View commit details
    Browse the repository at this point in the history
  10. fix(UTE)!: 本科英文模板的目录默认不再包含目录本身

    恢复方法:
    
    ```latex
    \BITSetup{
      TOC/TOC = true,
    }
    ```
    YDX-2147483647 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    457433f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e440508 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e019fee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a298a3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f758cf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. refactor(UTE)!: 本科英文模板的 Arial 换为 Times,与中文模板一致

    恢复方法:
    
    ```latex
    \BITSetup{
      style/non-CJK-font-in-headings = sans,
    }
    ```
    YDX-2147483647 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e6a1a2e View commit details
    Browse the repository at this point in the history
  2. feat(UTE): 支持英文模板采用中文封面

    还参照书写规范微调了封面中论文标题的行距,并避免标题太长时封面挤成两页。
    YDX-2147483647 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    064eb3f View commit details
    Browse the repository at this point in the history