diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/CJK/examples | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/CJK/examples')
43 files changed, 1609 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..c94a49f242f --- /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.6.0 (11-Aug-2005) +% +% +% 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..ba34ef07821 --- /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.6.0 (11-Aug-2005) + +\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..dbfccb9ca42 --- /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.6.0 (11-Aug-2005) +% +% 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..dd738166b3a --- /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.6.0 (11-Aug-2005) + +% 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..124105c26ba --- /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.6.0 (11-Aug-2005) + +\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..fc078c78a77 --- /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.6.0 (11-Aug-2005) +% +% 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..19e6c842af3 --- /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.6.0 (11-Aug-2005) + +% 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..bdbb61be39a --- /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.6.0 (11-Aug-2005) + +\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..ba2312de574 --- /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.6.0 (11-Aug-2005) + +\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..2b8d46a0da7 --- /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.6.0 (11-Aug-2005) + +\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..83cf1355d60 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/README @@ -0,0 +1,67 @@ +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 + and CJKutf8.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..e1edc5dbc2b --- /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.6.0 (11-Aug-2005) +% +% +% 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..f5f48451a97 --- /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.6.0 (11-Aug-2005) + +\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/cjk/Big5.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/Big5.cjk new file mode 100644 index 00000000000..be01747104e --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/Big5.cjk @@ -0,0 +1,35 @@ +\def\CJKpreproc{bg5conv (CJK ver. 4.5.2)}% 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.6.0 (11-Aug-2005) +% +% +% process this file with bg5latex + +\documentclass[12pt]{article} + +\usepackage{CJK} + + +\begin{document} + +\begin{CJK*}{Bg5}{bsmi} +\CJKtilde + +\noindent 18796221221170176~(FAQ list)~791136419910396812212361862216820622865237186209 +17016465722327518620616175110211881866724287641691638018679652281151981789911925317923922067 +\textbf{179246115178991862119665105209210117112243921701872211701762067020922811519817899118211 +18116418616125067} + +\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/cjk/Big5vert.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/Big5vert.cjk new file mode 100644 index 00000000000..2e1421e0f80 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/Big5vert.cjk @@ -0,0 +1,35 @@ +\def\CJKpreproc{bg5conv (CJK ver. 4.5.2)}% 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.6.0 (11-Aug-2005) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage{CJKvert} + + +\begin{document} + +\begin{CJK*}{Bg5}{bsmi} +\CJKtilde + +\noindent 18796221221170176~(FAQ list)~791136419910396812212361862216820622865237186209 +17016465722327518620616175110211881866724287641691638018679652281151981789911925317923922067 +\textbf{179246115178991862119665105209210117112243921701872211701762067020922811519817899118211 +18116418616125067} + +\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/cjk/CEF_test.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/CEF_test.cjk new file mode 100644 index 00000000000..3b80fa1329d --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/CEF_test.cjk @@ -0,0 +1,41 @@ +\def\CNSpreproc{cefconv (CJK ver. 4.5.2)}% This is the file CEF_test.tex of the CJK package +% for testing CEF encoded text with LaTeX2e +% +% Version 4.6.0 (11-Aug-2005) +% +% 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;| 72CNS1"05A"05A + +\verb|\CJKchar[CNS2]{"5A}{"5A}| \CJKchar[CNS2]{"5A}{"5A} +\quad \verb|&C2-|\verb|5A5A;| 72CNS2"05A"05A + +\verb|\CJKchar[CNS3]{"5A}{"5A}| \CJKchar[CNS3]{"5A}{"5A} +\quad \verb|&C3-|\verb|5A5A;| 72CNS3"05A"05A + +\verb|\CJKchar[CNS4]{"5A}{"5A}| \CJKchar[CNS4]{"5A}{"5A} +\quad \verb|&C4-|\verb|5A5A;| 72CNS4"05A"05A + +\verb|\CJKchar[CNS5]{"5A}{"5A}| \CJKchar[CNS5]{"5A}{"5A} +\quad \verb|&C5-|\verb|5A5A;| 72CNS5"05A"05A + +\verb|\CJKchar[CNS6]{"5A}{"5A}| \CJKchar[CNS6]{"5A}{"5A} +\quad \verb|&C6-|\verb|5A5A;| 72CNS6"05A"05A + +\verb|\CJKchar[CNS7]{"5A}{"5A}| \CJKchar[CNS7]{"5A}{"5A} +\quad \verb|&C7-|\verb|5A5A;| 72CNS7"05A"05A + +\end{CJK} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/CJK/examples/cjk/CJKbabel.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/CJKbabel.cjk new file mode 100644 index 00000000000..1d4fa841da2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/CJKbabel.cjk @@ -0,0 +1,135 @@ +\def\CJKhook{\CJKenc{JIS}\CJKenc{Bg5}\CJKenc{GB}\CJKenc{KS}}\ifx\CJKpreproc\undefined\def\CJKpreproc{cjk-enc}\RequirePackage[global]{CJK}\AtBeginDocument{\begin{CJK}{}{}\CJKspace}\AtEndDocument{\end{CJK}}\else\CJKhook\fi % 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.6.0 (11-Aug-2005) + +% 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 + +6469204 FAQ 69186 218214 221185199194 250174250 215161 235209 235228187 163220237225209 231196184206 +240198 171238179192207217. \uline{69204 FAQ 69199 184182194 246173 199161 241207169 185226251184206 + 175230199250192207217.} \textbf{69243188209 205186 ``69204 FAQ 69187 238187212 208187 + 205206161'' 69243194 235241187 252182207195226 217248207217.} + +\begin{otherlanguage}{german} + Dieses FAQ wurde erstellt, um h8aufig gestellte Fragen und ihre + Antworten in einer gef8alligen Form zusammenzufassen. \uline{Die + Struktur dieses FAQ wurde drastisch ge8andert seit der letzten + Version.} \textbf{F8ur Details siehe den Abschnitt "`Wie lese ich + dieses FAQ"'.} +\end{otherlanguage} + +\CJKtilde + +6567190163202202240175~(FAQ list)~67199211187169173163187202189196202226176228202177196226240208172212189 +227196206189170170248246196163\uline{67250207187230187172196199172228224197225185209185215196228163} +\textbf{67208216194225185196184218172201206188184231206196193190202240175176203226228224197225185185195 + 238208196181247163} + +6818796221221170176~(FAQ list)~687911364199103968122123618622168206228652371862091701646572232 +75186206161751102118818667\uline{6824287641691638018679652281151981789911925317923922067} +\textbf{68179246115178991862119665105209210117112243921701872211701762067020922811519817899118211 + 18116418616125067} + +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'.} + +66179206~FAQ~66234185200207162232175162235193228200189206250242184225162242203169196232166203183191226206 +199185163\uline{66179206~FAQ~66234185200206189164207162202176206226206200230217198231253203209185181236 + 198164222185163}\textbf{\ruby{66183}{66162191233}66183164189164203216183198207162214179206~FAQ~ + 66206201223253200189206189164215206224220242\ruby{66178}{66181243}\ruby{66200}{66183231166}66183198188181 + 164163} + +\begin{otherlanguage}{vietnam} +Ph32\acircumflexn ``Nh34\uhornng c0\acircumflexu h73oi v32a gi73ai 0\dj20ap th0\uhorn32\ohornng g71\abrevep'' (vi20\ecircumflext t20\abrevet t32\uhorn ti20\ecircumflexng Anh +l32a FAQ) 0\dj0\uhorn71\ohornc n0\ecircumflexu ra 73\ohorn 0\dj0\acircumflexy nh32\abrevem m71uc 0\dj20ich thu th71\acircumflexp nh34\uhornng c0\acircumflexu h73oi th0\uhorn32\ohornng +g71\abrevep trong th71\uhornc t20\ecircumflex v32a nh34\uhornng l32\ohorni gi73ai 0\dj20ap th20ich h71\ohornp nh20\acircumflext c73ua n20o. +\uline{T32\uhorn l32\acircumflexn 20\acircumflexn b73an cu20\ocircumflexi c32ung 0\dj20\ecircumflexn nay, 0\dj34a c20o nh34\uhornng s71\uhorn thay 0\dj73\ocircumflexi kh20a + l20\ohornn trong c20\acircumflexu tr20uc c73ua FAQ.} \textbf{0\DJ73\ecircumflex hi73\ecircumflexu r34o h0\ohornn b71an n0\ecircumflexn xem l71ai + ch0\uhorn0\ohornng ``L32am sao t0\ocircumflexi c20o th73\ecircumflex 0\dj71oc 0\dju71\ohornc FAQ''.} +\end{otherlanguage} + +\begin{otherlanguage}{russian} + 0\CYREREV0\cyrt0\cyro0\cyrt 0\cyrs0\cyrp0\cyri0\cyrs0\cyro0\cyrk 0\cyrb0\cyrery0\cyrl 0\cyrs0\cyro0\cyrs0\cyrt0\cyra0\cyrv0\cyrl0\cyre0\cyrn 0\cyrd0\cyrl0\cyrya 0\cyrs0\cyru0\cyrm0\cyrm0\cyri0\cyrr0\cyro0\cyrv0\cyra0\cyrn0\cyri0\cyrya 0\cyrn0\cyre0\cyrk0\cyro0\cyrt0\cyro0\cyrr0\cyrery0\cyrh 0\cyrch0\cyra0\cyrs0\cyrt0\cyro + 0\cyrz0\cyra0\cyrd0\cyra0\cyrv0\cyra0\cyre0\cyrm0\cyrery0\cyrh 0\cyrv0\cyro0\cyrp0\cyrr0\cyro0\cyrs0\cyro0\cyrv (FAQ), 0\cyrv0\cyrm0\cyre0\cyrs0\cyrt0\cyre 0\cyrs 0\cyro0\cyrt0\cyrv0\cyre0\cyrt0\cyra0\cyrm0\cyri 0\cyrn0\cyra 0\cyrn0\cyri0\cyrh, 0\cyrv 0\cyru0\cyrd0\cyro0\cyrb0\cyrn0\cyro0\cyrishrt + 0\cyrf0\cyro0\cyrr0\cyrm0\cyre. \uline{0\CYRS0\cyrt0\cyrr0\cyru0\cyrk0\cyrt0\cyru0\cyrr0\cyra 0\cyrerev0\cyrt0\cyro0\cyrg0\cyro FAQ 0\cyrk0\cyra0\cyrr0\cyrd0\cyri0\cyrn0\cyra0\cyrl0\cyrsftsn0\cyrn0\cyro 0\cyri0\cyrz0\cyrm0\cyre0\cyrn0\cyri0\cyrl0\cyra0\cyrs0\cyrsftsn 0\cyrp0\cyro + 0\cyrs0\cyrr0\cyra0\cyrv0\cyrn0\cyre0\cyrn0\cyri0\cyryu 0\cyrs 0\cyrp0\cyro0\cyrs0\cyrl0\cyre0\cyrd\-0\cyrn0\cyre0\cyrishrt 0\cyrv0\cyre0\cyrr0\cyrs0\cyri0\cyre0\cyrishrt.} \textbf{0\CYRV 0\cyrr0\cyra0\cyrz0\cyrd0\cyre0\cyrl0\cyre `0\CYRK0\cyra0\cyrk 0\cyrch0\cyri0\cyrt0\cyra0\cyrt0\cyrsftsn + 0\cyrerev0\cyrt0\cyro0\cyrt FAQ 0\cyri 0\cyre0\cyrg0\cyro 0\cyrs0\cyrt0\cyrr0\cyru0\cyrk0\cyrt0\cyru0\cyrr0\cyra' 0\cyro0\cyrb0\cyrhrdsn0\cyrya0\cyrs0\cyrn0\cyre0\cyrn0\cyrery 0\cyrd0\cyre0\cyrt0\cyra0\cyrl0\cyri 0\cyrerev0\cyrt0\cyro0\cyrishrt 0\cyrn0\cyro0\cyrv0\cyro0\cyrishrt 0\cyrs0\cyrt0\cyrr0\cyru0\cyrk0\cyrt0\cyru0\cyrr0\cyrery.} +\end{otherlanguage} + +\begin{otherlanguage}{thaicjk} + 5762195622106219462161622106219558 FAQ 5762185602136023361622026219560233622106216761621626021460233621856162224621906021560232622056162202621956021662187616216462211616218262210621936162183602136023261621826221062193616216160209621856162186602326220562194616216462195602096023362167616222562197622086162164622116162181622056218661621646221161621826221062193616222762185616219560217621876162225621866218661621836021361622026220862180621996216158. + \uline{5762226621646219562167616220262195602336221062167616216262205621676162195622106219462161622106219558 FAQ 576218560213602336162224621876219760213602326219462185616222862187616219362210621616162181602096023362167622256218160232616219560216602326218561621836021360232616222562197602336219958.} + \textbf{57621806021761621956221062194616219762208622246220560213621946218061622026221162203621956020962186616222662164621956216761622026219560233622106216761622276220362193602326162228621806023361621686221062161616217060232621996216758 ``576222662164621956216761622026219560233622106216761622256219762208616219960212621846021361621616221062195616220560232622106218558 + FAQ.''} +\end{otherlanguage} + +\begin{otherlanguage}{greek} + 0H 0l0'i0s0t0a 0a0u0t0'h 0S0T0E (0s0u0q0n0'a 0t0i0j0e0m0'e0n0w0n 0e0r0w0t0'h0s0e0w0n) 0'e0q0e0i 0s0a0n 0s0k0o0p0'o 0n0a + 0s0u0m0p0e0r0i0l0'a0b0e0i 0s0e 0e0'u0q0r0h0s0t0h 0m0o0r0f0'h 0k0'a0p0o0i0e0c 0s0h0m0a0n0t0i0k0'e0c 0e0r0w0t0'h0s0e0i0c 0k0a0i 0t0i0c + 0a0p0a0n0t0'h0s0e0i0c 0t0o0u0c. \uline{0H 0o0r0g0'a0n0w0s0h 0a0u0t0'h0c 0t0h0c 0l0'i0s0t0a0c 0'a0l0l0a0x0e + 0s0h0m0a0n0t0i0k0'a 0a0p0'o 0t0h0n 0t0e0l0e0u0t0a0'i0a 0'e0k0d0o0s0'h 0t0h0c 0k0a0i 0m0e0t0'a.} \textbf{0G0i0a + 0l0e0p0t0o0m0'e0r0e0i0e0c 0p0'a0n0w 0s0t0h 0n0'e0a 0o0r0g0'a0n0w0s0h, 0b0l0'e0p0e 0t0o 0l0'h0m0m0a <<0P0'w0c 0n0a + 0d0i0a0b0'a0s0e0t0e 0a0u0t0'h 0t0h0n 0S0T0E 0k0a0i 0p0'w0c 0e0'i0n0a0i 0o0r0g0a0n0w0m0'e0n0h>>.} +\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/cjk/SJIS.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/SJIS.cjk new file mode 100644 index 00000000000..9053d53c3b3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/SJIS.cjk @@ -0,0 +1,39 @@ +\def\CJKpreproc{sjisconv (CJK ver. 4.5.2)}% 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.6.0 (11-Aug-2005) +% +% +% 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 177204~FAQ~13888103205652301731602331912261981872041542408722365240201167194230164 +20118118922420419718366177204~FAQ~1388810320492162205652007920422420419822821519622915720120788 +17923419616222018366\textbf{\ruby{86}{160189231}1811629216220121418119620565117177204~FAQ~ +20419922125119818720492162118204128218240\ruby{81}{179241}\ruby{198}{181229164}181196186179 +16266} + +\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/cjk/muletest.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/muletest.cjk new file mode 100644 index 00000000000..a1fd7d46318 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/muletest.cjk @@ -0,0 +1,149 @@ +\def\CJKhook{\CJKenc{JIS}\CJKenc{Bg5}\CJKenc{GB}\CJKenc{KS}}\ifx\CJKpreproc\undefined\def\CJKpreproc{cjk-enc}\RequirePackage[global]{CJK}\AtBeginDocument{\begin{CJK}{}{}\CJKspace}\AtEndDocument{\end{CJK}}\else\CJKhook\fi % 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.6.0 (11-Aug-2005) + +% 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 6469204 FAQ 69186 218214 221185199194 250174250 215161 235209 235228187 163220237225209 +231196184206 240198 171238179192207217. 69204 FAQ 69199 184182194 246173 199161 241207169 +185226251184206 175230199250192207217. \textbf{69243188209 205186 ``69204 FAQ 69187 238187212 + 208187 205206161'' 69243194 235241187 252182207195226 217248207217.} + +\vspace{0.5cm} + +\noindent Dieses FAQ wurde erstellt, um h8aufig gestellte Fragen und +ihre Antworten in einer gef8alligen Form zusammenzufassen. Die +Struktur dieses FAQ wurde drastisch ge8andert seit der letzten Version. +\textbf{F8ur Details siehe den Abschnitt "`Wie lese ich dieses FAQ"'.} + +\vspace{0.5cm} + +\CJKtilde + +\noindent 6567190163202202240175~(FAQ list)~67199211187169173163187202189196202226176228202177196226 +240208172212189227196206189170170248246196163250207187230187172196199172228224197225185209185215196228163 +\textbf{67208216194225185196184218172201206188184231206196193190202240175176203226228224197225185185195 + 238208196181247163} + +\vspace{0.5cm} + +\noindent 6818796221221170176~(FAQ list)~68791136419910396812212361862216820622865237186209 +17016465722327518620616175110211881866724287641691638018679652281151981789911925317923922067 +\textbf{68179246115178991862119665105209210117112243921701872211701762067020922811519817899118211 + 18116418616125067} + +\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 66179206~FAQ~66234185200207162232175162235193228200189206250242184225162242203169196232166 +203183191226206199185163179206~FAQ~66234185200206189164207162202176206226206200230217198231253203209185 +181236198164222185163\textbf{\ruby{66183}{66162191233}66183164189164203216183198207162214179206~FAQ~ + 66206201223253200189206189164215206224220242\ruby{66178}{66181243}\ruby{66200}{66183231166}66183198188181 + 164163} + +\vspace{0.5cm} + +\bgroup +\fontencoding{T5}\selectfont + +\noindent Ph32\acircumflexn ``Nh34\uhornng c0\acircumflexu h73oi v32a gi73ai 0\dj20ap th0\uhorn32\ohornng g71\abrevep'' (vi20\ecircumflext t20\abrevet t32\uhorn +ti20\ecircumflexng Anh l32a FAQ) 0\dj0\uhorn71\ohornc n0\ecircumflexu ra 73\ohorn 0\dj0\acircumflexy nh32\abrevem m71uc 0\dj20ich thu th71\acircumflexp nh34\uhornng c0\acircumflexu +h73oi th0\uhorn32\ohornng g71\abrevep trong th71\uhornc t20\ecircumflex v32a nh34\uhornng l32\ohorni gi73ai 0\dj20ap th20ich h71\ohornp nh20\acircumflext c73ua +n20o. T32\uhorn l32\acircumflexn 20\acircumflexn b73an cu20\ocircumflexi c32ung 0\dj20\ecircumflexn nay, 0\dj34a c20o nh34\uhornng s71\uhorn thay 0\dj73\ocircumflexi kh20a l20\ohornn +trong c20\acircumflexu tr20uc c73ua FAQ. \textbf{0\DJ73\ecircumflex hi73\ecircumflexu r34o h0\ohornn b71an n0\ecircumflexn xem l71ai ch0\uhorn0\ohornng + ``L32am sao t0\ocircumflexi c20o th73\ecircumflex 0\dj71oc 0\dju71\ohornc FAQ''.} +\egroup + +\vspace{0.5cm} + +\bgroup +\fontencoding{T2A}\selectfont + +\noindent 0\CYREREV0\cyrt0\cyro0\cyrt 0\cyrs0\cyrp0\cyri0\cyrs0\cyro0\cyrk 0\cyrb0\cyrery0\cyrl 0\cyrs0\cyro0\cyrs0\cyrt0\cyra0\cyrv0\cyrl0\cyre0\cyrn 0\cyrd0\cyrl0\cyrya 0\cyrs0\cyru0\cyrm0\cyrm0\cyri0\cyrr0\cyro0\cyrv0\cyra0\cyrn0\cyri0\cyrya 0\cyrn0\cyre0\cyrk0\cyro0\cyrt0\cyro0\cyrr0\cyrery0\cyrh 0\cyrch0\cyra0\cyrs0\cyrt0\cyro +0\cyrz0\cyra0\cyrd0\cyra0\cyrv0\cyra0\cyre0\cyrm0\cyrery0\cyrh 0\cyrv0\cyro0\cyrp0\cyrr0\cyro0\cyrs0\cyro0\cyrv (FAQ), 0\cyrv0\cyrm0\cyre0\cyrs0\cyrt0\cyre 0\cyrs 0\cyro0\cyrt0\cyrv0\cyre0\cyrt0\cyra0\cyrm0\cyri 0\cyrn0\cyra 0\cyrn0\cyri0\cyrh, 0\cyrv 0\cyru0\cyrd0\cyro0\cyrb0\cyrn0\cyro0\cyrishrt 0\cyrf0\cyro0\cyrr0\cyrm0\cyre. +0\CYRS0\cyrt0\cyrr0\cyru0\cyrk0\cyrt0\cyru0\cyrr0\cyra 0\cyrerev0\cyrt0\cyro0\cyrg0\cyro FAQ 0\cyrk0\cyra0\cyrr0\cyrd0\cyri0\cyrn0\cyra0\cyrl0\cyrsftsn0\cyrn0\cyro 0\cyri0\cyrz0\cyrm0\cyre0\cyrn0\cyri0\cyrl0\cyra0\cyrs0\cyrsftsn 0\cyrp0\cyro 0\cyrs0\cyrr0\cyra0\cyrv0\cyrn0\cyre0\cyrn0\cyri0\cyryu 0\cyrs 0\cyrp0\cyro0\cyrs0\cyrl0\cyre0\cyrd0\cyrn0\cyre0\cyrishrt +0\cyrv0\cyre0\cyrr0\cyrs0\cyri0\cyre0\cyrishrt. \textbf{0\CYRV 0\cyrr0\cyra0\cyrz0\cyrd0\cyre0\cyrl0\cyre `0\CYRK0\cyra0\cyrk 0\cyrch0\cyri0\cyrt0\cyra0\cyrt0\cyrsftsn 0\cyrerev0\cyrt0\cyro0\cyrt FAQ 0\cyri 0\cyre0\cyrg0\cyro 0\cyrs0\cyrt0\cyrr0\cyru0\cyrk0\cyrt0\cyru0\cyrr0\cyra' + 0\cyro0\cyrb0\cyrhrdsn0\cyrya0\cyrs0\cyrn0\cyre0\cyrn0\cyrery 0\cyrd0\cyre0\cyrt0\cyra0\cyrl0\cyri 0\cyrerev0\cyrt0\cyro0\cyrishrt 0\cyrn0\cyro0\cyrv0\cyro0\cyrishrt 0\cyrs0\cyrt0\cyrr0\cyru0\cyrk0\cyrt0\cyru0\cyrr0\cyrery.} +\egroup + +\vspace{0.5cm} + +\bgroup +\fontencoding{LGR}\selectfont + +\noindent 0H 0l0'i0s0t0a 0a0u0t0'h 0S0T0E (0s0u0q0n0'a 0t0i0j0e0m0'e0n0w0n 0e0r0w0t0'h0s0e0w0n) 0'e0q0e0i 0s0a0n 0s0k0o0p0'o +0n0a 0s0u0m0p0e0r0i0l0'a0b0e0i 0s0e 0e0'u0q0r0h0s0t0h 0m0o0r0f0'h 0k0'a0p0o0i0e0c 0s0h0m0a0n0t0i0k0'e0c 0e0r0w0t0'h0s0e0i0c 0k0a0i 0t0i0c +0a0p0a0n0t0'h0s0e0i0c 0t0o0u0c. 0H 0o0r0g0'a0n0w0s0h 0a0u0t0'h0c 0t0h0c 0l0'i0s0t0a0c 0'a0l0l0a0x0e 0s0h0m0a0n0t0i0k0'a 0a0p0'o 0t0h0n +0t0e0l0e0u0t0a0'i0a 0'e0k0d0o0s0'h 0t0h0c 0k0a0i 0m0e0t0'a. \textbf{0G0i0a 0l0e0p0t0o0m0'e0r0e0i0e0c 0p0'a0n0w 0s0t0h 0n0'e0a + 0o0r0g0'a0n0w0s0h, 0b0l0'e0p0e 0t0o 0l0'h0m0m0a <<0P0'w0c 0n0a 0d0i0a0b0'a0s0e0t0e 0a0u0t0'h 0t0h0n 0S0T0E 0k0a0i 0p0'w0c + 0e0'i0n0a0i 0o0r0g0a0n0w0m0'e0n0h>>.} +\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/cjk/rubytest.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/rubytest.cjk new file mode 100644 index 00000000000..82fb3e11afa --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/rubytest.cjk @@ -0,0 +1,56 @@ +\def\CJKhook{\CJKenc{JIS}\CJKenc{Bg5}}\ifx\CJKpreproc\undefined\def\CJKpreproc{cjk-enc}\RequirePackage[global]{CJK}\AtBeginDocument{\begin{CJK}{}{}\CJKspace}\AtEndDocument{\end{CJK}}\else\CJKhook\fi % This is the file rubytest.tex of the CJK package +% for testing ruby with LaTeX2e +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.6.0 (11-Aug-2005) + +% 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}{6568218} \ruby{\hen3}{68220} \ruby{\xi3}{68223}\ruby{\huan1}{68119} +\ruby{\chi1}{6889} \ruby{\Zhong1}{68164}\ruby{\guo2}{68234} +\ruby{\cai4}{68230}\ruby{.}{6867} +} + +\Large + +\ruby{66214}{66207202}\ruby{66224}{66190206}\ruby{66231}{66192164}\ruby{66216}{66172175} + +\ruby{66164}{66166223}66200\ruby{66208}{66223186166223}66216212175163 + +\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/cjk/thai.cjk b/Master/texmf-dist/doc/latex/CJK/examples/cjk/thai.cjk new file mode 100644 index 00000000000..9837f976170 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/cjk/thai.cjk @@ -0,0 +1,37 @@ +\ifx\CJKpreproc\undefined\def\CJKpreproc{cjk-enc}\RequirePackage{MULEenc}\fi % 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.6.0 (11-Aug-2005) + +% 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} + +5762195622106219462161622106219558 FAQ 5762185602136023361622026219560233622106216761621626021460233621856162224621906021560232622056162202621956021662187616216462211616218262210621936162183602136023261621826221062193616216160209621856162186602326220562194616216462195602096023362167616222562197622086162164622116162181622056218661621646221161621826221062193616222762185616219560217621876162225621866218661621836021361622026220862180621996216158. +5762226621646219562167616220262195602336221062167616216262205621676162195622106219462161622106219558 FAQ 576218560213602336162224621876219760213602326219462185616222862187616219362210621616162181602096023362167622256218160232616219560216602326218561621836021360232616222562197602336219958. +\textbf{57621806021761621956221062194616219762208622246220560213621946218061622026221162203621956020962186616222662164621956216761622026219560233622106216761622276220362193602326162228621806023361621686221062161616217060232621996216758 ``576222662164621956216761622026219560233622106216761622256219762208616219960212621846021361621616221062195616220560232622106218558 + 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/muletest.tex b/Master/texmf-dist/doc/latex/CJK/examples/muletest.tex new file mode 100644 index 00000000000..769942c2c4c --- /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.6.0 (11-Aug-2005) + +% 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/pdf/Big5.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/Big5.pdf Binary files differnew file mode 100644 index 00000000000..e91960a154b --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/Big5.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/Big5vert.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/Big5vert.pdf Binary files differnew file mode 100644 index 00000000000..d9f1314ce2b --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/Big5vert.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/CEF_test.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CEF_test.pdf Binary files differnew file mode 100644 index 00000000000..de761016fdf --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CEF_test.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKbabel.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKbabel.pdf Binary files differnew file mode 100644 index 00000000000..c1776b085e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKbabel.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKfntef.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKfntef.pdf Binary files differnew file mode 100644 index 00000000000..e6c46b4dd83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKfntef.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKmixed.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKmixed.pdf Binary files differnew file mode 100644 index 00000000000..9caa817a910 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKmixed.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKutf8.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKutf8.pdf Binary files differnew file mode 100644 index 00000000000..69cea6629e8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/CJKutf8.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/GB.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/GB.pdf Binary files differnew file mode 100644 index 00000000000..d2cb32422c5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/GB.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/JIS.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/JIS.pdf Binary files differnew file mode 100644 index 00000000000..f119653a99a --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/JIS.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/KS.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/KS.pdf Binary files differnew file mode 100644 index 00000000000..bc20bb01fed --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/KS.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/SJIS.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/SJIS.pdf Binary files differnew file mode 100644 index 00000000000..f1ee847efb2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/SJIS.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/UTF8.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/UTF8.pdf Binary files differnew file mode 100644 index 00000000000..fcfc0787b5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/UTF8.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/muletest.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/muletest.pdf Binary files differnew file mode 100644 index 00000000000..6286ee378a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/muletest.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/py_test.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/py_test.pdf Binary files differnew file mode 100644 index 00000000000..79d230a3d98 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/py_test.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/pytest.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/pytest.pdf Binary files differnew file mode 100644 index 00000000000..a9a4bd2476d --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/pytest.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/rubytest.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/rubytest.pdf Binary files differnew file mode 100644 index 00000000000..e1558662f7f --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/rubytest.pdf diff --git a/Master/texmf-dist/doc/latex/CJK/examples/pdf/thai.pdf b/Master/texmf-dist/doc/latex/CJK/examples/pdf/thai.pdf Binary files differnew file mode 100644 index 00000000000..36d05125c85 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pdf/thai.pdf 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..36f32df6475 --- /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.6.0 (11-Aug-2005) + +\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/pytest.tex b/Master/texmf-dist/doc/latex/CJK/examples/pytest.tex new file mode 100644 index 00000000000..9e88d64b927 --- /dev/null +++ b/Master/texmf-dist/doc/latex/CJK/examples/pytest.tex @@ -0,0 +1,51 @@ +% This is the file pytest.tex of the CJK package +% for testing Chinese pinyin hyphenation. +% +% created by Werner Lemberg <wl@gnu.org> +% +% Version 4.6.0 (11-Aug-2005) +% +%% +%% Attention! This will work only if you have created a new format file +%% with `pyhyph.tex' as additional hyphenation patterns for the language +%% `pinyin'. Otherwise no hyphenation will be used. +%% +% Note that the Babel package searches for `pinyin.ldf', not pinyin.sty -- +% the latter is for typesetting accented pinyin syllables. + +\documentclass[12pt,b5paper]{article} + +\usepackage[10pt]{type1ec} % use only 10pt fonts +\usepackage[T1]{fontenc} +\usepackage[pinyin]{babel} + + +\begin{document} + +% Taken from the TeXbook (p. 451) to force frequent insertion of hyphens. +\hyphenpenalty -1000 +\pretolerance -1 +\tolerance 1000 +\doublehyphendemerits -100000 +\finalhyphendemerits -100000 + +\selectlanguage{pinyin} + +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. +Women hen xihuan l"uxing. Zai Beijing women hen xiang kan Tian'anmen. +Mingtian women xiang yao dao Xi'an qu. Xiage libai zai hui jia. + +\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..ba7ad8e40ed --- /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.6.0 (11-Aug-2005) + +% 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..d4a1bd93643 --- /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.6.0 (11-Aug-2005) + +% 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: |