diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-08 22:18:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-08 22:18:33 +0000 |
commit | 83c8e21bfbd97d8d8bd8bbd2ae0b4d43218790e7 (patch) | |
tree | 83b74ec179feb7010b6068d6fdff10b0a827fba4 /Master/texmf-dist/doc/latex/jlreq/README.md | |
parent | 9ca909322c9f47f344f667bc628ef07aeead856d (diff) |
jlreq (8feb17)
git-svn-id: svn://tug.org/texlive/trunk@43167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jlreq/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/jlreq/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/README.md b/Master/texmf-dist/doc/latex/jlreq/README.md new file mode 100644 index 00000000000..0d2cb9c7907 --- /dev/null +++ b/Master/texmf-dist/doc/latex/jlreq/README.md @@ -0,0 +1,19 @@ +# jlreq
+
+## What is this?
+This package provides the class file and JFM (Japanese font metric) files for LuaTeX-ja / pLaTeX / upLaTeX. This aims to implement [Requirements for Japanese Text Layout](https://www.w3.org/TR/jlreq/).
+
+## Installation
+Run `make`, then JFM files are created. Move the files as follows:
+
+* *.tfm -> $TEXMF/fonts/tfm/public/jlreq
+* *.vf -> $TEXMF/fonts/vf/public/jlreq
+* jfm-jlreq.lua jfm-jlreqv.lua -> $TEXMF/tex/luatex/jlreq
+* jlreq.cls -> $TEXMF/tex/latex/jlreq
+
+`make install` will do this where $TEXMF=$TEXMFHOME
+
+## Usage
+See [README-ja.md](./README-ja.md) (in Japanese).
+
+
|