mohuangrui / ucasthesis

LaTeX Thesis Template for the University of Chinese Academy of Sciences
3.43k stars 925 forks source link

正文内容无需生成空白页,要如何修改 #437

Open CSWYF3634076 opened 6 months ago

CSWYF3634076 commented 6 months ago

检查 / Check

编译环境 / Compilation Environment

描述问题 / Problem Description

问题描述:

最新的论文撰写,正文内部章节间无需生成空白页,请求要如何修改

日志文件 / .log file

将编译生成的 .log 文件拖入下行空白处:

问题截图 / Screenshots

将出现的问题或需要实现的效果的 截图照片 拖入下行空白处: R(_22Q61WC`ICU}LREYC$UR

最小工作示例(MWE) / Minimal Working Example

sikouhjw commented 6 months ago

https://github.com/mohuangrui/ucasthesis/blob/aec46ba1f621c537404cb631f54f6289b25a97af/Thesis.tex#L14 将其改为

 \documentclass[twoside,openany]{Style/ucasthesis}
gxxxh commented 6 months ago

https://github.com/mohuangrui/ucasthesis/blob/aec46ba1f621c537404cb631f54f6289b25a97af/Thesis.tex#L14

将其改为

 \documentclass[twoside,openany]{Style/ucasthesis}

你好,如果只需要删除正文(绪论到结束语)的空白页,在摘要,目录,参考文献等地方依旧保留空白页,该如何修改呢?

sikouhjw commented 6 months ago

你好,如果只需要删除正文(绪论到结束语)的空白页,在摘要,目录,参考文献等地方依旧保留空白页,该如何修改呢?

你确定是这个要求吗……

CSWYF3634076 commented 6 months ago

https://github.com/mohuangrui/ucasthesis/blob/aec46ba1f621c537404cb631f54f6289b25a97af/Thesis.tex#L14

将其改为

 \documentclass[twoside,openany]{Style/ucasthesis}

调整之后页眉出现问题,这里应该是总结和展望,请问这个有办法修改吗 image

sikouhjw commented 6 months ago

调整之后页眉出现问题,这里应该是总结和展望,请问这个有办法修改吗

这是你的认知误区,这不是「问题」。奇数页页眉是 chapter,偶数页是 thesis title,没有问题。有问题的是你的认知:既要没有空白页,又要 chapter 的页眉是 chapter title。 https://github.com/mohuangrui/ucasthesis/blob/aec46ba1f621c537404cb631f54f6289b25a97af/Style/artratex.sty#L720-L726

QianpengLi577 commented 4 months ago

你好,如果只需要删除正文(绪论到结束语)的空白页,在摘要,目录,参考文献等地方依旧保留空白页,该如何修改呢?

@gxxxh 参考这个 #423