由买买提看人间百态

topics

全部话题 - 话题: usepackage
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
k******e
发帖数: 2
1
来自主题: TeX版 - pdflatex下的图形一问
You can also write something like that:
\ifx\pdfoutput\undefined
% we are running LaTeX, not pdflatex
\usepackage{graphicx}
\else
% we are running pdflatex, so convert .eps files to .pdf
\usepackage[pdftex]{graphicx}
\usepackage{epstopdf}
\fi


b****a
发帖数: 19
2
This is my file header.Is it correct?
\documentclass[conference]{IEEEtran}
\hyphenation{op-tical net-works semi-conduc-tor IEEEtran}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{cite}
%\voffset 15mm
\IEEEoverridecommandlockouts
\begin{document}
o*******e
发帖数: 186
3
Here is the simplified version:
\documentclass[titlepage,landscape]{slides}
\usepackage{amsmath}
\usepackage[dvips]{graphicx}
\usepackage{psfig}
\hfuzz5pt
\vfuzz5pt
\pagestyle{plain}
\begin{document}
\input{inc.tex}
\end{document}
Thank you for the help.
l**e
发帖数: 6
4
来自主题: TeX版 - 关于Latex插入图表之我见
你是不是用了特殊的sty file ?
试了一会,一般好像是不行:
下面这个文件,只有第一个图可以正确显示, 余下两个都不行.
Error Message:
gs: ERROR: /undefined in ÿØÿà
gs: Operand stack:
gs:
gs: Execution stack:
.......
gs: Current allocation mode is local
gs: Current file position is 5
\documentclass{article}
\usepackage{amssymb,amsmath}
\usepackage{graphicx}
\usepackage[dvips]{epsfig}
\begin{document}
\begin{figure}[ht]
\begin{center}
\psfig{file=angle-all.ps,height=3.0in,angle=0}
\end{center}
\end{figure}
\newpage
\begin{figure}[ht]
b*******h
发帖数: 56
5
章节标题离顶部太远,用了无数命令还是不管用,以下为我尝试过的:
1,\oddsidemargin=.4in \textwidth=5.9in \topmargin=-0.5in \textheight=10.0in
\footskip=0.5in
2,\usepackage[left=1.3in, right=1.2in, top=1.0in, bottom=1.0in, includefoot
, headheight=-0.5pt, footskip=0.5in]{geometry}
3,\usepackage{fancyhdr}
\pagestyle{fancy}
\headheight=0pt \headsep=0pt
都解决不了这个问题,用的winEdt。
我又尝试了这个命令,
\usepackage[left=1.3in, right=1.2in, top=0.9in, bottom=1.0in, footskip=0.5in
]{geometry}
这里面的left,right,top,bottom footskip都管用,但是当我尝试加headheigh
w****h
发帖数: 212
6
你可以看看如下:
\documentclass[10pt,conference,letterpaper,twocolumn]{IEEEtran}
\usepackage{amsfonts}
\pagestyle{plain}
\pagenumbering{arabic}
\usepackage{amsmath,multirow} % for subequations
\usepackage{subfigure,graphics,psfig,epsfig,wrapfig}
\newtheorem{Theorem}{Theorem}
\newtheorem{Definition}{Definition}
\newtheorem{Assumption}{Assumption}
\newtheorem{Corollary}{Corollary}
显示的是斜体、非粗;
奇怪的是,但我在\documentclass[a4paper, 12pt]{article}下面,就能够显示正常的
粗体、正体定理、定义。
我不会change the definition of the class
T*********r
发帖数: 11175
7
【 以下文字转载自 Apple 讨论区 】
发信人: TechniColor (坚决服从rourou的领导), 信区: Apple
标 题: Re: 借人气问:那个presentation软件你喜欢
发信站: BBS 未名空间站 (Fri Apr 24 12:18:36 2009), 站内
发信人: TechniColor (坚决服从rourou的领导), 信区: Linux
标 题: Re: 借人气问:那个presentation软件你喜欢
发信站: BBS 未名空间站 (Fri Apr 24 12:14:44 2009)
给你贴个beamer效果图,仿keynote的
什么时候把那个黑板图片搞来,也可以搞成图片背景
\renewcommand\sfdefault{phv}
\renewcommand\familydefault{\sfdefault}
\usetheme{default}
\usepackage{color}
\useoutertheme{default}
\usepackage{texnansi}
\usepackage{marvosym}
\defineco
h******s
发帖数: 176
8
☆─────────────────────────────────────☆
eviox (eviox) 于 (Sun Mar 1 06:17:04 2009) 提到:
我现在已经下载了MiKTex的最新版,XeTex也是最新的,也已经装好了xeCJK和
zhspacing的宏包,然后用XeTex编译,但是输出的 pdf文档中,本来应该是中文的地方
都是乱码,请问这个问题怎么解决?还有,我是因为不喜欢ctex.org上集成好的MiCTex
和Ctex(里面乱七八糟的东西太多),所以才配置自己的MiKTex的。
这个是我的tex文件
\documentclass[12pt]{article}
\usepackage[cm-default]{fontspec}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Adobe Song Std}
\usepackage{zhspacing}
\zhspacing
\usepackage{xunicode}% provides unicode character macros
\
T*********r
发帖数: 11175
9
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
我的英文部分还加了几句
h****b
发帖数: 157
10
来自主题: TeX版 - 请问一个简单问题
用的模板是documentstyle,以前都用的是documentclass,所以不知道怎么加库,好像不
能用
usepackage,要跟在documentstyle后面,
我用的是
\documentstyle[12pt, algorithmic, graphicx, algorithm2e, verbatim,
graphics, caption2, amsfonts, subfigure, cite, amsmath, times,
url]{thesis}
但是算法包不能用,以前都是\usepackage{algorithmic}
\usepackage{algorithm}
请问现在应该怎么改?问题很简单,谢谢。
a*****g
发帖数: 19398
11
代码很简单,见后。
消掉分数之后,发现分子部分有些抬高了,就对不齐了。请教怎么办。
\documentclass[10pt,letterpaper]{article}
\usepackage{ulem}
\usepackage{makeidx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\author{gxm}
\begin{document}
\[ {8 \choose 3}
= \frac{8 \times7 \times 6}{3 \times 2 \times 1}
= \frac{8 \times7 \times \xout{6}}{\xout{3} \times \xout{2} \times 1}
=56\]
\end{document}
b*******t
发帖数: 33714
12
\documentclass[10pt,letterpaper]{article}
\usepackage{cancel}
\usepackage{makeidx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\author{gxm}
\begin{document}
\[ {8 \choose 3}
= \frac{8 \times7 \times 6}{3 \times 2 \times 1}
= \frac{8 \times7 \times \cancel{6}}{\cancel{3} \times \cancel{2} \times 1}
=56\]
\end{document}
G********t
发帖数: 334
13
来自主题: Science版 - slides + pstricks
\documentclass[clock]{slides}
%\usepackage{float}
\usepackage[dvips]{color, graphicx}
\usepackage{pstricks,pst-node,pst-coil,pst-grad}
\begin{document}
\begin{slide}
\textbf{Vibrations of the Linear Symmetric Triatomic Molecule}
\begin{itemize}
\item Symmetric Stretch
\begin{pspicture}(-.5, -.5)%(1, 1)
\cnode[fillstyle=solid,fillcolor=gray](-2.7,-1.5){.3}{A}
\cnode[fillstyle=solid,fillcolor=gray](.0,-1.5){.3}{B}
\cnode[fillstyle=solid,fillcolor=gray](2.7,-1.5){.3}{C}
\nccoil[
b*****n
发帖数: 71
14
来自主题: Faculty版 - 大家都用哪款latex? 上传了文件
\documentclass{article}
\usepackage{amsmath}
\usepackage[pdftex]{graphicx}
\begin{document}
\centering
\begin{figure}
\includegraphics[scale=0.85]{figure.pdf}
\end{figure}
\end{document}
pdflatex编译
b**s
发帖数: 67
15
来自主题: Software版 - Re: LATEX 高手请指教!
\documentclass{article}
\usepackage{graphicx,lscape}
\begin{document}
\begin{landscape}
This is in landscape
\end{landscape}
\end{document}
If your ps driver is not dvips, then add it as:
\usepackage[dvips]{graphicx,lscape}
^^^^^^
The default is dvips, use whatever you use.
Also, you can check "rotating" "sidewaytable" etc packages.
h****n
发帖数: 45
16
来自主题: TeX版 - what is the problem?
Does anyone know what is the potential reason? Thanks
\documentclass{kluwer}
\newdisplay{guess}{Conjecture}
\usepackage{epsfig}
\usepackage{graphics}
\begin{document}
\begin{article}
\begin{opening}
\title{A project example}
\author{Sam Smith}
\date{August 15, 2005}
\begin{abstract}
This is a test of abstract.
\end{abstract}
\end{opening}
\section{Introduction}
I am trying to cite a paper \cite{GOOGLE98}, but it can't be displayed
properly.
\bibliographystyle{alpha}
\bibliography{mybibl
r*********s
发帖数: 2157
17
来自主题: TeX版 - 请教图片排版问题
I use the following one, you may have a try:
\usepackage{graphicx}
\usepackage{subfigure}
\begin{figure}[htb]
\centering \mbox{ \subfigure[sub title-1]{\includegraphics[scale=.5]{test1.eps
}}\quad
\subfigure[sub title-2]{\includegraphics[scale=.5]{test2.eps}} }
\caption{caption} \label{Fig:CellDropRates}
\end{figure}
just like
xxxxx yyyy
(a)---(b)
Fig2: title
a*****r
发帖数: 443
18
\usepackage{amsmath}
$\pmb{\alpha}$
或者
\usepackage{bm}
$\bm{\alpha}$
推荐第二种方法 因为第一个有会莫名其妙失效
T*******n
发帖数: 493
19
That's not a good solution because some packages
rely on the definition of \scriptsize giving a font size
that is consistent with the internal LaTeX macro \sf@size,
and by redefining \scriptsize you have broken this.
Try this instead: Save the following (up to and including
\endinput) in "mypgnum.sty" in the local directory and in
your document say \usepackage{mypgnum.sty} after all the
other \usepackage{...} commands.
\let\mypgnumsize=\large
\def\ps@plain{\ps@empty
\def\@oddfoot{\normalfont\
T*******n
发帖数: 493
20
来自主题: TeX版 - 请教化学分子式的写法

That will give math italic letters.
Put the following in a chem.sty file and then load it with
\usepackage{chem}:
\DeclareRobustCommand{\chem}[1]{%
\mbox{%
\m@th
\if b\expandafter\@car\f@series\@nil\boldmath\fi
\ensuremath{\mathrm{#1}}%
}%
}
\endinput
Then try this test file. Switching to boldface is done
automatically.
\documentclass{article}
\usepackage{chem}
\begin{document}
\title{Title}
\author{A. U. Thor}
\maketitle
\tableofcontents
\section{Water is \chem{H_2O}}
Water is
T*******n
发帖数: 493
21
\documentclass{minimal}
\usepackage{graphicx} % or \usepackage{graphics}
\DeclareTextCommandDefault{\textcopyleft}{\textcircled{\reflectbox{c}}}
\begin{document}
\textcopyleft
\end{document}
T*******n
发帖数: 493
22
Here is a hack for wide equations in two-column layout.
The equations stay where they are supposed to be, but
there may be some spacing problems at page breaks.
You also lose some float functionality because of the use
of the multicol package. See the multicol documentation
for details. The definitions between \usepackage{amsmath}
and \begin{document} can be saved in a .sty file and
loaded using \usepackage{...}.
I think I posted this before. Just run it through LaTeX
and you'll see what it l
t**i
发帖数: 688
23
FIXED!
\usepackage{eso-pic}
\usepackage{color}
\AddToShipoutPicture{%
\AtTextCenter{%
\makebox(0,0)[c]{\resizebox{\textwidth}{!}{%
\rotatebox{45}{\textsf{\textbf{\textcolor[gray]{0.90}{DRAFT}}}}}}%
}
}
a****e
发帖数: 40
24
try
\usepackage{url}
or
\usepackage{http}
dont remember which one to use though.
T*******n
发帖数: 493
25
来自主题: TeX版 - 如何自定义INDEX的列数?
Look in the .cls and you should find the definition of an
environment called "theindex". This is where the page
layout of the index is usually defined.
You can try the following, add before \begin{document}:
\usepackage{makeidx}
\usepackage{multicol}
\makeatletter
\newcommand{\startindex}[0]{%
\chapter*{\indexname\@mkboth{\indexname}{\indexname}}%
\addcontentsline{toc}{chapter}{\indexname}%
}
\renewenvironment{theindex}{%
\par
\setlength{\columnseprule}{\z@}%
\setlength{\columnsep}{12
l*****3
发帖数: 53
26
I got it.
\usepackage{compactbib} not \usepackage{natbib}
T*******n
发帖数: 493
27
LaTeX will not automatically break a display equation.
However, \usepackage{amsmath} will allow you to break
between display equations.
\usepackage{amsmath}
\allowdisplaybreaks
\begin{gather}
a=1 \\ % LaTeX can automatically break page here
b=2 \\ % or here if necessary
c=3
\end{gather}
Don't use eqnarray. Read the AMS-LaTeX (amsmath) manual
and use its environments instead. (eqnarray has spacing bugs)

double
q******c
发帖数: 16
28
来自主题: TeX版 - 请问引用文献的一个问题
学校的模板上用到的
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, cite}
其中cite包是我自己加上的。
在我的计算机上试了试你给的例子,只要是用cite包,就是黑体,那三行代码好像不能
控制住字体。下面是我试你给的例子
\documentclass{amsbook}
\makeatletter
\def\@cite#1#2{{\m@th\upshape\mdseries[{#1}{\if@tempswa, #2\fi}]}}
\makeatother
\usepackage{cite}
\begin{document}
Here is the citation\cite{Bezerra2001,Cahen2002}.
\bibliographystyle{amsplain}
\bibliography{refer}
\end{document}
T*******n
发帖数: 493
29
来自主题: TeX版 - underbrace的问题

Actually I usually do this:
save the following four lines in mymath.sty
\newcommand{\bigstrut}[0]{\vphantom{\big|}}
\newcommand{\Bigstrut}[0]{\vphantom{\Big|}}
\newcommand{\biggstrut}[0]{\vphantom{\bigg|}} % used below
\newcommand{\Biggstrut}[0]{\vphantom{\Bigg|}}
\endinput
then
\documentclass{article}
\usepackage{amsmath}
\usepackage{mymath}
\begin{document}
\begin{equation*}
\frac{\partial N\left(x,y,t\right)}{\partial t}
% use \biggstrut in next line, let \underbrace think that [-MN] i
s*******t
发帖数: 84
30
I am trying to use the appendix package.
I used it in two ways:
First:
\usepackage{appendix}
...
\appendix
\appendixpage
\addappheadtotoc
Second:
\usepackage{appendix}
...
\begin{appendices}[toc, page]
...
\end{appendices}
From the manual, both methods can provied an "Appendix" title page and a
reference in the table of contents, however, both mechods won't work.
The compile will stop at \appendixpage saying incorrect command in the first
mechod.
The second method shows nothing.
Anyone has used
l**e
发帖数: 6
31
来自主题: TeX版 - 如何在table里面插入图?
试了一下,用psfig 可以
\documentclass{article}
\usepackage{amssymb,amsmath}
\usepackage[dvips]{epsfig}
\begin{document}
\begin{table}
\begin{tabular}{cc} \hline
XXXXX & ZZZZZZZZ \\
YYYYY & \psfig{file=image.ps,height=0.8in,angle=0} \\
\hline
\end{tabular}
\end{table}
\end{document}
P******g
发帖数: 83
32
\documentclass[letterpaper,12pt,oneside]{book}
\pagestyle{plain}
\usepackage{graphicx}
\usepackage{setspace}
\onehalfspace
\title{Experimental....}
\author{H.}
\begin{document}
\frontmatter
\maketitle
\newpage
\section*{Abstract:}
Decomposition of .......
\mainmatter
\chapter{Introduction}
Hydrogen ....
\begin{figure}
\begin{center}
\includegraphics[width=0.5\textwidth,height=0.5\textheight]{test.eps}
\end{center}
\end{figure}
\end{document}
Please look at the structure of the above file to see
p****o
发帖数: 1340
33
do you use linux? if so, it is possible to have the system to
convert eps to pdf figures automatically for you.
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.eps}
\usepackage{epstopdf}
when you refer an image file foobar.eps in the tex, use
\includegraphics{foobar}
then you can compile the latex files
pdflatex -shell-escape your-latex-file
of course, you can change the pdftex.cfg to make "shell-escape"
a default option for pdflatex.
f*******2
发帖数: 2
34
来自主题: TeX版 - 如何用tex导入ps图片?
在winedt里面:输入
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\psfig{file=/picname.ps,height=2in,width=3in}
\end{figure}
\end{document}
command pr.框会说can't find the file
这是说要改我文件的路径吗?怎么改?这个file后面的路径到底改填什么路径?
我试着改了一下更详细的路径,\documentclass{article}
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\psfig{file=/other/picname.ps,height=2in,width=3in}
\end{figure}
command pr.框说:missing $
这几天彻底被tex搞疯了!
b*******h
发帖数: 56
35
谢谢回复
不过还是没有用,为了测试,我又新建了一个tex文档,所有命令都没反应,难道
winedt不支持titlesec?
我晕死
\documentclass[12pt]{report}
\usepackage{titlesec}
%\usepackage[bf,small,center,indentafter,pagestyles]{titlesec}
%\titlespacing*{\chapter}{0pt}{-1in}{-1in}
%\titlespacing{\chapter}{0pt}{-50pt}{*1}[0pt]
\title{\vspace{-6in}test}
\begin{document}
。。。。。。。
T*******n
发帖数: 493
36
来自主题: TeX版 - dvi 显示的问题
You are using a class file that is calling for the Math Time Symbol
Postscript
font, which isn't freely available.
Either ask the publisher for the font, or ask them how to disable loading of
the proprietary font, or look for something like \usepackage{mathtime} in
your files or the publisher's .cls/.sty files and disable loading of the
Math Time font set. You can try \usepackage{mathptmx} as an alternative,
but you won't get bold fonts for some of the math symbols.

details
h****m
发帖数: 405
37
use sidecap package, as following:
\documentclass{article}
\usepackage[pdftex]{graphicx}
\usepackage{sidecap}
\begin{document}
\begin{SCfigure}
\centering
\includegraphics ...
\caption{ ... caption text ... }
\end{SCfigure}
\end{document}
s*****l
发帖数: 16
38
俺发现了小兰框的问题,必须直接通过 PDFLaTex编译。但是,编译后所有eps图都显现
不出来。然后发现PDFLaTex不支持eps. 然后发现要用 epstopdf命令。于是在\
usepackage{graphix}的下面马上跟\usepackage{epstopdf}.
问题是eps图还是显不出来,急死我了。请大家帮忙,看看能不能解决。 谢谢。
q******c
发帖数: 16
39
我的文件编译后发现参考文献中的字体比正文的小,实在是找不到问题出在哪里。恳请
高手赐教,谢谢。下面是文件的基本信息
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure}
\usepackage{cmbright}
\input{dissertation.sty} %university's style file
\begin{document}
%include chapters here
\backmatter
\bibliographystyle{amsplain}
\bibliography{refer}
\end{document}
s****l
发帖数: 78
40
来自主题: TeX版 - xfig上面如何输入数学公式
在 xfig 输入公式前,在页面下方的 "Text Flags"里,把
"Special Flag" 设成 "Special",然后 按 latex 语法
输入公式,如 "$\alpha = \beta \times{} \gamma$"
保存figure 成 test.fig
export 文档成 "Combined PS/LaTeX" 格式。
会得到两个文件 test.pstex 和 test.pstex_t
在 latex 文档里 用下面的语句插入 xfig所画的图像。
%% -------- .tex -------
\documentclass{article}
\usepackage{graphicx}
\usepackage{color} % 需要加入 color 支持
\title{Combine Latex and XFig}
\pagestyle{empty}
\begin{document}
\begin{figure}[htbp]
\input{test.pstex_t} % 加入 xfig 图像
\end{figure}
\end{docu
j***r
发帖数: 69
41
来自主题: TeX版 - 如何加入programming codes?
用这两个包。
\usepackage{algorithm}
\usepackage{algorithmic}
n**o
发帖数: 11
42
Dear all,
I am new to Latex and I am using the natbib package and \citet{} to cite the
papers. It is strange that the complied pdf shows "the paper is by Mike [
1998] ...". I expect to have the round parentheses. The document says the
round is default. I tried
\usepackage[round]{natbib}
I does not work. Can anyone show me how to correc it? Thank you so much.
My preamble is like this
\documentclass[11pt]{article}
\usepackage{natbib, amsmath, amssymb,graphicx, setspace,url, rotating}
\begin{docume
t****e
发帖数: 69
43
来自主题: TeX版 - 在margin上怎么写字?
我自己来回答吧,解决方案是fancyhdr + pictrue environment.
\usepackage{fancyhdr}
\usepackage{rotating}% to place text sideways
\setlength{\unitlength}{1in}
\fancyfoot[R]{%
\begin{picture}(0,0)
\put(0.5,5){\begin{sideways}My Text\end{sideways}}
\end{picture}%
}

比如
r**e
发帖数: 163
44
用了metapost生成一个metafig1.mp文件,用mpost编译成metafig1.1文件。
在winedt中用如下语句测试
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
% Requires \usepackage{graphicx}
\includegraphics[width=3in]{metafig1.1}\\
\caption{dd}\label{fig.2}
\end{figure}
\end{document}
用latex编译,如果将dvi转换成ps,ps转换成pdf可以看见正确的图。
但是如果直接将dvi转换成pdf则只有图的标题,并无图形显示。
请问是怎么回事情?
谢谢
S**I
发帖数: 15689
45
\documentclass[11pt]{article}
\usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
\usepackage{setspace}
\onehalfspacing
s*******n
发帖数: 493
46
如果\usepackage{subfigure},大标题都左对齐,小标题是居中;如果\usepackage{
subfig},大、小标题都居中。有什么方法可以都是左对齐?谢谢!用的revtex4!
T*********r
发帖数: 11175
47
就是google来的
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Don't like 10pt? Try 11pt or 12pt
\documentclass[12pt]{article}
% This is a helpful package that puts math inside length specifications
\usepackage{calc}
\usepackage{revnum}
% Layout: Puts the section titles on left side of page
\reversemarginpar
\font\tenss=cmss10
\font\tenssx=cmss10 scaled \magstep1
\font\tenssbx=cmssbx10
\font\fortssbx=cmssbx10 scaled \magstep5
\font\fortsbx=cmssbx10 scaled \magstep4
\font\f
b*******n
发帖数: 5065
48

1. it is about table.
2. Caption above tablar.
3. one row or more is fine. it looks just too close to tabular.
I did not pay attention. perhaps moving it below tabular will look nicer?
I googled again, and found below:
\usepackage[margin=10pt,font=small,labelfont=bf]{caption}
and
\usepackage{caption}
\captionsetup{margin=10pt,font=small,labelfont=bf}
I will reward baozi for nice solution.
T*********r
发帖数: 11175
49
来自主题: TeX版 - 请教latex中文的输入
%%!TEX encoding = UTF-8 Unicode
\usepackage[overlap, CJK]{ruby}
\usepackage{CJKulem}
\newenvironment{SChinese}{%
\CJKfamily{gbsn}%
\CJKtilde
\CJKnospace}{}
\newenvironment{TChinese}{%
\CJKfamily{bsmi}%
\CJKtilde
\CJKnospace}{}
\newenvironment{Japanese}{%
\CJKfamily{min}%
\CJKtilde
\CJKnospace}{}
\begin{CJK}
\begin{SChinese}中文\end{SChinese}
\end{CJK}

.2
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)