Skip to content

Commit

Permalink
修改 \nocite 处注释;修改浮动体默认选项
Browse files Browse the repository at this point in the history
  • Loading branch information
sikouhjw committed Jan 19, 2024
1 parent 6665fd6 commit 13d42a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion gdutthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1173,11 +1173,13 @@
\def\@floatboxreset{\centering}%
}
\AtBeginEnvironment{table}{\small}
\def \fps@figure { !tp }
\def \fps@table { !tp }
\ctex_at_end_preamble:n
{
\bool_if:NT \l__gdut_free_float_bool
{
\NewDocumentCommand \gdut@xfloat { m o } { \@xfloat #1 [tbp] }
\NewDocumentCommand \gdut@xfloat { m o } { \@xfloat #1 [!tp] }
\def \@float #1
{
\@ifnextchar[
Expand Down
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

\gdutbackmatter

\nocite{*}% 列出全部参考文献
\nocite{*}% 列出 bib 文件中的全部参考文献
\printbibliography

\input{data/result.tex}
Expand Down
2 changes: 1 addition & 1 deletion user-manual/gdutthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ Copyright (C) 2017&ndash;2021 by Xiangdong Zeng <[email protected]>.
% \begin{fdusyntax}[emph={[1]free-float}]
% free-float = (*<(true)|false>*)
% \end{fdusyntax}
% 设置是否允许浮动体自由浮动。|true| 表示让浮动体自由浮动,|false| 表示可以用浮动体选项限制浮动体的位置。
% 设置是否允许浮动体自由浮动。|true| 表示让浮动体按照选项 |!tp| 自由浮动,|false| 表示可以用浮动体选项限制浮动体的位置。
% \end{function}
%
% \begin{function}{style/font,style/math-font}
Expand Down

0 comments on commit 13d42a9

Please sign in to comment.