summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/ipaex-type1/README-en
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/ipaex-type1/README-en')
-rw-r--r--Master/texmf-dist/doc/fonts/ipaex-type1/README-en68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/ipaex-type1/README-en b/Master/texmf-dist/doc/fonts/ipaex-type1/README-en
new file mode 100644
index 00000000000..e15c938ea23
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/ipaex-type1/README-en
@@ -0,0 +1,68 @@
+ipaex-type1 PACKAGE
+===================
+
+This package contains the IPAex Fonts converted into Unicode subfonts
+in Type1 format, which is most suitable for use with the CJK package.
+Font conversion was done with ttf2pt1.
+
+### Installation
+
+Place the files in the package as follows:
+
+ - `tfm/*.tfm` → $TEXMF/fonts/tfm/public/ipaex-type1/
+ - `type1/*.pfb` → $TEXMF/fonts/type1/public/ipaex-type1/
+ - `ipaex-type1.map` → $TEXMF/fonts/map/dvips/ipaex-type1/
+ - `*.fd` → $TEXMF/tex/latex/ipaex-type1/
+
+After that, invoke updmap as usual.
+
+ updmap --enable Map ipaex-type1.map
+
+### Usage in LaTeX
+
+After installation, you can use the following two families,
+
+ * ipxm = IPAexMincho
+ * ipxg = IPAexGothic
+
+in the folloing encodings:
+
+ * OT1 / T1 / TS1 encodings
+ * `UTF8` encoding of the CJK package (internally called C70)
+
+An example of using an alphabetic encoding.
+
+ \documentclass{article}
+ \renewcommand{\rmdefault}{ipxm}
+ \renewcommand{\sfdefault}{ipxg}
+ \begin{document}
+ \textsf{Test}\quad Hello, {\TeX} world!
+ \end{document}
+
+An example of using the CJK package.
+
+ % encoded in UTF-8
+ \documentclass{article}
+ \usepackage{CJK}
+ \begin{document}
+ \begin{CJK*}{UTF8}{ipxm}
+ これは簡単なテスト文書です。
+ \end{CJK*}
+ \end{document}
+
+### License
+
+This package is distributed under the “IPA Font License
+Agreement v1.0” (see the file named LICENSE for detail).
+
+Revision History
+----------------
+
+ * Version 0.2a [2012/04/22]
+ - Fixed spacing in some TFMs in OT1/T1/TS1 encodings.
+ * Version 0.2 [2012/04/21]
+ - First public version.
+
+--------------------
+Takayuki YATO (aka. "ZR")
+http://zrbabbler.sp.land.to/