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} %% @@ -346,6 +346,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 %%