aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls18
1 files changed, 17 insertions, 1 deletions
diff --git a/resume.cls b/resume.cls
index 92ba875..f90332c 100644
--- a/resume.cls
+++ b/resume.cls
@@ -12,7 +12,7 @@
%% https://www.latextemplates.com/template/plasmati-graduate-cv
%%
-\ProvidesClass{resume}[2024/12/06 v2.6.0 Resume Class]
+\ProvidesClass{resume}[2024/12/06 v2.6.1 Resume Class]
\LoadClass{article}
%%
@@ -347,6 +347,22 @@
}
%%
+%% Abstract
+%%
+
+\RenewDocumentEnvironment{abstract}{}{
+ \phantomsection
+ \addcontentsline{toc}{section}{\ifdef{\@zh}{摘要}{Abstract}}
+ \ifdef{\@zh}{%
+ \onehalfspacing\hspace{2em}%
+ \ignorespaces% remove the beginning glue to make the indentation correct
+ }{}%
+}{%
+ \par
+ \medskip
+}
+
+%%
%% Sections
%%