summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/CJK/doc/CJKutf8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/CJK/doc/CJKutf8.txt')
-rw-r--r--Master/texmf-dist/doc/latex/CJK/doc/CJKutf8.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/CJK/doc/CJKutf8.txt b/Master/texmf-dist/doc/latex/CJK/doc/CJKutf8.txt
new file mode 100644
index 00000000000..2e1d1e42c6c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/CJK/doc/CJKutf8.txt
@@ -0,0 +1,29 @@
+This is the file CJKutf8.txt of the CJK macro package ver. 4.6.0
+(11-Aug-2005).
+
+CJKutf8.sty
+-----------
+
+This package merges base LaTeX's and CJK's UTF-8 support. If a Unicode
+character (within a CJK environment) corresponds to a glyph from the
+selected LaTeX font encoding, use it, otherwise it is taken from the
+selected CJK unicode font.
+
+Usage:
+
+ \usepackage[<font encoding>]{CJKutf8}
+
+ The <font encoding> value is directly passed to the `fontenc' package.
+ Besides `fontenc', CJKutf8.sty also loads the CJK package with the
+ `encapsulated' option so that you can use UTF-8 outside of the CJK
+ environment also.
+
+ Note that only font encodings with a corresponding DFU file actually
+ have Unicode definitions (for example, `t1enc.dfu').
+
+ Only use UTF-8 encoding for the CJK environment! Other encodings
+ don't give an error but might replace some CJK characters with glyphs
+ from the selected LaTeX encoding.
+
+
+---End of CJKutf8.txt---