Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
- first release
- fix bad links
- update readme
  • Loading branch information
tanukihee committed Mar 9, 2021
1 parent f9bf3ed commit a11f4c6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# 武汉大学毕业论文 LaTeX 模板

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Last Commit](https://img.shields.io/github/last-commit/whutug/whu-thesis.svg)](https://github.com/mtobeiyf/whu-thesis/commits/)
[![Last Commit](https://img.shields.io/github/last-commit/whutug/whu-thesis.svg)](https://github.com/whutug/whu-thesis/commits/)
[![Overleaf](https://img.shields.io/badge/overleaf-whuthesis-green.svg)](https://www.overleaf.com/latex/templates/wuhan-university-latex-undergraduate-thesis-template/kpystysgbgmr)
[![](https://github.com/whutug/whu-thesis/workflows/LaTeX%20Compile/badge.svg)](https://github.com/mtobeiyf/whu-thesis/actions)
[![](https://github.com/whutug/whu-thesis/workflows/LaTeX%20Compile/badge.svg)](https://github.com/whutug/whu-thesis/actions)

本项目为武汉大学毕业论文 LaTeX 模板,支持本科生、硕士与博士的论文编写。

\***由于模板更新频繁,请确保使用 whu-thesis 的最新版本,并在使用之前将所有宏包更新至最新。**

根据[《武汉大学本科生毕业论文(设计)书写印制规范》](https://github.com/mtobeiyf/whu-thesis/files/4638713/default.pdf)编写,力求合规,简洁,易于实现,用户友好。
根据[《武汉大学本科生毕业论文(设计)书写印制规范》](https://github.com/mtobeiyf/whu-thesis/files/4638713/default.pdf)[武汉大学博士学位论文撰写及印制规格的规定](https://gs.whu.edu.cn/info/1026/1100.htm)[武汉大学硕士学位论文印制规定](https://gs.whu.edu.cn/info/1026/1096.htm)编写,力求合规,简洁,易于实现,用户友好。

## 样例展示

<p align="center">
<img src="https://user-images.githubusercontent.com/5097752/55679059-f250d300-5936-11e9-8dfe-937a64a0c6bf.png" width="800px">
</p>

正文样例可以参照 [whuthesis-demo](whu-thesis-demo.pdf)
正文样例可以参照 [whu-thesis-demo](whu-thesis-demo.pdf)

开题报告样例可以参照 [opening-demo](opening-demo.pdf)

Expand Down
Binary file modified opening-demo.pdf
Binary file not shown.
Binary file modified whu-thesis-doc.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions whu-thesis-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

\title{\cls{whu-thesis}\bfseries :武汉大学毕业论文模板\thanks{\url{https://github.com/whutug/whu-thesis}}}
\author{WHUTUG\thanks{\url{https://github.com/whutug}}}
\date{2021/03/06 \quad v0.5c}
\date{2021/03/09 \quad v0.6}

\begin{document}
\maketitle
Expand Down Expand Up @@ -514,7 +514,7 @@ \section{宏包依赖}
\item \pkg{natbib},提供作者—年份引用格式。
\item \pkg{hyperref},提供交叉引用、超链接、电子书签等功能。
\end{itemize}
\item 设置 \kvopt{class}{opening} 时,\cls{whu-thesis} 会调用 \cls{ctexart} 文档类,同时会调用 \pkg{tocbibind} 宏包,对参考文献章节编号。其他时候 \cls{whu-thesis} 则会调用 \cls{ctexbook} 文档类。
\item 设置 \kvopt{class}{opening} 时,\cls{whu-thesis} 会调用 \cls{ctexart} 文档类,同时会调用 \pkg{needspace},防止在“指导教师意见”中换页。且在 \kvopt{bib-backend}{bibtex} 时调用 \pkg{tocbibind} 宏包,对参考文献章节编号。其他时候 \cls{whu-thesis} 则会调用 \cls{ctexbook} 文档类。
\item 使用 \XeLaTeX{} 编译时,\CTeX{} 会调用 \pkg{xeCJK}\scite{xeCJK} 宏包,而使用 \LuaLaTeX{} 编译时,\CTeX{} 会调用 \pkg{luatexja}\scite{LuaTeX-ja} 宏包。不同的编译方式和中文支持方式会在一定程度上影响 \CTeX{} 宏集的行为,如对空格、标点的处理等。一般来说,使用 \XeLaTeX{} 编译时,推荐在中西文间显式地插入一个西文空格,而使用 \LuaLaTeX{} 编译时中西文间不插入空格。博士论文会在外部编译书脊,书脊使用 \LuaTeX-ja 的竖排文档类 \cls{ltjtarticle}。
\item \opt{draft} 选项开启时,如果使用 \LuaLaTeX{} 编译,会载入 \pkg{lua-visual-debug} 宏包。
\item \kvopt{style/font}{xits} 时,会调用 XITS 字体。
Expand Down
4 changes: 3 additions & 1 deletion whu-thesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3 , xparse , l3keys2e}
\ProvidesExplClass{whu-thesis}{2021/03/06}{0.5c}
\ProvidesExplClass{whu-thesis}{2021/03/09}{0.6}
{Wuhan University Thesis Template}

\msg_new:nnn { whu-thesis } { 引擎不支持 }
Expand Down Expand Up @@ -184,6 +184,7 @@
\tl_const:Nn \c__whu_heading_tl
{ 武汉大学本科毕业论文(设计) \\ 开 题 报 告 }
\tl_set:Nn \bibname { 参考文献 }
\RequirePackage { needspace }
}

%%% ---- 引入宏包 ----- %%%
Expand Down Expand Up @@ -1382,6 +1383,7 @@
\__whu_make_bibliography:

\skip_vertical:n { 2 \c__whu_baseline_skip }
\needspace { 0.3 \textheight }
指导老师意见:
\vfill
\hfill 指导老师(签名): \hbox_to_wd:nn { 4 cm } {} \par
Expand Down

0 comments on commit a11f4c6

Please sign in to comment.