Skip to content

Commit

Permalink
step version: 0.3
Browse files Browse the repository at this point in the history
update `.travis.yml`: remove pdfLaTeX test
  • Loading branch information
stone-zeng committed Jul 28, 2017
1 parent 2fd6463 commit 48c69d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ script:
- cp zhlipsum.sty ../test/zhlipsum.sty
- cp zhlipsum-zh-cn.def ../test/zhlipsum-zh-cn.def
- cd ../test
- pdflatex -interaction=nonstopmode test
- xelatex -interaction=nonstopmode test
- lualatex -interaction=nonstopmode test
4 changes: 2 additions & 2 deletions source/zhlipsum.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\RequirePackage{expl3,xparse}
%<package|zh-cn>\GetIdInfo $Id: zhlipsum.dtx 0.2 2017-04-14 12:00:00Z Xiangdong Zeng $
%<package|zh-cn>\GetIdInfo $Id: zhlipsum.dtx 0.3 2017-07-28 12:00:00Z Xiangdong Zeng $
%<driver|package> {Chinese `Lorem Ipsum' text}
%<zh-cn> {Simplified Chinese `Lorem Ipsum' text (for zhlipsum)}
%
Expand Down Expand Up @@ -90,7 +90,7 @@
%
% \title{\textbf{zhlipsum:中文乱数假文(Lorem ipsum)}}
% \author{曾祥东}
% \date{2017/04/14 \quad v0.2\thanks{\url{https://github.com/Stone-Zeng/zhlipsum}.}}
% \date{2017/07/28 \quad v0.3\thanks{\url{https://github.com/Stone-Zeng/zhlipsum}.}}
% \maketitle
%
% \begin{minipage}{0.9\textwidth}
Expand Down
2 changes: 1 addition & 1 deletion zhlipsum-zh-cn.def
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%% and the derived files zhlipsum.sty
%% zhlipsum-zh-cn.def
%%
\GetIdInfo $Id: zhlipsum.dtx 0.2 2017-04-14 12:00:00Z Xiangdong Zeng $
\GetIdInfo $Id: zhlipsum.dtx 0.3 2017-07-28 12:00:00Z Xiangdong Zeng $
{Simplified Chinese `Lorem Ipsum' text (for zhlipsum)}
\ProvidesExplFile{\ExplFileName}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
Expand Down
2 changes: 1 addition & 1 deletion zhlipsum.sty
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3,xparse}
\GetIdInfo $Id: zhlipsum.dtx 0.2 2017-04-14 12:00:00Z Xiangdong Zeng $
\GetIdInfo $Id: zhlipsum.dtx 0.3 2017-07-28 12:00:00Z Xiangdong Zeng $
{Chinese `Lorem Ipsum' text}
\ProvidesExplPackage{\ExplFileName}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
Expand Down

0 comments on commit 48c69d8

Please sign in to comment.