diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/CJK/examples/Big5vert.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/CJK/examples/Big5vert.tex | 35 |
1 files changed, 35 insertions, 0 deletions
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: |