Skip to content

Commit

Permalink
fix: hotfix for ref.bib
Browse files Browse the repository at this point in the history
- See: 8fd6c79
  • Loading branch information
fky2015 committed May 29, 2023
1 parent 68096ba commit bd6221d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/undergraduate-thesis/chapters/1_chapter1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ \section{字体效果表格}
\begin{tabular}{@{}lllll@{}}
\toprule
& Regular & Bold & Italic & Bold Italic \\ \midrule
宋体 & 宋体 & \cellcolor{orange}\textbf{宋体粗体} & \textit{楷体} & \cellcolor{gray}\textbf{\textit{楷书粗斜体}} \\
黑体 & {\heiti{}黑体} & \textbf{\heiti{}黑体粗体} & \textit{\heiti{}黑体斜体} & \cellcolor{gray}\textit{\textbf{\heiti{}黑体粗斜体}} \\
楷体 & {\kaishu{}楷书} & \textbf{\kaishu{}楷书粗体} & \textit{\kaishu{}斜体楷体} & \cellcolor{gray}\textbf{\textit{\kaishu{}楷书粗斜体}} \\
宋体 & 宋体 & \colorbox{orange}{\textbf{宋体粗体}} & \textit{楷体} & \colorbox{gray}{\textbf{\textit{楷书粗斜体}}} \\
黑体 & {\heiti{}黑体} & \textbf{\heiti{}黑体粗体} & \textit{\heiti{}黑体斜体} & \colorbox{gray}{\textit{\textbf{\heiti{}黑体粗斜体}}} \\
楷体 & {\kaishu{}楷书} & \textbf{\kaishu{}楷书粗体} & \textit{\kaishu{}斜体楷体} & \colorbox{gray}{\textbf{\textit{\kaishu{}楷书粗斜体}}} \\
Serif(Roman/Normal) & Regular & \textbf{Bold} & \textit{Italic} & \textbf{\textit{Bold Italic}} \\
Sans Serif & \textsf{Regular} & \textbf{\textsf{Bold}} & \textit{\textsf{Bold}} & \textbf{\textit{\textsf{Bold}}} \\
Typewriter & \texttt{Regular} & \textbf{\texttt{Bold}} & \textit{\texttt{Bold}} & \textbf{\textit{\texttt{Bold}}} \\
Expand Down
1 change: 0 additions & 1 deletion templates/undergraduate-thesis/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

% 开启盲审格式 blindPeerReview=true (如:[type=bachelor,blindPeerReview=true])

\PassOptionsToPackage{table}{xcolor}
\documentclass[type=bachelor]{bithesis}

\BITSetup{
Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-thesis/misc/2_conclusion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% 结论部分尽量不使用 \subsection 二级标题,只使用 \section 一级标题

% 这里插入一个参考文献,仅作参考
本文结论……。\cite{李成智2004飞行之梦}
本文结论……。\cite{张伯伟2002全唐五代诗格会考}

\textcolor{blue}{结论作为毕业设计(论文)正文的最后部分单独排写,但不加章号。结论是对整个论文主要结果的总结。在结论中应明确指出本研究的创新点,对其应用前景和社会、经济价值等加以预测和评价,并指出今后进一步在本研究方向进行研究工作的展望与设想。结论部分的撰写应简明扼要,突出创新性。阅后删除此段。}

Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-thesis/misc/ref.bib
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ @book{张伯伟2002全唐五代诗格会考
author={张伯伟},
publisher={江苏古籍出版社},
location={南京},
year={2002: 288},
year={2002},
language={zh},
keywords={book},
}
Expand Down

0 comments on commit bd6221d

Please sign in to comment.