summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/xpinyin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-18 21:51:18 +0000
committerKarl Berry <karl@freefriends.org>2014-05-18 21:51:18 +0000
commit7e0c2c8912e1320987eca26917ad163b3405cba2 (patch)
tree2cea267c6e118ed2a653db381a6ae8818c025c7e /Master/texmf-dist/source/latex/xpinyin
parentb737b99b9e76228a88c75818075675d2f3da6a03 (diff)
xpinyin (18may14)
git-svn-id: svn://tug.org/texlive/trunk@34110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/xpinyin')
-rw-r--r--Master/texmf-dist/source/latex/xpinyin/xpinyin.dtx15
-rw-r--r--Master/texmf-dist/source/latex/xpinyin/xpinyin.ins4
2 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/xpinyin/xpinyin.dtx b/Master/texmf-dist/source/latex/xpinyin/xpinyin.dtx
index d744c55993e..7afac4e5e5c 100644
--- a/Master/texmf-dist/source/latex/xpinyin/xpinyin.dtx
+++ b/Master/texmf-dist/source/latex/xpinyin/xpinyin.dtx
@@ -76,7 +76,7 @@ and some specific Chinese Simplified fonts (TrueType or OpenType).
\askforoverwritefalse
\preamble
- Copyright (C) 2012--2013 by Qing Lee <sobenlee@gmail.com>
+ Copyright (C) 2012-2014 by Qing Lee <sobenlee@gmail.com>
--------------------------------------------------------------------------
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
@@ -119,13 +119,13 @@ and some specific Chinese Simplified fonts (TrueType or OpenType).
%<*driver|package>
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\GetIdInfo$Id: xpinyin.dtx 542 2014-01-13 18:19:08Z sobenlee $
+\GetIdInfo$Id: xpinyin.dtx 654 2014-05-12 15:23:16Z sobenlee $
{Automatically add pinyin to Chinese characters}
%<*driver>
\ProvidesExplFile{\ExplFileName.\ExplFileExtension}
%</driver>
%<package>\ProvidesExplPackage{\ExplFileName}
- {\ExplFileDate}{1.7}{\ExplFileDescription}
+ {\ExplFileDate}{1.8}{\ExplFileDescription}
%<*driver>
\ExplSyntaxOff
%</driver>
@@ -134,6 +134,7 @@ and some specific Chinese Simplified fonts (TrueType or OpenType).
%<*driver>
\documentclass[full,a4paper]{l3doc}
\usepackage{xeCJK}
+\usepackage{indentfirst}
\usepackage{xpinyin}
\usepackage{fvrb-ex}
\usepackage{geometry}
@@ -796,7 +797,7 @@ and some specific Chinese Simplified fonts (TrueType or OpenType).
% \begin{macro}[internal]{\@@_to_unicode_xetex:n}
% \begin{macrocode}
\cs_new_nopar:Npn \@@_to_unicode_xetex:n #1
- { \int_to_hexadecimal:n { `#1 } }
+ { \int_to_Hex:n { `#1 } }
% \end{macrocode}
% \end{macro}
%
@@ -804,11 +805,11 @@ and some specific Chinese Simplified fonts (TrueType or OpenType).
% \begin{macrocode}
\cs_new_nopar:Npn \@@_UTF_to_unicode:n #1
{
- \int_to_hexadecimal:n
- { \exp_args:No \int_from_hexadecimal:n { \CJK@plane } * "100 + #1 }
+ \int_to_Hex:n
+ { \exp_args:No \int_from_hex:n { \CJK@plane } * "100 + #1 }
}
\cs_new_nopar:Npn \@@_UTFchar_to_unicode:n #1
- { \int_to_hexadecimal:n { \@@_UTF_viii_to_unicode:NNNw #1 \q_stop } }
+ { \int_to_Hex:n { \@@_UTF_viii_to_unicode:NNNw #1 \q_stop } }
\cs_new_nopar:Npn \@@_UTF_viii_to_unicode:NNNw #1#2#3#4 \q_stop
{
\tl_if_empty:nTF {#4}
diff --git a/Master/texmf-dist/source/latex/xpinyin/xpinyin.ins b/Master/texmf-dist/source/latex/xpinyin/xpinyin.ins
index d1f0fa22ff4..1b98422b389 100644
--- a/Master/texmf-dist/source/latex/xpinyin/xpinyin.ins
+++ b/Master/texmf-dist/source/latex/xpinyin/xpinyin.ins
@@ -6,7 +6,7 @@
%%
%% xpinyin.dtx (with options: `install')
%%
-%% Copyright (C) 2012--2013 by Qing Lee <sobenlee@gmail.com>
+%% Copyright (C) 2012-2014 by Qing Lee <sobenlee@gmail.com>
%% --------------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -25,7 +25,7 @@
\askforoverwritefalse
\preamble
- Copyright (C) 2012--2013 by Qing Lee <sobenlee@gmail.com>
+ Copyright (C) 2012-2014 by Qing Lee <sobenlee@gmail.com>
--------------------------------------------------------------------------
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3