diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-16 20:34:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-16 20:34:07 +0000 |
commit | ee21dffc0464c5046e9b9e2ba42d0cbc2e314027 (patch) | |
tree | dc81d0ef5ccae724e388d7dc3324253731d86062 /Master/texmf-dist/doc/uptex/uptex-base/samples/jstr-utf8.mp | |
parent | 0d411d66a94f03fc08288e50bb51879a5a5e3639 (diff) |
uptex-base (16may16)
git-svn-id: svn://tug.org/texlive/trunk@41198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/uptex/uptex-base/samples/jstr-utf8.mp')
-rw-r--r-- | Master/texmf-dist/doc/uptex/uptex-base/samples/jstr-utf8.mp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/uptex/uptex-base/samples/jstr-utf8.mp b/Master/texmf-dist/doc/uptex/uptex-base/samples/jstr-utf8.mp new file mode 100644 index 00000000000..3a02f104897 --- /dev/null +++ b/Master/texmf-dist/doc/uptex/uptex-base/samples/jstr-utf8.mp @@ -0,0 +1,10 @@ +prologues:=1; +beginfig(1); +string s; +s:="「キャッチャー±α、高間吉。」"; +u=2; +draw (80,180)--(260,180)--(260,20)--(80,20)--cycle; +label.lft(s infont "rmlv", (100,100)); +label.urt(s infont "rml", (100,100)); +endfig; +end. |