From 1e3a3ba35d94c55dd0486d738e887d704eac7589 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 16 Sep 2017 20:45:41 +0000 Subject: zhlipsum (16sep17) git-svn-id: svn://tug.org/texlive/trunk@45317 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/zhlipsum/README.md | 14 +++++-- .../zhlipsum/example/zhlipsum-example-gbk.tex | 41 +++++++++++++++++++++ .../zhlipsum/example/zhlipsum-example-utf8.tex | 41 +++++++++++++++++++++ Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf | Bin 248056 -> 259679 bytes 4 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex create mode 100644 Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/zhlipsum/README.md b/Master/texmf-dist/doc/latex/zhlipsum/README.md index 1d641ba1c10..97bd30b98b6 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/README.md +++ b/Master/texmf-dist/doc/latex/zhlipsum/README.md @@ -1,17 +1,25 @@ # zhlipsum - Chinese dummy text [![Build Status](https://travis-ci.org/Stone-Zeng/zhlipsum.svg?branch=master)](https://travis-ci.org/Stone-Zeng/zhlipsum) +[![CTAN](https://img.shields.io/ctan/v/zhlipsum.svg)](https://www.ctan.org/pkg/zhlipsum) [![GitHub release](https://img.shields.io/github/release/Stone-Zeng/zhlipsum/all.svg)](https://github.com/Stone-Zeng/zhlipsum/releases/latest) -Basic usage: +## Introduction + +This pack­age pro­vides an in­ter­face to dummy text in Chi­nese, which +will be use­ful for test­ing Chi­nese doc­u­ments. + +`zhlipsum` supports both UTF-8 and GBK en­cod­ing. + +## Basic usage ```tex \zhlipsum[3] \zhlipsum*[1-5] ``` -More information can be found in the package documentation -[zhlipsum.pdf](https://github.com/Stone-Zeng/zhlipsum/releases/download/v0.3/zhlipsum.pdf). +More information can be found in the package documentation +[zhlipsum.pdf](http://mirrors.ctan.org/macros/latex/contrib/zhlipsum/zhlipsum.pdf). ## License diff --git a/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex new file mode 100644 index 00000000000..ebf7a0cf30b --- /dev/null +++ b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex @@ -0,0 +1,41 @@ +%% +%% This is file `zhlipsum-example-gbk.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% zhlipsum.dtx (with options: `ex-gbk') +%% +\documentclass[GBK]{ctexart} +\usepackage[encoding=GBK]{zhlipsum} +\begin{document} +\def\parcmd{\texttt{\textbackslash par}} + +\section{Basic} +\zhlipsum + +\section{Different fonts} +{\songti \zhlipsum[1]} + +{\heiti \zhlipsum[2]} + +{\fangsong \zhlipsum[3]} + +{\kaishu \zhlipsum[4]} + +\section{Single paragraph} +\zhlipsum[55] + +\section{With `\parcmd'} +Some text before lorem ipsum. +\zhlipsum[0-1] +Some text after lorem ipsum. + +\section{Without `\parcmd'} +Some text before lorem ipsum. +\zhlipsum*[0-500] +Some text after lorem ipsum. +\end{document} +%% +%% +%% End of file `zhlipsum-example-gbk.tex'. diff --git a/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex new file mode 100644 index 00000000000..17eae9d2af2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex @@ -0,0 +1,41 @@ +%% +%% This is file `zhlipsum-example-utf8.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% zhlipsum.dtx (with options: `ex-utf8') +%% +\documentclass[UTF8]{ctexart} +\usepackage[encoding=UTF8]{zhlipsum} +\begin{document} +\def\parcmd{\texttt{\textbackslash par}} + +\section{Basic} +\zhlipsum + +\section{Different fonts} +{\songti \zhlipsum[1]} + +{\heiti \zhlipsum[2]} + +{\fangsong \zhlipsum[3]} + +{\kaishu \zhlipsum[4]} + +\section{Single paragraph} +\zhlipsum[55] + +\section{With `\parcmd'} +Some text before lorem ipsum. +\zhlipsum[0-1] +Some text after lorem ipsum. + +\section{Without `\parcmd'} +Some text before lorem ipsum. +\zhlipsum*[0-500] +Some text after lorem ipsum. +\end{document} +%% +%% +%% End of file `zhlipsum-example-utf8.tex'. diff --git a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf index 4c0ec8c8f44..d84856641ab 100644 Binary files a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf and b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf differ -- cgit v1.2.3