Results 13 comments of xye

> 这个页眉页脚定义在`buptthesis.cls` 258到272行,采用`fancyhdr`宏包定义的奇偶页。268行定义了`\frontmatter`的pagestyle,你的需求应该是需要修改一下这个采用的pagestyle,把`fancyhead`都清空。 > > ``` > \let\BUPT@frontmatter\frontmatter > \def\frontmatter{\BUPT@frontmatter\pagestyle{BUPThdrstyle}} % %% Page style before \frontmatter > \AtBeginDocument{% > \pagenumbering{alpha}% > \pagestyle{empty}} > ``` 这样是吗?但是也有这个问题,每一章只有第一页有页眉,其他得没有了。而且摘要也有页眉。 ![image](https://user-images.githubusercontent.com/46625185/191182179-43f43b1d-840f-49bb-8359-940eb91392df.png) ![image](https://user-images.githubusercontent.com/46625185/191182130-81bb790f-3571-4200-8aa3-37eb77d63a59.png)

> `\pagestyle`的具体定义在258行: > > ``` > \fancypagestyle{BUPThdrstyle}{% > \fancyhf{}% > \fancyhead[OR]{\zihao{-5} \leftmark}% > \fancyhead[EL]{\zihao{-5} \BUPT@label@university\BUPT@value@degreetype\BUPT@value@degree\BUPT@label@thesis}% > \fancyfoot[C]{\zihao{5} \thepage}% > \renewcommand\headrulewidth{0.4\p@}% > \renewcommand\footrulewidth{0\p@}} > ``` > > 可能需要给`\frontmatter`重新定义一个`\fancypagestyle` 嗯嗯,我不太懂latex的这个语法。按道理我也感觉这个`\frontmatter`是关于正文之前的。但是为什么把`\frontmatter`的`\pagestyle`改成`empty`会影响正文呢?而且摘要第一页的页眉也存在。

您好,我有一个问题,就是买的境外的云服务器,大陆为什么能连接呢?不会被墙吗?