summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-09-21 21:59:00 +0000
committerKarl Berry <karl@freefriends.org>2015-09-21 21:59:00 +0000
commitb7e7649338d06394631bbbb44c2fbdcd75466b80 (patch)
treec852de888ff030e6d4ffefa4c742f8c25237b757
parent8a59d2054279db3001a55544b759a14f88892f54 (diff)
resumecls (21sep15)
git-svn-id: svn://tug.org/texlive/trunk@38427 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdfbin25253 -> 26560 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.tex4
-rw-r--r--Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdfbin55228 -> 50306 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.tex4
-rw-r--r--Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdfbin71848 -> 55404 bytes
-rw-r--r--Master/texmf-dist/source/xelatex/resumecls/resumecls.dtx15
-rw-r--r--Master/texmf-dist/tex/xelatex/resumecls/resumecls.cls4
7 files changed, 17 insertions, 10 deletions
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
--- a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdf
+++ b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.pdf
Binary files 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
--- a/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdf
+++ b/Master/texmf-dist/doc/xelatex/resumecls/example/resume-zh.pdf
Binary files 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
--- a/Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdf
+++ b/Master/texmf-dist/doc/xelatex/resumecls/resumecls.pdf
Binary files 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 @@
%<class>\NeedsTeXFormat{LaTeX2e}[2011/06/27]
%<class>\ProvidesClass{resumecls}
%<*class>
- [2015/06/17 v0.3 Long time no see, resumecls]
+ [2015/09/21 v0.3.2 Welcome, contributors]
%</class>
%
%<*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
%</lst>
% \fi
%
+% \section{Contributors}
+%
+% \begin{itemize}
+% \item \href{https://github.com/idear1203}{IDEAR <idear1203@github>}
+% \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}