Skip to content

Commit

Permalink
不允许指定浮动体选项
Browse files Browse the repository at this point in the history
  • Loading branch information
sikouhjw committed Mar 2, 2023
1 parent ecbc420 commit 19b068e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gdutthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,11 @@
\def\@floatboxreset{\centering}%
}
\AtBeginEnvironment{table}{\small}
\cs_set:Npn \@float #1
{
\edef\reserved@a{\noexpand\@xfloat{#1}[\csname fps@#1\endcsname]}
\reserved@a
}
\clist_map_inline:nn
{
title, date, author, degree, supervisor, supervisor_two, department, major, student_id, chairman,
Expand Down

3 comments on commit 19b068e

@chenhanquan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处为什么要不允许指定浮动体选项?是有具体要求吗?不指定选项排版会比较乱

@sikouhjw
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处为什么要不允许指定浮动体选项?是有具体要求吗?不指定选项排版会比较乱

主要是考虑导师那边的意见 #73 。后面加个选项来控制『是否允许指定浮动体选项』吧。

@sikouhjw
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处为什么要不允许指定浮动体选项?是有具体要求吗?不指定选项排版会比较乱

主要是考虑导师那边的意见 #73 。后面加个选项来控制『是否允许指定浮动体选项』吧。

一点补充:#83

Please sign in to comment.