diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-12 00:58:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-12 00:58:13 +0000 |
commit | b644be7550076c874437a062a31c63be6daaa12e (patch) | |
tree | c65475d5cd98a50d3b77049242bb980d75d3554d /Master/texmf-dist/doc/latex/cjk/examples | |
parent | 438c86541627788f5c36d5af5d2fdd2682bf4d4c (diff) |
cjk 4.8.0 update (named CJK before)
git-svn-id: svn://tug.org/texlive/trunk@9456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cjk/examples')
18 files changed, 1157 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex b/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex new file mode 100644 index 00000000000..8a7ba74401d --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex @@ -0,0 +1,35 @@ +% This is the file Big5.tex of the CJK package +% for testing Chinese (in Big 5 encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) +% +% +% process this file with bg5latex + +\documentclass[12pt]{article} + +\usepackage{CJK} + + +\begin{document} + +\begin{CJK*}{Bg5}{bsmi} +\CJKtilde + +\noindent 本常問問答集~(FAQ list)~是從一些經常被問到的問題及其適當的解 +答中,以方便的形式摘要而出的。跟上一版不同的是,其編排結構已徹底改變。 +\textbf{有關新結構的細節,可參考「如何閱讀本問答集及了解其編排結構」該 +項中的說明。} + +\end{CJK*} + +\end{document} + +%%% Local Variables: +%%% coding: big5 +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex b/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex new file mode 100644 index 00000000000..3f4b58b2412 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex @@ -0,0 +1,35 @@ +% This is the file Big5vert.tex of the CJK package +% for testing vertical typesetting (in Big 5 encoding). +% +% process this file with bg5latex +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage{CJKvert} + + +\begin{document} + +\begin{CJK*}{Bg5}{bsmi} +\CJKtilde + +\noindent 本常問問答集~(FAQ list)~是從一些經常被問到的問題及其適當的解 +答中,以方便的形式摘要而出的。跟上一版不同的是,其編排結構已徹底改變。 +\textbf{有關新結構的細節,可參考「如何閱讀本問答集及了解其編排結構」該 +項中的說明。} + +\end{CJK*} + +\end{document} + +%%% Local Variables: +%%% coding: big5 +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex b/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex new file mode 100644 index 00000000000..682b72920a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex @@ -0,0 +1,41 @@ +% This is the file CEF_test.tex of the CJK package +% for testing CEF encoded text with LaTeX2e +% +% Version 4.8.0 (22-May-2008) +% +% process this text with ceflatex + +\documentclass[12pt]{article} + +\usepackage[global]{CJK} +\usepackage{MULEenc} + + +\begin{document} + +\begin{CJK}{}{} + +\verb|\CJKchar[CNS1]{"5A}{"5A}| \CJKchar[CNS1]{"5A}{"5A} +\quad \verb|&C1-|\verb|5A5A;| &C1-5A5A; + +\verb|\CJKchar[CNS2]{"5A}{"5A}| \CJKchar[CNS2]{"5A}{"5A} +\quad \verb|&C2-|\verb|5A5A;| &C2-5A5A; + +\verb|\CJKchar[CNS3]{"5A}{"5A}| \CJKchar[CNS3]{"5A}{"5A} +\quad \verb|&C3-|\verb|5A5A;| &C3-5A5A; + +\verb|\CJKchar[CNS4]{"5A}{"5A}| \CJKchar[CNS4]{"5A}{"5A} +\quad \verb|&C4-|\verb|5A5A;| &C4-5A5A; + +\verb|\CJKchar[CNS5]{"5A}{"5A}| \CJKchar[CNS5]{"5A}{"5A} +\quad \verb|&C5-|\verb|5A5A;| &C5-5A5A; + +\verb|\CJKchar[CNS6]{"5A}{"5A}| \CJKchar[CNS6]{"5A}{"5A} +\quad \verb|&C6-|\verb|5A5A;| &C6-5A5A; + +\verb|\CJKchar[CNS7]{"5A}{"5A}| \CJKchar[CNS7]{"5A}{"5A} +\quad \verb|&C7-|\verb|5A5A;| &C7-5A5A; + +\end{CJK} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex new file mode 100644 index 00000000000..45aed068f88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex @@ -0,0 +1,135 @@ +% This is the file CJKbabel.tex of the CJK package +% for testing text written with Emacs 20 and Babel (starting +% with version 3.6). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +% You need Emacs 20 to process this file! + +% You should load this file into Emacs (C-x C-f) and call +% `cjk-write-file' (M-x cjk-write-file). Then run LaTeX on the file +% `CJKbabel.cjk'. +% +% `cjk-write-file' will be available after loading cjk-enc.el into +% Emacs 20 with the commands load-file or load-library. +% +% Vietnamese support for Babel comes with the VnTeX package. +% +% Read cjk-enc.txt for more details. + +\documentclass[12pt]{article} + +\usepackage{inputenc} % load it without argument + % to avoid Babel warnings + +\usepackage[10pt]{type1ec} % use only 10pt fonts +\usepackage[T1]{fontenc} + +\usepackage[german, + russian, % T2A font encoding + thaicjk, % C90 font encoding + greek, % LGR font encoding + vietnam, % T5 font encoding + USenglish]{babel} + +\usepackage[overlap, CJK]{ruby} +\usepackage{CJKulem} + +\usepackage{pshan} % Korean Wansong PS fonts + +\CJKencfamily{Bg5}{bsmi} +\CJKencfamily{GB}{gbsn} +\CJKencfamily[dnp]{JIS}{min} + +\CJKfontenc{KS}{HL} +\CJKfontenc{JIS}{dnp} + +\renewcommand{\rubysep}{-0.2ex} + + +\begin{document} + +\parskip 3ex +\parindent 0pt + +檜 FAQ 擎 濠輿 奩犒腎朝 韓僥婁 斜縑 渠и 渠港擊 除欽貲猿и 曄衝戲煎 +賅嬴 翰橫螺蝗棲棻. \uline{檜 FAQ 曖 掘褻朝 雖陪 っ縑 綠ж罹 晦瞳戲煎 + 滲唳腎歷蝗棲棻.} \textbf{鼻撮и 匙擎 ``檜 FAQ 擊 橫飩啪 檗擊 + 匙檣陛'' 塭朝 渠跡擊 霤褻ж衛晦 夥奧棲棻.} + +\begin{otherlanguage}{german} + Dieses FAQ wurde erstellt, um h酳fig gestellte Fragen und ihre + Antworten in einer gef鄟ligen Form zusammenzufassen. \uline{Die + Struktur dieses FAQ wurde drastisch ge鄚dert seit der letzten + Version.} \textbf{Fr Details siehe den Abschnitt "`Wie lese ich + dieses FAQ"'.} +\end{otherlanguage} + +\CJKtilde + +掛都恀恀湘摩~(FAQ list)~岆植珨虳冪都掩恀善腔恀枙摯む巠絞腔賤湘笢ㄛ眕源 +晞腔倛宒晡猁奧堤腔﹝\uline{躲奻珨唳祥肮腔岆ㄛむ晤齬賦凳眒章菁蜊曹﹝} +\textbf{衄壽陔賦凳腔牉誹ㄛ褫統蕉☆睡堐黍掛恀湘摩摯賸賤む晤齬賦凳★蜆 + 砐笢腔佽隴﹝} + +侏憫酵酵簽蘚~(FAQ list)~勝撓弛剝⑦憫蕈酵扇婦酵湅妍悄捀И婦簽虫﹜折廷 +梱婦炳炒扷萍肪杜婦﹞\uline{此弛圉艾所婦勝﹜悄郋潺羅阰肌戺窄皆瘃﹞} +\textbf{玥袺じ羅阰婦撼я﹜足遠肴>斧邶栭歆侏酵簽蘚妍成悄郋潺羅阰= + 襪虫婦耵茨﹞} + +This FAQ list was made to summarize some frequently asked questions +and their answers in a convenient form. \uline{The structure of this + FAQ list has drastically changed since the last version.} +\textbf{For details of the new structure, see the entry of `How to + read this FAQ and its structure'.} + +仇及~FAQ~伉旦玄反﹜方仁丐月撙杽午公及蠶毛螂戶﹜泙卞峏勾方丹卞仄凶手及 +匹允﹝\uline{仇及~FAQ~伉旦玄及厭瞻反﹜動蟆及手及午屯化釐汔卞庍凳今木 + 化中引允﹝}\textbf{\ruby{蕙}{丐凶日}仄中厭瞻卞楮仄化反﹜>仇及~FAQ~ + 及づ心杅午公及厭瞻=及嫩杴毛\ruby{輔}{今氏}\ruby{寰}{仄斤丹}仄化票今 + 中﹝} + +\begin{otherlanguage}{vietnam} +Ph╞n ``NhXng cTu hni vR giVi hSp thQ7ng g╯p'' (vi◥t t╮t tI ti◥ng Anh +lR FAQ) hQvc nbu ra 8 hTy nh╰m mpc hech thu th╡p nhXng cTu hni thQ7ng +g╯p trong thic t◥ vR nhXng l7i giVi hSp thech hvp nh═t cta nk. +\uline{TI l╞n ═n bVn cu0i cqng h◥n nay, hU ck nhXng si thay h2i khS + lⅥn trong c═u trrc cta FAQ.} \textbf{╱ hi╱u rm hⅤn bGn nbn xem lGi + chQⅤng ``LRm sao tli ck th╱ hoc huvc FAQ''.} +\end{otherlanguage} + +\begin{otherlanguage}{russian} + + (FAQ), , + . \uline{ FAQ + 偅- .} \textbf{ ` + FAQ ' .} +\end{otherlanguage} + +\begin{otherlanguage}{thaicjk} + FAQ 旦白仿永仿失皮仿札皿亥永目扑白亥央由朮亥永由仿永矛扑白. + \uline{永仿 FAQ 旦白仿汀白亥扔由仿扔亥永目亥扑白亥汀仿.} + \textbf{打矛生白永由永仿民亥打仿左亥 ``永仿犯疋斥白生亥 + FAQ.''} +\end{otherlanguage} + +\begin{otherlanguage}{greek} + ( ) + + . \uline{ + .} \textbf{ + , << + >>.} +\end{otherlanguage} + +\end{document} + + +%%% Local Variables: +%%% coding: emacs-mule +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex new file mode 100644 index 00000000000..54e0e42c6cc --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex @@ -0,0 +1,61 @@ +% This is the file CJKfntef.tex of the CJK package +% for testing CJKfntef.sty. +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{color} +\usepackage{CJK} +\usepackage{CJKfntef} + +\textwidth 100mm +\pagestyle{empty} + + +\begin{document} + +\baselineskip 24pt +\parindent 24pt + +\begin{CJK*}{GB}{gbsn} + +\begin{CJKfilltwosides}{40mm} +謗傷煦汃勤ょ\\ +煦汃勤ょ \\ +\CJKunderdot{犖 趼 褫樓萸} +\end{CJKfilltwosides} + +\vspace{0.3cm} + +\CJKunderdot{犖趼樓萸ㄛ \CJKunderline{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderline*{犖趼樓萸ㄛ \CJKunderdot{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderdot{犖趼樓萸ㄛ \CJKunderwave{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderwave*{犖趼樓萸ㄛ \CJKunderdot{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderdot{犖趼樓萸ㄛ \CJKunderdblline{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderdblline*{犖趼樓萸ㄛ \CJKunderdot{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderdot{犖趼樓萸ㄛ \CJKsout{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKsout*{犖趼樓萸ㄛ \CJKunderdot{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKunderdot{犖趼樓萸ㄛ \CJKxout{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\CJKxout*{犖趼樓萸ㄛ \CJKunderdot{褫肮奀樓狟赫盄樓狟赫ㄛ盄, 赻雄遙俴,}} + +\end{CJK*} + +\end{document} + +%%% Local Variables: +%%% coding: euc-china +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex new file mode 100644 index 00000000000..89119584f4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex @@ -0,0 +1,81 @@ +% This is the file CJKmixed.tex of the CJK package +% for testing CJK text written vertically. +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) +% +% Vietnamese support for Babel comes with the VnTeX package. + +\documentclass[12pt]{article} + +\usepackage{CJKutf8} +\usepackage{CJKvert} +\usepackage{CJKulem} + +\usepackage{inputenc} % load it without argument + % to avoid Babel warnings + +\usepackage[vietnam, % T5 font encoding + USenglish]{babel} + +\newenvironment{TChinese}{% + \CJKfamily{bsmi}% + \CJKtilde + \CJKnospace}{} + + +\begin{document} + +\begin{CJK}{UTF8}{} + +\CJKhorz + +This is a test how CJK scripts can be typeset horizontally and +vertically at the same time. It is not too difficult to achieve, +nevertheless it is not trivial. Most importantly, you need a +\texttt{.fdx} file which corresponds to your CJK font, and which +defines how to set up the font for vertical typesetting. + +\begin{center} + \rotatebox[origin=c]{-90}{% + \begin{minipage}[c]{8cm} + \CJKvert + \begin{TChinese} + 砍虜蝑~(FAQ list)~臬銝鈭蝬撣貉◤啁憿園拍嗥閫蝑 + 銝哨隞交嫣噶敶W閬箇\uline{頝銝銝銝荔嗥楊蝯瑽 + 撌脣器摨寡} \textbf{啁瑽蝝啁嚗臬憒雿梯砍 + 蝑鈭閫嗥楊蝯瑽閰脤銝剔隤芣} + \end{TChinese} + \end{minipage}% + }% + \hspace{0.5cm}% + \begin{minipage}[c]{8cm} + \begin{otherlanguage}{vietnam} + Ph廕吵 ``Nh廙疸g c璽u h廙i v gi廕ξ 獺p thが廙ng g廕搆'' (vi廕篙 t廕眩 t廙 ti廕積g + Anh l FAQ) が廙θ n礙u ra 廙 璽y nh廕彩 m廙卉 穩ch thu th廕計 nh廙疸g c璽u + h廙i thが廙ng g廕搆 trong th廙帷 t廕 v nh廙疸g l廙i gi廕ξ 獺p th穩ch h廙φ + nh廕另 c廙吧 n籀. \uline{T廙 l廕吵 廕叩 b廕τ cu廙i c羅ng 廕積 nay, 瓊 c籀 + nh廙疸g s廙 thay 廙i kh獺 l廙n trong c廕只 tr繳c c廙吧 FAQ.} \textbf{廙 + hi廙u r繭 hヾn b廕》 n礙n xem l廕【 chがヾng ``Lm sao t繫i c籀 th廙 廙c + u廙θ FAQ''.} + \end{otherlanguage} + \end{minipage} +\end{center} + +\begin{TChinese} + 砍虜蝑~(FAQ list)~臬銝鈭蝬撣貉◤啁憿園拍嗥閫蝑銝哨隞 + 嫣噶敶W閬箇\uline{頝銝銝銝荔嗥楊蝯瑽撌脣器摨寡} + \textbf{啁瑽蝝啁嚗臬憒雿梯砍蝑鈭閫嗥楊蝯瑽 + 閰脤銝剔隤芣} +\end{TChinese} + +\end{CJK} + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% coding: utf-8 +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex new file mode 100644 index 00000000000..9acb30becaf --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex @@ -0,0 +1,117 @@ +% This is the file CJKutf8.tex of the CJK package +% for testing the CJKutf8 style file. +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +% Vietnamese support for Babel comes with the VnTeX package. +% +% Read CJKutf8.txt for more details. + +\documentclass[12pt]{article} + +\usepackage[10pt]{type1ec} % use only 10pt fonts +\usepackage[T1]{fontenc} + +\usepackage{CJKutf8} +\usepackage[german, russian, vietnam, USenglish]{babel} + +\usepackage[overlap, CJK]{ruby} +\usepackage{CJKulem} + +\renewcommand{\rubysep}{-0.2ex} + +\newenvironment{SChinese}{% + \CJKfamily{gbsn}% + \CJKtilde + \CJKnospace}{} +\newenvironment{TChinese}{% + \CJKfamily{bsmi}% + \CJKtilde + \CJKnospace}{} +\newenvironment{Japanese}{% + \CJKfamily{min}% + \CJKtilde + \CJKnospace}{} +\newenvironment{Korean}{% + \CJKfamily{mj}}{} + + +\begin{document} + +\parskip 3ex +\parindent 0pt + +\begin{CJK}{UTF8}{} + +\begin{Korean} + FAQ 鴥 諻貐蛟 鴔諡資頃 篞賄 蛙 穈刺諴 潺 + 諈到 桁渥蛟. \uline{ FAQ 窱科※ 鴔 赬 + 篣域潺 貐窶趟蛟.} \textbf{貲 窶 `` FAQ 渠骯 + 趣 窶資'' 潺 諈拖 麆賄※篣 諻.} +\end{Korean} + +\begin{otherlanguage}{german} + Dieses FAQ wurde erstellt, um h瓣ufig gestellte Fragen und ihre + Antworten in einer gef瓣lligen Form zusammenzufassen. \uline{Die + Struktur dieses FAQ wurde drastisch ge瓣ndert seit der letzten + Version.} \textbf{F羹r Details siehe den Abschnitt "`Wie lese ich + dieses FAQ"'.} +\end{otherlanguage} + +\begin{SChinese} + 砍虜桅桃~(FAQ list)~臭銝鈭蝏撣貉◤桀啁桅園敶閫蝑銝哨隞 + 嫣噶敶W閬箇\uline{頝銝銝銝荔嗥蝏撌脣蝠摨孵} + \textbf{單啁蝏嚗臬憒雿霂餅祇桃鈭閫嗥蝏 + 霂仿★銝剔霂湔} +\end{SChinese} + +\begin{TChinese} + 砍虜蝑~(FAQ list)~臬銝鈭蝬撣貉◤啁憿園拍嗥閫蝑銝哨隞 + 嫣噶敶W閬箇\uline{頝銝銝銝荔嗥楊蝯瑽撌脣器摨寡} + \textbf{啁瑽蝝啁嚗臬憒雿梯砍蝑鈭閫嗥楊蝯瑽 + 閰脤銝剔隤芣} +\end{TChinese} + +This FAQ list was made to summarize some frequently asked questions +and their answers in a convenient form. \uline{The structure of this + FAQ list has drastically changed since the last version.} +\textbf{For details of the new structure, see the entry of `How to + read this FAQ and its structure'.} + +\begin{Japanese} + 恙FAQ~芥嫘胯鞈芸具桃敶嫘怎扎怒 + 扼\uline{恙FAQ~芥嫘格胯隞亙柴柴冽嫘血之撟怠氬 + 艾整}\textbf{\ruby{陣{}瑽恍U艾胯 + 恙FAQ~ 株狎踵嫘具格桅柴\ruby{}{}\ruby{址{ + }虫} +\end{Japanese} + +\begin{otherlanguage}{vietnam} + Ph廕吵 ``Nh廙疸g c璽u h廙i v gi廕ξ 獺p thが廙ng g廕搆'' (vi廕篙 t廕眩 t廙 ti廕積g Anh + l FAQ) が廙θ n礙u ra 廙 璽y nh廕彩 m廙卉 穩ch thu th廕計 nh廙疸g c璽u h廙i + thが廙ng g廕搆 trong th廙帷 t廕 v nh廙疸g l廙i gi廕ξ 獺p th穩ch h廙φ nh廕另 c廙吧 + n籀. \uline{T廙 l廕吵 廕叩 b廕τ cu廙i c羅ng 廕積 nay, 瓊 c籀 nh廙疸g s廙 thay 廙i + kh獺 l廙n trong c廕只 tr繳c c廙吧 FAQ.} \textbf{廙 hi廙u r繭 hヾn b廕》 n礙n + xem l廕【 chがヾng ``Lm sao t繫i c籀 th廙 廙c u廙θ FAQ''.} +\end{otherlanguage} + +\begin{otherlanguage}{russian} + 衪郋 郈邽郋郕 訇郅 郋訄赲郅迮郇 迡郅 邾邾邽郋赲訄郇邽 郇迮郕郋郋 訄郋 + 郱訄迡訄赲訄迮邾 赲郋郈郋郋赲 (FAQ), 赲邾迮迮 郋赲迮訄邾邽 郇訄 郇邽, 赲 迡郋訇郇郋邿 + 郋邾迮. \uline{苤郕訄 郋迣郋 FAQ 郕訄迡邽郇訄郅郇郋 邽郱邾迮郇邽郅訄 郈郋 + 訄赲郇迮郇邽 郈郋郅迮迡\-郇迮邿 赲迮邽迮邿.} \textbf{ 訄郱迡迮郅迮 `訄郕 邽訄 + 郋 FAQ 邽 迮迣郋 郕訄' 郋訇郇迮郇 迡迮訄郅邽 郋邿 郇郋赲郋邿 郕.} +\end{otherlanguage} + +\end{CJK} + +\end{document} + + +%%% Local Variables: +%%% coding: utf-8 +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/GB.tex b/Master/texmf-dist/doc/latex/cjk/examples/GB.tex new file mode 100644 index 00000000000..28a7672fd8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/GB.tex @@ -0,0 +1,31 @@ +% This is the file GB.tex of the CJK package +% for testing Chinese (in GB encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{CJK} + + +\begin{document} + +\begin{CJK*}{GB}{gbsn} +\CJKtilde + +\noindent 掛都恀恀湘摩~(FAQ list)~岆植珨虳冪都掩恀善腔恀枙摯む巠絞腔賤 +湘笢ㄛ眕源晞腔倛宒晡猁奧堤腔﹝躲奻珨唳祥肮腔岆ㄛむ晤齬賦凳眒章菁蜊曹﹝ +\textbf{衄壽陔賦凳腔牉誹ㄛ褫統蕉☆蝥拏譯螫憊妠蟦紡偭佌牓銆鉣鬚廜飽兢 +砐笢腔佽隴﹝} + +\end{CJK*} + +\end{document} + +%%% Local Variables: +%%% coding: euc-china +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex b/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex new file mode 100644 index 00000000000..d29dbb59ed1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex @@ -0,0 +1,35 @@ +% This is the file JIS.tex of the CJK package +% for testing Japanese (in JIS encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage[CJK, overlap]{ruby} + +\renewcommand{\rubysep}{-0.2ex} + + +\begin{document} + +\begin{CJK*}[dnp]{JIS}{min} +\CJKtilde + +\noindent 仇及~FAQ~伉旦玄反﹜方仁丐月撙杽午公及蠶毛螂戶﹜泙卞峏勾方丹 +卞仄凶手及匹允﹝仇及~FAQ~伉旦玄及厭瞻反﹜動蟆及手及午璊暀ぞ褆卞庍凳 +今木化中引允﹝\textbf{\ruby{蕙}{丐凶日}仄中厭瞻卞楮仄化反﹜>仇及~FAQ~ +及づ心杅午公及厭瞻=及嫩杴毛\ruby{輔}{今氏}\ruby{寰}{仄斤丹}仄化票今 +中﹝} + +\end{CJK*} + +\end{document} + +%%% Local Variables: +%%% coding: euc-japan +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/KS.tex b/Master/texmf-dist/doc/latex/cjk/examples/KS.tex new file mode 100644 index 00000000000..4a644a03dc0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/KS.tex @@ -0,0 +1,31 @@ +% This is the file KS.tex of the CJK package +% for testing Korean (in KS encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage{pshan} + + +\begin{document} + +\begin{CJK}[HL]{KS}{} + +\noindent 檜 FAQ 擎 濠輿 奩犒腎朝 韓僥婁 斜縑 渠и 渠港擊 除欽貲猿и +曄衝戲煎 賅嬴 翰橫螺蝗棲棻. 檜 FAQ 曖 掘褻朝 雖陪 っ縑 綠ж罹 +僚熏戲煎 滲唳腎歷蝗棲棻. \textbf{鼻撮и 匙擎 ``檜 FAQ 擊 橫飩啪 +檗擊 匙檣陛'' 塭朝 渠跡擊 霤褻ж衛晦 夥奧棲棻.} + +\end{CJK} + +\end{document} + +%%% Local Variables: +%%% coding: euc-korea +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/README b/Master/texmf-dist/doc/latex/cjk/examples/README new file mode 100644 index 00000000000..38e932a325b --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/README @@ -0,0 +1,66 @@ +Please note that the used fonts in the example files are set up for the +TeXLive distribution. Here a listing of some files and the used CJK fonts. + + + example file font definition file(s) TeX font names font file name(s) + --------------------------------------------------------------------------- + + Big5.tex c00bsmi.fd bsmilp01, bsmiu00.pfb, + bsmilp02, bsmiu02.pfb, + ... (4) ... + + Big5vert.tex c00bsmi.fd (1) bsmilp01, bsmiu00.pfb, + bsmilp02, bsmiu02.pfb, + ..., ..., + bsmilpv (4) bsmiuv.pfb + + CEF_test.tex c31song.fd, c1so1201, cns40-1.hbf, + ..., c1so1202, ..., + c37song.fd ..., cns40-7.hbf (5) + c2so1201, + c2so1202, + ... + + CJKutf8.txt c70bsmi.fd, bsmiu00,... bsmiu00.pfb,... + c70gbsn.fd, gbsnu00,... gbsnu00.pfb,... + c70min.fd, (2) udmj00,... (4) dmjsy.pfb,... + c70mj.fd uwmj00,... (4,6) umj00.pfb,... (7) + + GB.tex c10gbsn.fd gbsnlp01, gbsnlp01.pfb, + gbsnlp02, gbsnlp02.pfb, + ... (4) ... + + JIS.tex + SJIS.tex c42min.fd (2) dmjsy, dmjsy.pfb, + dmjroma, dmjroma.pfb, + dmjhira, dmjhira.pfb, + ... ... + + KS.tex c63mj.fd wmj0, umj00.pfb, + wmj1, umj01.pfb, + ... (4) ... (7) + + UTF8.tex c70song.fd (3) cyberb00, cyberbit.ttf + cyberb01, + ... + + +(1) The glyphs are rotated using the graphicx package. + +(2) Font definition files for the Wadalab fonts are in the directory + `contrib/wadalab'. + +(3) For licensing reasons, TeXLive doesn't contain cyberbit.ttf and + corresponding TeX subfont metric files, thus you can't process UTF8.tex + without installing this font (or another Unicode font) manually. + +(4) These are virtual fonts. + +(5) These are bitmap fonts. + +(6) Virtual Unicode fonts for Korean (from HLaTeX) are currently only + available in the TeXLive distribution. + +(7) Korean PS fonts (from HLaTeX) with glyph names compliant to the Adobe + Glyph List (AGL) are currently only available in the TeXLive + distribution. diff --git a/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex b/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex new file mode 100644 index 00000000000..f01e028c525 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex @@ -0,0 +1,39 @@ +% This is the file SJIS.tex of the CJK package +% for testing Japanese (in SJIS encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) +% +% +% process this file with sjislatex + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage[CJK, overlap]{ruby} + +\renewcommand{\rubysep}{-0.3ex} + + +\begin{document} + +\begin{CJK*}[dnp]{SJIS}{min} +\CJKtilde + +\noindent 怋FAQ~XgAWA +B怋FAQ~Xg\AOX +B\textbf{\ruby{V}{蔯\Au怋FAQ~ +\v礒ruby{Q}{鞤\ruby{鸞{弓 +B} + +\end{CJK*} + +\end{document} + +%%% Local Variables: +%%% coding: sjis +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex b/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex new file mode 100644 index 00000000000..c2247323bcd --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex @@ -0,0 +1,38 @@ +% This is the file UTF8.tex of the CJK package +% for testing UTF 8 encoding. +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage[T1]{fontenc} + +% we want the Unicode font for normal text also +\DeclareFontFamily{T1}{song}{} +\DeclareFontShape{T1}{song}{m}{n}{<-> cyberb00}{} +\renewcommand\rmdefault{song} + + +\begin{document} + +\begin{CJK}{UTF8}{song} + +\noindent Hello World! + +\noindent 帢弇庢弮峟帢 庥弮庰 + +\CJKnospace +\noindent 怒∼ 銝 + +\end{CJK} + +\end{document} + +%%% Local Variables: +%%% coding: utf-8 +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex b/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex new file mode 100644 index 00000000000..008355b1fbb --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex @@ -0,0 +1,149 @@ +% This is the file muletest.tex of the CJK package +% for testing text written with Mule and Emacs 20. +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +% You need Emacs 20 (or Mule 2.3) to process this file! + +% You should load this file into Mule with `*internal*' encoding scheme +% (C-u C-x C-f) and call `cjk-write-file' (M-x cjk-write-file). +% Then run LaTeX on the file `muletest.cjk'. +% +% Under Emacs 20 type `C-x C-f muletest.tex' to load this file. +% +% `cjk-write-file' will be available after loading cjk-enc.el into Mule +% (Emacs 20) with the commands load-file or load-library. +% +% If you don't have german.sty, comment out the `\usepackage{german}' +% line. +% +% The T5 encoding is part of the VnTeX package (available at CTAN) which +% contains Vietnamese fonts and other support files for both TeX and +% LaTeX. +% +% Read cjk-enc.txt for more details. + +\documentclass[12pt]{article} + +\usepackage{inputenc} % load it without argument + % to avoid Babel warnings + +\usepackage[10pt]{type1ec} % use only 10pt fonts + +\usepackage{german} +\usepackage[T5,T2A,LGR,OT1]{fontenc} % T2A is Cyrillic, + % LGR is Greek + % T5 is Vietnamese + +\usepackage[overlap, CJK]{ruby} +\usepackage{pshan} % Korean Wansong PS fonts + +\CJKencfamily{Bg5}{bsmi} +\CJKencfamily{GB}{gbsn} +\CJKencfamily[dnp]{JIS}{min} + +\CJKfontenc{KS}{HL} +\CJKfontenc{JIS}{dnp} + +\renewcommand{\rubysep}{-0.2ex} + +\begin{document} + +% suppress hyphenation completely since we don't use Babel and thus +% don't know which \language corresponds to which hyphenation pattern +\lefthyphenmin 65 +\raggedright + +\noindent 檜 FAQ 擎 濠輿 奩犒腎朝 韓僥婁 斜縑 渠и 渠港擊 除欽貲猿и +曄衝戲煎 賅嬴 翰橫螺蝗棲棻. 檜 FAQ 曖 掘褻朝 雖陪 っ縑 綠ж罹 +晦瞳戲煎 滲唳腎歷蝗棲棻. \textbf{鼻撮и 匙擎 ``檜 FAQ 擊 橫飩啪 + 檗擊 匙檣陛'' 塭朝 渠跡擊 霤褻ж衛晦 夥奧棲棻.} + +\vspace{0.5cm} + +\noindent Dieses FAQ wurde erstellt, um h酳fig gestellte Fragen und +ihre Antworten in einer gef鄟ligen Form zusammenzufassen. Die +Struktur dieses FAQ wurde drastisch ge鄚dert seit der letzten Version. +\textbf{Fr Details siehe den Abschnitt "`Wie lese ich dieses FAQ"'.} + +\vspace{0.5cm} + +\CJKtilde + +\noindent 掛都恀恀湘摩~(FAQ list)~岆植珨虳冪都掩恀善腔恀枙摯む巠絞腔賤 +湘笢ㄛ眕源晞腔倛宒晡猁奧堤腔﹝躲奻珨唳祥肮腔岆ㄛむ晤齬賦凳眒章菁蜊曹﹝ +\textbf{衄壽陔賦凳腔牉誹ㄛ褫統蕉☆睡堐黍掛恀湘摩摯賸賤む晤齬賦凳★蜆 + 砐笢腔佽隴﹝} + +\vspace{0.5cm} + +\noindent 侏憫酵酵簽蘚~(FAQ list)~勝撓弛剝⑦憫蕈酵扇婦酵湅妍悄捀И婦 +簽虫﹜折廷梱婦炳炒扷萍肪杜婦﹞此弛圉艾所婦勝﹜悄郋潺羅阰肌戺窄皆瘃﹞ +\textbf{玥袺じ羅阰婦撼я﹜足遠肴>斧邶栭歆侏酵簽蘚妍成悄郋潺羅阰= + 襪虫婦耵茨﹞} + +\vspace{0.5cm} + +\noindent This FAQ list was made to summarize some frequently asked +questions and their answers in a convenient form. The structure of +this FAQ list has drastically changed since the last version. +\textbf{For details of the new structure, see the entry of `How to + read this FAQ and its structure'.} + +\vspace{0.5cm} + +\noindent 仇及~FAQ~伉旦玄反﹜方仁丐月撙杽午公及蠶毛螂戶﹜泙卞峏勾方丹 +卞仄凶手及匹允﹝仇及~FAQ~伉旦玄及厭瞻反﹜動蟆及手及午屯化釐汔卞庍凳 +今木化中引允﹝\textbf{\ruby{蕙}{丐凶日}仄中厭瞻卞楮仄化反﹜>仇及~FAQ~ + 及づ心杅午公及厭瞻=及嫩杴毛\ruby{輔}{今氏}\ruby{寰}{仄斤丹}仄化票今 + 中﹝} + +\vspace{0.5cm} + +\bgroup +\fontencoding{T5}\selectfont + +\noindent Ph╞n ``NhXng cTu hni vR giVi hSp thQ7ng g╯p'' (vi◥t t╮t tI +ti◥ng Anh lR FAQ) hQvc nbu ra 8 hTy nh╰m mpc hech thu th╡p nhXng cTu +hni thQ7ng g╯p trong thic t◥ vR nhXng l7i giVi hSp thech hvp nh═t cta +nk. TI l╞n ═n bVn cu0i cqng h◥n nay, hU ck nhXng si thay h2i khS lⅥn +trong c═u trrc cta FAQ. \textbf{╱ hi╱u rm hⅤn bGn nbn xem lGi chQⅤng + ``LRm sao tli ck th╱ hoc huvc FAQ''.} +\egroup + +\vspace{0.5cm} + +\bgroup +\fontencoding{T2A}\selectfont + +\noindent + (FAQ), , . + FAQ +. \textbf{ ` FAQ ' + .} +\egroup + +\vspace{0.5cm} + +\bgroup +\fontencoding{LGR}\selectfont + +\noindent ( ) + + . + . \textbf{ + , << + >>.} +\egroup + +\end{document} + + +%%% Local Variables: +%%% coding: emacs-mule +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex b/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex new file mode 100644 index 00000000000..6bd2a966549 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex @@ -0,0 +1,43 @@ +% This is the file py_test.tex of the CJK package +% for testing pinyin syllables with LaTeX2e +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass{article} + +\usepackage{pinyin} + + +\begin{document} + +\Huge + +{\Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +{\slshape + \Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +{\itshape + \Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +{\bfseries + \Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +{\sffamily + \Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +{\ttfamily + \Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +{\bfseries\sffamily + \Wo3 \hen3 \xi3\huan1 \lv3\xing2.} + +\PYdeactivate +$\Xi, \xi, \Re$ +\PYactivate + +\Zhen1de \bu2 \cuo4 ne! + +\end{document} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex b/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex new file mode 100644 index 00000000000..30eee7a4ae2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex @@ -0,0 +1,56 @@ +% This is the file rubytest.tex of the CJK package +% for testing ruby with LaTeX2e +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +% You need Emacs 20 (or Mule 2.3) to process this file! + +% You should load this file into Mule with `*internal*' encoding scheme +% (C-u C-x C-f) and call `cjk-write-file' (M-x cjk-write-file). +% Then run LaTeX on the created file `rubytest.cjk'. +% +% Under Emacs 20 type `C-x C-f rubytest.tex' to load this file. +% +% `cjk-write-file' will be available after loading cjk-enc.el into Mule +% (Emacs 20) with the commands load-file or load-library. + +\documentclass[12pt]{article} + +\usepackage[overlap, CJK]{ruby} +\usepackage{pinyin} + +\CJKencfamily{Bg5}{bsmi} +\CJKencfamily[dnp]{JIS}{min} + +\CJKfontenc{JIS}{dnp} + +\renewcommand{\rubysep}{-0.3ex} + + +\begin{document} + +{ +\rubylatin +\renewcommand{\rubysize}{1} + +\ruby{\wo3}{狠} \ruby{\hen3}{部} \ruby{\xi3}{曙}\ruby{\huan1}{楄} +\ruby{\chi1}{招} \ruby{\Zhong1}{虫}\ruby{\guo2}{鉼} +\ruby{\cai4}{鏜}\ruby{.}{﹞} +} + +\Large + +\ruby{累}{反卅}\ruby{晤}{冗及}\ruby{釐}{分中}\ruby{喀}{互仁} + +\ruby{酗}{丹心}午\ruby{覜}{心內丹心}尺墊仁﹝ + +\end{document} + +%%% Local Variables: +%%% coding: emacs-mule +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/thai.tex b/Master/texmf-dist/doc/latex/cjk/examples/thai.tex new file mode 100644 index 00000000000..278aa0021c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/thai.tex @@ -0,0 +1,37 @@ +% This is the file thai.tex of the CJK package +% for testing Thai (in TIS-620 encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +% This file should be processed with cjk-enc.el to get +% +% . proper word breaks +% . font switching between Thai and non-Thai +% . intercharacter glue +% +% Please read cjk-enc.txt for usage instructions. + + +\documentclass[12pt]{article} + +\usepackage[thaicjk]{babel} + + +\begin{document} + +證癒疰 FAQ 塹樨鏑狶H暽鉧郯虮贈誘荈畛煬頞畛×劃駖瞻識擏慞苳茧芮太募錨嘔棡廕熒梛迡ョ. +滮癟岋橏坎竻證癒疰 FAQ 塹歖酷涷繒隞轄△桄扭菔贈頩煬魨體. +\textbf{棻證藍冓邯織弝佸挹滮癟岋橏扼佹鳼湧例〞駍 ``滮癟岋橏扭瓚л試÷襖骳 + FAQ.''} + +\end{document} + + +%%% Local Variables: +%%% coding: thai-tis620 +%%% mode: latex +%%% TeX-master: t +%%% TeX-command-default: "CJKLaTeX" +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex b/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex new file mode 100644 index 00000000000..5a0165e5268 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex @@ -0,0 +1,127 @@ +% This is the file xCJK.tex of the CJK package +% for testing the xCJK style file. +% +% written by SUN Wenchang <sunwch@hotmail.com> +% +% Version 4.8.0 (22-May-2008) + +% Read xCJK.txt for more details. + +\documentclass[12pt]{article} +\usepackage[bookmarks=true, + bookmarksopen=true, + dvipdfm]{hyperref} + +\usepackage[CJK, overlap]{ruby} +\usepackage[boldfont]{xCJK} +\usepackage{CJKulem} + +\setmainfont{Times New Roman} + + +% You can specify a different default font for CJK characters. +\setCJKmainfont{Bitstream Cyberbit} + +% You can also specify a font for a certain CJK family. +\setCJKfamilyfont{SimpChinese}[BoldFont={SimHei}, + ItalicFont={FZKaiTi}]{SimSun} +\setCJKfamilyfont{TChinese}{FZMingTiB} +\setCJKfamilyfont{Japanese}{MS Gothic} +\setCJKfamilyfont{Korean}{Batang} + +\renewcommand{\rubysep}{-0.3ex} + + +\begin{document} + +\begin{CJK*}{UTF8}{song} + + +Samples for using the font specified with \verb|\setCJKmainfont|. + +\section{砍虜桅桃} + +砍虜桅桃~(FAQ list)~臭銝鈭蝏撣貉◤桀啁桅園敶閫蝑銝哨隞交 +靘輻敶W閬箇\uline{頝銝銝銝荔嗥蝏撌脣蝠摨孵} +\textbf{單啁蝏嚗臬憒雿霂餅祇桃鈭閫嗥蝏霂 + 憿嫣葉霂湔} + + +\section{砍虜蝑} + +砍虜蝑~(FAQ list)~臬銝鈭蝬撣貉◤啁憿園拍嗥閫蝑銝哨隞交 +靘輻敶W閬箇\uline{頝銝銝銝荔嗥楊蝯瑽撌脣器摨寡} +\textbf{啁瑽蝝啁嚗臬憒雿梯砍蝑鈭閫嗥楊蝯瑽閰 + 銝剔隤芣} + + +\section{徐 + +恙FAQ~芥嫘胯鞈芸具桃敶嫘怎扎怒柴 +\uline{恙FAQ~芥嫘格胯隞亙柴柴冽嫘血之撟怠氬 + 整}\textbf{\ruby{陣{}瑽恍U艾胯恙FAQ~ + 隤准踵嫘具格桅柴\ruby{}{}\ruby{址{}虫} + + +\CJKspace +\section{揆 + + FAQ 鴥 諻貐蛟 鴔諡資頃 篞賄 蛙 穈刺諴 潺 +諈到 桁渥蛟. \uline{ FAQ 窱科※ 鴔 赬 篣域潺 + 貐窶趟蛟.} \textbf{貲 窶 FAQ 渠骯 趣 + 窶資 潺 諈拖 麆賄※篣 諻.} + + +\newpage + + +Samples for using fonts specified with \verb|\setCJKfamilyfont|. + +\CJKnospace +\CJKfamily{SimpChinese} +\section{砍虜桅桃} + +砍虜桅桃~(FAQ list)~臭銝鈭蝏撣貉◤桀啁桅園敶閫蝑銝哨隞交 +靘輻敶W閬箇\uline{頝銝銝銝荔嗥蝏撌脣蝠摨孵} +\textbf{單啁蝏嚗臬憒雿霂餅祇桃鈭閫嗥蝏霂 + 憿嫣葉霂湔}\textit{砍虜桅桃~(FAQ list)~臭銝鈭蝏撣貉◤桀啁桅 + 園敶閫蝑銝哨隞交嫣噶敶W閬箇} + + +\CJKfamily{TChinese} +\section{砍虜蝑} + +砍虜蝑~(FAQ list)~臬銝鈭蝬撣貉◤啁憿園拍嗥閫蝑銝哨隞交 +靘輻敶W閬箇\uline{頝銝銝銝荔嗥楊蝯瑽撌脣器摨寡} +\textbf{啁瑽蝝啁嚗臬憒雿梯砍蝑鈭閫嗥楊蝯瑽閰 + 銝剔隤芣} + + +\CJKfamily{Japanese} +\section{徐 + +恙FAQ~芥嫘胯鞈芸具桃敶嫘怎扎怒柴 +\uline{恙FAQ~芥嫘格胯隞亙柴柴冽嫘血之撟怠氬 + 整}\textbf{\ruby{陣{}瑽恍U艾胯恙FAQ~ + 隤准踵嫘具格桅柴\ruby{}{}\ruby{址{}虫} + + +\CJKspace +\CJKfamily{Korean} +\section{揆 + + FAQ 鴥 諻貐蛟 鴔諡資頃 篞賄 蛙 穈刺諴 潺 +諈到 桁渥蛟. \uline{ FAQ 窱科※ 鴔 赬 篣域潺 + 貐窶趟蛟.} \textbf{貲 窶 FAQ 渠骯 趣 + 窶資 潺 諈拖 麆賄※篣 諻.} + +\end{CJK*} + +\end{document} + + +%%% Local Variables: +%%% coding: utf-8 +%%% mode: latex +%%% TeX-master: t +%%% End: |