Skip to content

Commit

Permalink
Footnote Counter Now Per Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-van-Jerry committed May 10, 2024
1 parent 70e4617 commit f599b83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion seuthesis2024b.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

\NeedsTeXFormat {LaTeX2e}
\RequirePackage {l3keys2e}
\ProvidesExplClass {seuthesis2024b} {2024/05/08} {0.10.0}
\ProvidesExplClass {seuthesis2024b} {2024/05/10} {0.11.0}
{Southeast University Thesis for Class of 2024 Bachelors}

\str_const:Nn \c__seuthesis_name_str { seuthesis2024b }
Expand Down Expand Up @@ -535,6 +535,7 @@
%% ==========================
%% Footnote
%% ==========================
\RequirePackage [ perpage ] { footmisc }
\RequirePackage { circledsteps }
\bool_new:N \c__seuthesis_circled_text_limited_bool
\bool_set_true:N \c__seuthesis_circled_text_limited_bool
Expand Down Expand Up @@ -1007,6 +1008,14 @@
{
\hyperref [ #1 ] { \zhnumber { \getrefnumber { #1 } } } 章
}
\NewDocumentCommand \NextChapRef { m }
{
\hyperref [ #1 ] { 下一章 }
}
\NewDocumentCommand \LastChapRef { m }
{
\hyperref [ #1 ] { 上一章 }
}
\NewDocumentCommand \anony { +m +m }
{
\bool_if:NTF \l__seuthesis_anonymous_bool
Expand Down
Binary file modified seuthesis2024b.pdf
Binary file not shown.

0 comments on commit f599b83

Please sign in to comment.