PlutoThesis icon indicating copy to clipboard operation
PlutoThesis copied to clipboard

XeLaTeX 版本的哈工大硕博毕业论文模版(此版本废弃,不再维护,新模板hithesis https://github.com/dustincys/hithesis 括本硕博,对老版本的缺陷进行了彻底的修改)

Results 4 PlutoThesis issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11333398/66413562-3168f980-ea2a-11e9-9f0a-dff927b7f73f.png) 如图所示,我想去掉end不知道应该怎么做呢 另外,伪代码过长 ![image](https://user-images.githubusercontent.com/11333398/66413618-50678b80-ea2a-11e9-9d6e-b1d5edcdeecc.png) 页码进入到伪代码内部 这种情况应该如何处理呢,如何有跨页显示一段伪代码呢。谢谢!

Hello @dustincys , Thank you very much for sharing this template. I am currently writing my dissertation in english, however, I faced a problem: the chapter, section and subsection names...

![image](https://user-images.githubusercontent.com/5229902/33163447-85f2114e-d069-11e7-833a-1cfb342f6bbb.png)

问题描述: 模板编译的 PDF,在复制正文部分的宋体时,出现乱码问题。 复制正文中的黑体标题是正常的。复制英文也正常。 测试环境: macOS & Windows (直接使用 xelatex 编译 main.tex,复制正文宋体文字,中文乱码) 字体使用模板默认字体:宋体(SimSun,SimHei...) 定位到错误位置: https://github.com/dustincys/PlutoThesis/blob/master/setup/format.tex#L173 问题解决方法: setup/format.tex 中的所有包含 \song\textbf 代码(第173,184,189,220行),替换成 \hei 可以解决。不过宋体加粗与黑体还是有区别。 暂不清楚是什么原因导致的冲突。