-
如图所示,在标题和页脚上的页码都变成了字母。另外只有每个 Chapter 的第一页页脚有页码,其他页的页脚是空白的。 一个奇怪的地方是,如果不加上标题 (删去 编译的时候有报错 不知道是否是 thuthesis 设置有什么问题还是有包的冲突...: % ---- THUThesis ----
\documentclass[degree=bachelor, fontset=windows]{thuthesis}
\thusetup{
title = {xxxxx},
department = {xxxxx},
discipline = {xxxxx},
author = {xxxxx},
supervisor = {xxxxx},
keywords = {xxx1, xxx2},
keywords* = {xxx1, xxx2},
% toc-chapter-style = times, See thuthesis.pdf page 13
}
\bibliographystyle{thuthesis-bachelor}
% ---- THUThesis ----
% ---- necessary packages ----
\usepackage{float}
\usepackage{booktabs}
\usepackage{hyperref}
\usepackage{fontspec}
\setmonofont{Consolas}
\usepackage{minted}
\newcommand{\importcode}[1]{
\inputminted[xleftmargin=0.5em,breaklines,linenos,fontsize={\small}]{python}{../repo/src/#1.py}
}
\usepackage{multirow}
% ---- necessary packages ----
% ---- glossaries ----
\usepackage[toc]{glossaries}
\input{glossaries.tex}
% ---- glossaries ---- |
Beta Was this translation helpful? Give feedback.
Answered by
zepinglee
Apr 9, 2021
Replies: 1 comment
-
需要 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vopaaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
需要
\frontmatter
和\mainmatter
。