修改fduthesis模板为book模板

参考曾详东模板: 曾详东fduthesis, github网页

  • 去掉论文格式的封面:
    style / auto-make-cover = false, (原来false为true!)
  • cls文件: % Load the base class with openany and oneside options \LoadClass[openany, oneside]{ctexbook} (前后页面对齐, 章节之间不留空白页) (这里, oneside可以去掉)
  • 添加如: 注释, 性质, 命题等环境时, 需要在以下三个文件修改: fduthesis.cls; fduthesis-en.cls; fduthesis.def. 如在fduthesis.cls中添加:
\newtheorem  { remark     } { \c__fdu_name_remark_tl    }
\newtheorem  { property    } { \c__fdu_name_property_tl    }
\newtheorem  { proposition    } { \c__fdu_name_proposition_tl    }

编译: xelatex->bibtex->xelatex*2

posted @ 2025-01-12 22:47  LiuH41  阅读(14)  评论(0)    收藏  举报