diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/xecjk/examples/example-fallback.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xecjk/examples/example-fallback.tex | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xecjk/examples/example-fallback.tex b/Master/texmf-dist/doc/xelatex/xecjk/examples/example-fallback.tex new file mode 100644 index 00000000000..b9491022652 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/xecjk/examples/example-fallback.tex @@ -0,0 +1,49 @@ +%% +%% This is file `example-fallback.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% xeCJK.dtx (with options: `example-fallback') +%% +%% Version 2.3.19 (01-May-2011) +%% +%% Copyright (C) Wenchang Sun <sunwch@hotmail.com> +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +\documentclass{article} +\usepackage[fallback]{xeCJK} +\usepackage{CJKfntef} +\setCJKmainfont{SimSun} +\setCJKfallbackfamilyfont{rm}{SimSun-ExtB} +\begin{document} + +漢字源𣴑考 + +\CJKunderwave{漢字源𣴑考} + +\begin{table}[ht] +\caption{生僻字测试} +\centering +\begin{tabular}{|cc|cc|cc|cc|} +𠀀 & 20000 & 𠀁 & 20001 & 𠀂 & 20002 & 𠀃 & 20003 \\ +𠀄 & 20004 & 𠀅 & 20005 & 𠀆 & 20006 & 𠀇 & 20007 \\ +𠀈 & 20008 & 𠀉 & 20009 & 𠀊 & 2000A & 𠀋 & 2000B \\ +𠀌 & 2000C & 𠀍 & 2000D & 𠀎 & 2000E & 𠀏 & 2000F \\ +𠀐 & 20010 & 𠀑 & 20011 & 𠀒 & 20012 & 𠀓 & 20013 \\ +𠀔 & 20014 & 𠀕 & 20015 & 𠀖 & 20016 & 𠀗 & 20017 \\ +𠀘 & 20018 & 𠀙 & 20019 & 𠀚 & 2001A & 𠀛 & 2001B \\ +𠀜 & 2001C & 𠀝 & 2001D & 𠀞 & 2001E & 𠀟 & 2001F \\ +\end{tabular} +\end{table} +\end{document} +\endinput +%% +%% End of file `example-fallback.tex'. |