OSDN Git Service

luatexja-fontspec-24.sty: fix \newjfontfamily
[luatex-ja/luatexja.git] / README
diff --git a/README b/README
index f9fb860..39e293d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 The LuaTeX-ja Package $VER$
 --------------------------------
-Copyright (c) 2011--2013 The LuaTeX-ja project
+Copyright (c) 2011--2015 The LuaTeX-ja project
 License: modified BSD (see COPYING)
 
 LuaTeX-ja is a macro package for typesetting Japanese documents with LuaTeX.
@@ -22,12 +22,12 @@ Installation
 ------------
 
 0. Please make sure that your TeX distribution is up-to-date.
-   This version of LuaTeX-ja requires 
+   This version of LuaTeX-ja requires
     - LuaTeX beta-0.74.0 or later
     - luaotfload v2.2
     - luatexbase v0.6
-    - Several Adobe CMaps 
-      (e.g., UniJIS2004-UTF32-H, Adobe-Japan1-UCS2 for Japanese)
+    - everysel package
+    - IPAex fonts (http://ipafont.ipa.go.jp/)
    Hence this version does not work in TeX Live 2012 (or earlier).
 
 1. If you are using TeX Live 2013 or later, you can install LuaTeX-ja via tlmgr.
@@ -39,22 +39,22 @@ Installation
       <http://git.sourceforge.jp/view?p=luatex-ja/luatexja.git
                               ;a=snapshot;h=refs/tags/$VER$;sf=tgz>
 
-   b1. Extract the archive and process following three files by LuaLaTeX
+   b. Extract the archive and process following three files by LuaLaTeX
       to generate classes for Japanese typesetting:
         src/ltjclasses.ins
         src/ltjltxdoc.ins
         src/ltjsclasses.ins
 
-   b2. Process src/ltj-kinsoku_make.tex by (plain) LuaTeX to generate ltj-kinsoku.lua,
+   c. Process src/ltj-kinsoku_make.tex by (plain) LuaTeX to generate ltj-kinsoku.lua,
       which stores default "kinsoku" parameters.
 
-   c. Put src/ into your TEXMF tree.
+   d. Put src/ into your TEXMF tree.
       An example location is TEXMF/tex/luatex/luatexja.
 
       If you are updating from old version, you MUST remove it before
       extracting the new version of LuaTeX-ja.
 
-   d. You may need to update the filename database, by 'mktexlsr' or something.
+   e. You may need to update the filename database, by 'mktexlsr' or something.
 
 
 Basic Usage
@@ -66,7 +66,7 @@ Simply loading luatexja.sty by \input or \usepackage does the minimal setting.
 - If you want to create Japanese-based documents, you can consider the use of
   ltj{article,book,report}.cls or ltjs{article,book}.cls.
 - If you want to use the fontspec package, please load luatexja-fontspec.sty.
-  It defines control sequences such as \setmainjfont, setsansjfont and
+  It defines control sequences such as \setmainjfont, \setsansjfont and
   \jfontspec, which can be used for specifying Japanese fonts.
 
 Notes