From b7e7649338d06394631bbbb44c2fbdcd75466b80 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Sep 2015 21:59:00 +0000 Subject: resumecls (21sep15) git-svn-id: svn://tug.org/texlive/trunk@38427 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/xelatex/resumecls/example/resume-en.pdf | Bin 25253 -> 26560 bytes .../doc/xelatex/resumecls/example/resume-en.tex | 4 ++-- .../doc/xelatex/resumecls/example/resume-zh.pdf | Bin 55228 -> 50306 bytes .../doc/xelatex/resumecls/example/resume-zh.tex | 4 ++-- .../texmf-dist/doc/xelatex/resumecls/resumecls.pdf | Bin 71848 -> 55404 bytes .../source/xelatex/resumecls/resumecls.dtx | 15 +++++++++++---- .../texmf-dist/tex/xelatex/resumecls/resumecls.cls | 4 ++-- 7 files changed, 17 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdf b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdf index e8ff0ad83d6..fd5db322b88 100644 Binary files a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdf and b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.tex b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.tex index d370f3e2a39..c19d9fde294 100644 --- a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.tex +++ b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.tex @@ -11,9 +11,9 @@ % | Copyrgiht (c) 2012-2013 by huxuan. All rights reserved. % +----------------------------------------------------------------------------- -\documentclass[en,color]{resumecls} +\documentclass[color]{resumecls} -\CTEXoptions[today=old] +\ctexset{today=old} \name{Name} \organization{unit, school or organization} diff --git a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdf b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdf index e34db07be02..e8f45501cd1 100644 Binary files a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdf and b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.tex b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.tex index 194d48b76c6..533ac7d125a 100644 --- a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.tex +++ b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.tex @@ -11,9 +11,9 @@ % | Copyrgiht (c) 2012-2013 by huxuan. All rights reserved. % +----------------------------------------------------------------------------- -\documentclass[zh,color]{resumecls} +\documentclass[color]{resumecls} -\CTEXoptions[today=small] +\ctexset{today=small} \name{姓名} \organization{单位、学校或组织} diff --git a/Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdf b/Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdf index 5415ac9e0fc..f02898d6c7c 100644 Binary files a/Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdf and b/Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdf differ diff --git a/Master/texmf-dist/source/xelatex/resumecls/resumecls.dtx b/Master/texmf-dist/source/xelatex/resumecls/resumecls.dtx index 7caa8c695ec..19c184c745b 100644 --- a/Master/texmf-dist/source/xelatex/resumecls/resumecls.dtx +++ b/Master/texmf-dist/source/xelatex/resumecls/resumecls.dtx @@ -27,12 +27,11 @@ %\NeedsTeXFormat{LaTeX2e}[2011/06/27] %\ProvidesClass{resumecls} %<*class> - [2015/06/17 v0.3 Long time no see, resumecls] + [2015/09/21 v0.3.2 Welcome, contributors] % % %<*driver> \documentclass{ltxdoc} -\usepackage[adobefonts]{ctex} \usepackage{color} \definecolor{dkgreen}{rgb}{0,0.6,0} @@ -44,7 +43,7 @@ \usepackage{listings} \lstset{ backgroundcolor=\color{white}, - basicstyle=\zihao{5}\ttfamily, + basicstyle=\ttfamily, columns=flexible, breakatwhitespace=false, breaklines=true, @@ -108,6 +107,8 @@ % \changes{v0.2}{2013/03/07}{First try to upload to CTAN} % \changes{v0.2.1}{2013/03/17}{Celebrate for being included in CTAN} % \changes{v0.3}{2013/06/17}{Long time no see, resumecls} +% \changes{v0.3.1}{2015/09/20}{Compatible with TeXLive 2015 now} +% \changes{v0.3.2}{2015/09/21}{Welcome, contributors} % % \GetFileInfo{\jobname.dtx} % @@ -205,7 +206,7 @@ % \begin{macrocode} \RequirePackage[top=.5in,bottom=.5in,left=.5in,right=.5in]{geometry} \RequirePackage[xetex,unicode]{hyperref} -\RequirePackage[noindent,adobefonts]{ctex} +\RequirePackage[noindent]{ctex} \RequirePackage{tabularx} \RequirePackage{color} \RequirePackage{fancyhdr} @@ -391,5 +392,11 @@ Contents for Page 2 % % \fi % +% \section{Contributors} +% +% \begin{itemize} +% \item \href{https://github.com/idear1203}{IDEAR } +% \end{itemize} +% % \Finale \endinput diff --git a/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls b/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls index 8cdada2693f..cf84e002012 100644 --- a/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls +++ b/Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls @@ -28,7 +28,7 @@ \NeedsTeXFormat{LaTeX2e}[2011/06/27] \ProvidesClass{resumecls} - [2015/06/17 v0.3 Long time no see, resumecls] + [2015/09/21 v0.3.2 Welcome, contributors] \newif\ifrclscolor\rclscolorfalse \DeclareOption{color}{\rclscolortrue} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} @@ -36,7 +36,7 @@ \LoadClass[a4paper,12pt]{article} \RequirePackage[top=.5in,bottom=.5in,left=.5in,right=.5in]{geometry} \RequirePackage[xetex,unicode]{hyperref} -\RequirePackage[noindent,adobefonts]{ctex} +\RequirePackage[noindent]{ctex} \RequirePackage{tabularx} \RequirePackage{color} \RequirePackage{fancyhdr} -- cgit v1.2.3