File tree Expand file tree Collapse file tree 3 files changed +17
-20
lines changed
Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ test: all
5151push :
5252 git tag -d 自动打包
5353 git tag 自动打包
54- git push -u origin_github --tags -f
54+ git push -u origin2 --tags -f
5555 git push -u origin --tags -f
Original file line number Diff line number Diff line change @@ -17,23 +17,33 @@ mac、linux、windows三系统全部测试通过,linux缺一个字体,看 [l
1717
1818- 不要用 ` pdflatex ` 那个!需要四步走,` xelatex ` 、` biber ` 、` xelatex ` 、` xelatex ` ,看不懂这句话的话,具体百度一下
1919
20- 比如 ` texstudio ` 设置中 ` pdflatex ` 修改为 ` xelatex `
20+ 比如 ` texstudio ` 设置中 ` pdflatex ` 修改为 ` xelatex ` ,以及 ` bibtex ` 改为 ` biber `
21+
22+ 改为 xelatex | 改为 biber
23+ -|-
24+ ![ alt text] ( images/texstudio.png ) | ![ alt text] ( images/texstudio2.png )
25+
26+
27+ ### biber编译失败
28+
29+ 我在部分 ` windows10 ` 上遇到过一个奇怪的问题。类似[ 这个] ( https://github.com/plk/biber/issues/59 ) ,自己网上百度解决吧。我不用` windows10 ` ,懒得管了
30+
31+ 你是在解决不了就用 [ overleaf] ( https://www.overleaf.com/project ) 在线编译吧
2132
22- ![ texstudio] ( images/texstudio.png )
2333
2434
2535### 可能是Linux环境字体导致
2636
2737> 因为linux上默认没有Arial字体
2838
2939- 方法一:可以自己网上找一下,下载安装,注意名字(不是文件名,而是安装以后的字体名)要完全对上
30- - 方法二:可以搜索在 [ LZUThesis.cls] ( LZUThesis.cls ) 文件中搜索 ` \fontspec{Arial} ` ,将这一个命令删除,这个字母不用这个字体了(有点不符合论文对英摘要的要求)。
40+ - 方法二:可以搜索在 ` LZUThesis.cls ` 文件中搜索 ` \fontspec{Arial} ` ,将这一个命令删除,这个字母不用这个字体了(有点不符合论文对英摘要的要求)。
3141
3242### 可能是缓存问题
3343
3444> 编译的和预期有差别,你把缓存的文件清理一下,重新四步走进行编译,或者直接保存、重启电脑
3545
36- - 缓存的文件:比如你的文件名是 ` paper .tex` ,那就删除以 ` paper ` 开头的所有文件,当然,` paper .tex` 不要删除!!!!
46+ - 缓存的文件:比如你的文件名是 ` template .tex` ,那就删除以 ` template ` 开头的所有文件,当然,` template .tex` 不要删除!!!!
3747
3848- 理论上是这么做的,但是你删错了不关我的事。。。
3949
Original file line number Diff line number Diff line change 1- 2023.3.28重要修改!!!!!
21
3- - 研究生模板适配2023:[ 兰州大学博士硕士学位论文写作格式示例.PDF] ( https://ge.lzu.edu.cn/xiazaizhuanqu/xuewei/2023/0328/210732.html ) ,注意!!!!正文中增加了
4- ``` tex
5- \yjsType{博士}
6- \yjsZsZy{\quad 学\quad 术\quad 学\quad 位\quad}
7- ```
8-
9- 可以根据自己情况在 `.tex` 里修改,不用再修改 `.cls` 文件了
10-
11- ----
12-
13- 点开 Assets
14-
15- - 本科生,下载 `bks.zip` 文件
16- - 研究生,下载 `yjs.zip` 文件
2+ - 本科生,下载 [ bks.zip] ( https://github.com/yuhldr/LZUThesis2020/releases/download/自动打包/bks.zip ) 文件
3+ - 研究生,下载 [ yjs.zip] ( (https://github.com/yuhldr/LZUThesis2020/releases/download/自动打包/yjs.zip) ) 文件
174
185遇到问题,回到 [ 项目首页] ( https://github.com/yuhldr/LZUThesis2020 ) ,查看 [ 常见问题] ( https://github.com/yuhldr/LZUThesis2020/blob/master/md/QA.md ) ,或者 [ issue] ( https://github.com/yuhldr/LZUThesis2020/issues/new/choose )
You can’t perform that action at this time.
0 commit comments