diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls b/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls index cf84e002012..56d5a3a505e 100644 --- a/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls +++ b/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2012-2015 by huxuan <i@huxuan.org> +%% Copyright (C) 2012-2020 by huxuan <i@huxuan.org> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -26,17 +26,16 @@ %% and the derived file resumecls.cls. %% -\NeedsTeXFormat{LaTeX2e}[2011/06/27] +\NeedsTeXFormat{LaTeX2e} \ProvidesClass{resumecls} - [2015/09/21 v0.3.2 Welcome, contributors] + [2020/04/16 v0.4.0 Hello 2020] \newif\ifrclscolor\rclscolorfalse \DeclareOption{color}{\rclscolortrue} -\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexart}} \ProcessOptions\relax -\LoadClass[a4paper,12pt]{article} +\LoadClass[a4paper,12pt]{ctexart} \RequirePackage[top=.5in,bottom=.5in,left=.5in,right=.5in]{geometry} \RequirePackage[xetex,unicode]{hyperref} -\RequirePackage[noindent]{ctex} \RequirePackage{tabularx} \RequirePackage{color} \RequirePackage{fancyhdr} @@ -79,9 +78,9 @@ } \renewcommand{\maketitle}{% \entry{0em}{Xr}{% - \bfseries\zihao{4}\rclsname & \rclsmobile \\ - \rclsorganization & \href{mailto:\rclsmail}{\rclsmail} \\ - \rclsaddress & \url{\rclshomepage} \\ + \bfseries\zihao{4}\rclsname & \rclsmobile \\ + \rclsorganization & \href{mailto:\rclsmail}{\rclsmail} \\ + \rclsaddress & \url{\rclshomepage} \\ } } \pagestyle{fancy} |