由买买提看人间百态

topics

全部话题 - 话题: amssymb
1 (共1页)
D**o
发帖数: 2653
1
来自主题: Mathematics版 - 关于煙花不堪剪
注意作者 \author{YHBKJ}
Atiyah-Bott Localization 1
2012-09-05 09:24:19
\documentclass[a4paper,12pt]{article}
\usepackage{amsfonts}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{CJK,graphicx}
\usepackage{amscd}
\usepackage{amssymb}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}{Corollary}[section]
\newtheorem{definition}{Definition}[section]
\newtheorem{lemma}{Lemma}[section]
\begin{document}
\title{\textbf{\Huge{Atiyah-Bott Localization 1}}}\author{YHBKJ}\date{}\
maketitle
\begin{ab... 阅读全帖
T*********r
发帖数: 11175
2
来自主题: Faculty版 - latex equation editor
linux下latex2html阿
或者是mac下的simpletex2ht
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{color}
\definecolor{darkblue}{rgb}{0.3,0.3,0.6}
\usepackage[
colorlinks=true,
linkcolor=darkblue, urlcolor=darkblue,
anchorcolor=darkblue, filecolor=darkblue,
linkcolor=darkblue, menucolor=darkblue, citecolor=darkblue]{
hyperref}
\renewcommand{\labelitemi}{$\color{darkblue}\bullet$}
连接下面这样用就好了
\href{http://www.wisc.edu}{University of Wisconsi
z****e
发帖数: 2024
3
我怎么用\thanks{myemail}既没有报错,也没有任何效果呢?连个星号都没有。
\documentclass[aps,prstab,showpacs,showkeys,
twocolumn,groupedaddress,preprintnumbers,amsfonts,amssymb,nofootinbib]{
revtex4}
这个是我那个文档的开头
多谢了。
d******8
发帖数: 2191
4
【 以下文字转载自 USTC 讨论区 】
发信人: dd322508 (流月飞絮), 信区: USTC
标 题: Latex ref{figure}显示的是罗马数字而不是阿拉伯数字
发信站: BBS 未名空间站 (Fri Jun 25 12:24:45 2010, 美东)
图片下面是阿拉伯数字,但是引用的结果就成了罗马数字了。
\documentclass[aps,prb,showpacs,twocolumn,floats]{revtex4}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{amsmath}
省去中间部分......
\begin{figure}\label{junctionmodel}
\includegraphics[width=70mm]{junctionmodel}
\caption{Color online:.....}
\end{figu
d******8
发帖数: 2191
5
图片下面是阿拉伯数字,但是引用的结果就成了罗马数字了。
\documentclass[aps,prb,showpacs,twocolumn,floats]{revtex4}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{amsmath}
省去中间部分......
\begin{figure}\label{junctionmodel}
\includegraphics[width=70mm]{junctionmodel}
\caption{Color online:.....}
\end{figure}
省去中间部分.......
\ref{junctionmodel} 结果为 I,而不是1.
求达人指点。谢谢!
b*w
发帖数: 2062
6
amssymb
it is, thanks anyway

fonts
V*********r
发帖数: 666
7
不要搞太花哨的。单栏,Sans-serif字体,整齐一些就行了。
贴个简单的模板
\documentclass[11pt]{article}
\usepackage[top=1in, bottom=1.2in, left=1in, right=1in]{geometry}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{tabularx}
\usepackage{marvosym}
\usepackage{verbatim} % for multiline comment blocks
\usepackage{etoolbox}
\usepackage[english]{babel}
\usepackage{setspace} %conflict with \usepackage{needspace}
\usepackage{enumitem}
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} %... 阅读全帖
T*******n
发帖数: 493
8
Two solutions:
1. \usepackage{amssymb} and say $\blacksquare$
or \ensuremath{\blacksquare}.
2. \rule[0pt]{1ex}{1ex} creates a black square about
the size of an "x" based on the current font size.
Make 0pt positive to raise the square, negative to
lower it.
If you want to use this in several places, define a
macro such as
\newcommand{\mysquare}[0]{\rule[0pt]{1ex}{1ex}}
and say \mysquare wherever you want it.
T*******n
发帖数: 493
9
You can try this:
\usepackage{amsmath,amssymb}
\begin{equation}
x=y\tag*{$\blacksquare$}
\end{equation}
but you'll lose the equation number.
i*****o
发帖数: 42
10
我不需要[1], [2] in front of each reference,如何搞定?
GOOGLE了半天还没搞定,谢谢指点!
\documentclass[12pt,titlepage]{article}
\usepackage{graphicx}
\usepackage{caption2}
\usepackage{amsfonts}
\usepackage{amsmath,float,times,rotating}
\usepackage{amssymb,graphics, dcolumn}
\begin{thebibliography}{1}
\bibitem{kopka95} Helmut Kopka and Patrick W. Daly, 1995,``A Guide to \LaTeX2e
1995).
\bibitem{lamport94} Leslie Lamport, 1994, ``\LaTeX\ : a document preparation
system'', 2nd edition (updated for
\LaTeX2e), Addison-Wes
i*****g
发帖数: 32
11
\usepackage{amssymb,amsmath}
$\overset{\rightharpoonup}{x}$
T*******n
发帖数: 493
12
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$\blacksquare$
$\square$
\end{document}
q******c
发帖数: 16
13
来自主题: 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}
l**e
发帖数: 6
14
来自主题: 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]
l**e
发帖数: 6
15
来自主题: 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}
s**c
发帖数: 1247
16
3x
这是文件最开始的几行设置
\documentclass[11pt]{article}
\def\spacingset#1{\def\baselinestretch{#1}\small\normalsize}
\parskip=1pt
\usepackage{amssymb,boxedminipage}
\usepackage{latexsym}
\usepackage{epsf,epsfig,graphics}
\usepackage{psfig}
\usepackage{amsmath}
\usepackage{bm}
\include{com}
\addtolength{\topmargin}{-0.9in}
\addtolength{\oddsidemargin}{-0.9in}
\addtolength{\textwidth}{1.9in}
\addtolength{\textheight}{2.0in}
\newtheorem{lemma}{Lemma}
\newtheorem{definition}{Definition}
\newtheorem{claim}
c*******h
发帖数: 1096
17
amsmath 数学
amssymb 数学符号
amscd commutative diagram
amsthm 定理环境
amsbsy 数学符号 (bold)
mathcomp using text companion font in math mode
array 更多的 tabular 和 array 的设置
eqnarray 喜欢用 eqnarray 的人,这个包提供更多的设置
listings 帖程序、代码
clrscode Introduction to Algorithms 的伪代码风格
algorithm, algorithmic 传统伪代码包,pascal风格
longtable 可分页的长table
colortbl 支持颜色的table
multirow tabl多行hebing
threeparttable 经典的三段表
graphicx 帖图
j******a
发帖数: 1599
18
来自主题: TeX版 - beamer里面的字是白色的?
this maybe slighter longer, sorry
\documentclass[dvips, mathserif]{beamer}
% [dvips] allows use of latex->dvips->ps2pdf instead of pdflatex
%\documentclass[handout,xcolor=pdftex,dvipsnames,table]{beamer}
\usepackage{beamerthemesplit}
\usepackage{color}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{geometry}
\usepackage[english]{babel}
\usepackage{epic}
\usepackage{eepic}
\usepackage{color}
\usepackage{epsfig}
\usepackage{bm}
\usepackage{amscd}
T*******n
发帖数: 493
19
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$\gtrless$
\end{document}
N**D
发帖数: 10322
20
来自主题: TeX版 - lyx in windows and ubuntu
use amsmath? or amssymb?

can
q******c
发帖数: 16
21
我的文件编译后发现参考文献中的字体比正文的小,实在是找不到问题出在哪里。恳请
高手赐教,谢谢。下面是文件的基本信息
\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}
e**e
发帖数: 278
22
来自主题: TeX版 - 求助,毕业论文格式
大家好,我Latex水平不怎么样,在毕业论文的格式上出了点问题,希望大家帮助,谢
谢。
我主要问题是需要在Contents 当中去掉Appendices 的目录,然后在List of Tables后
面加一个List of Appendices,但是发现我的Latex不让我这么做,不知道为什么。
我的Latex主文件如下:
\documentclass[12pt, letterpaper, amsmath, amssymb]{report}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{geometry}
\topmargin 0in \textheight 8in \oddsidemargin 0.7in \textwidth 5.6in
\input epsf
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{setspace}
\numberwithin{equation}{chapter}
\doublespacing
e**e
发帖数: 278
23
来自主题: TeX版 - 求助,毕业论文格式
参数错误,再发一次。
大家好,我Latex水平不怎么样,在毕业论文的格式上出了点问题,希望大家帮助,谢
谢。
我主要问题是需要在Contents 当中去掉Appendices 的目录,然后在List of Tables后
面加一个List of Appendices,但是发现我的Latex不让我这么做,不知道为什么。
我的Latex主文件如下:
\documentclass[12pt, letterpaper, amsmath, amssymb]{report}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{geometry}
\topmargin 0in \textheight 8in \oddsidemargin 0.7in \textwidth 5.6in
\input epsf
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{setspace}
\numberwithin{equation}{chapter}
\do
d***s
发帖数: 55
24
来自主题: TeX版 - beamer做slides的问题
最简单的代码,把 institution 注释掉也没有用
那么多usepackage我也不知道哪个是相关的
\documentclass[10pt]{beamer}
\mode
{
\usetheme{Madrid}
\usefonttheme{professionalfonts}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{manfnt}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{verbatim}
\title[]
{Pro
d***s
发帖数: 55
25
来自主题: TeX版 - beamer做slides的问题
已经简化成这样了,还是不行,把结果贴上来。左下角的括号,右下的日期和页码总在
,不知道是在什么地方设置的。其他还好,那个括号也太难看了
\documentclass[10pt]{beamer}
\mode {
\usetheme{Madrid}
\usefonttheme{professionalfonts}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{manfnt}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{verbatim}
q******c
发帖数: 16
26
来自主题: TeX版 - 关于底边边距的问题
文件的头是:
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure}
行间距全部设置为两倍行距,用的是\renewcommand{\baselinestretch}{1.66}
编译后出来的结果很奇怪,每页的底边距都多多少少不一样,看起来很糟糕。请教高人
指点一下该怎么改。
谢谢!
n**o
发帖数: 11
27
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
G****A
发帖数: 4160
28
来自主题: TeX版 - 格式问题求教
不知道怎么搞得,页面左边的margin总是明显小于右边。我把握用的package列出来,
请高手帮忙看看,多谢!
********************************************
\documentclass[conference]{IEEEtran}
\usepackage[]{algorithm2e}
\usepackage{latexsym,psfig,url}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{subfigmat}
\usepackage{pifont,comment}
\usepackage{cite,balance}
\pagestyle{plain}
\usepackage{float}
\usepackage{subfloat}
\newcommand{\excluded}[1]{}
\newtheorem{definition}{Definition}
\newtheorem{proposition}{Proposition}
\newtheorem{theorem}{
q**j
发帖数: 10612
29
来自主题: TeX版 - 使用bibtex一个小问题。
我的mybib.bib:
@misc{ Nobody06,
author = "Nobody Jr",
title = "My Article",
year = "2006" }
我的tex:
\documentclass[12pt,a4paper]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\begin{document}
Blablabla said Nobody ~\cite{Nobody06}.
\bibliography{E://mybib}{}
\bibliographystyle{plain}
\end{document}
非常简单的例子。为什么就不行呢?
a****g
发帖数: 53
30
我的方程编号一直是2.3, 4.5之类的section#+function#。
但是不知道我改了个什么地方,现在变成了(1),(2),。。。的了
请问要改什么地方啊?
谢谢!
BTW,我的preamble只有这些:
\usepackage{times}
\usepackage{bm}
\usepackage{natbib}
\usepackage{amssymb}
\usepackage{graphicx}
g*********r
发帖数: 124
31
来自主题: TeX版 - 如何输入下面字符?
\usepackage{amssymb,graphicx}
\reflectbox{$\angle$}
d*****y
发帖数: 140
32
来自主题: TeX版 - 请教:如何输入max问题
\usepackage{amssymb,amsmath}
see http://www.ams.org/tex/short-math-guide.html
T*********r
发帖数: 11175
33
来自主题: TeX版 - Re: latex equation editor
【 以下文字转载自 Faculty 讨论区 】
发信人: TechniColor (坚决服从rourou的领导), 信区: Faculty
标 题: Re: latex equation editor
发信站: BBS 未名空间站 (Wed Oct 21 03:29:21 2009, 美东)
linux下latex2html阿
或者是mac下的simpletex2ht
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{color}
\definecolor{darkblue}{rgb}{0.3,0.3,0.6}
\usepackage[
colorlinks=true,
linkcolor=darkblue, urlcolor=darkblue,
anchorcolor=darkblue, filecolor=darkblue,
linkcolor=darkblue, menucolor=darkblue
s*****g
发帖数: 5159
34
First, make sure you used
\usepackage{amsmath,amssymb}
Then make sure the align environtment is not in math mode, i.e., in cannot a
ppear within
\begin{equation}
\end{equation}
or
\[
\]
or
$$
$$.
Align by itself is display mode.
s******s
发帖数: 8
35
来自主题: TeX版 - 怎么写正实数or正整数
\usepackage{amssymb}
$\mathbb{R}^+$
$\mathbb{Z}^+$
g*********r
发帖数: 124
36
试试 \pmb 命令 (“Poor man's bold”),
注意 \boldsymbol 和 \pmb 都要加载 amsmath,amssymb 宏包
贴个效果图
h*****r
发帖数: 1052
37
我希望部分公式左对齐,部分公式居中
如果我在开头加入fleqn,即
\documentclass[11pt,fleqn]{article}
所有的公式自动左对齐,想居中的对\begin{center}\end{center}无效
如果我开头不加fleqn的话
那所有的公式自动居中,我想左对齐的公式用flalign也无效
请大家帮忙看看这是怎么回事啊?
我用的模板如下,谢谢大家了!
\documentclass[11pt,fleqn]{article}
\title{Experiments of Variance Reduction for Financial Options}
\author{Na Sun}
\date{\today}
\usepackage[dvips]{graphics}
\usepackage{natbib}
\usepackage{graphicx}
\usepackage{float}
\usepackage{epsfig}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{booktabs}
\use
z****e
发帖数: 2024
38
【 以下文字转载自 Faculty 讨论区 】
发信人: zaoxie (gg), 信区: Faculty
标 题: 求助latex高手,小问题,如何加通讯作者
发信站: BBS 未名空间站 (Sat Apr 10 14:19:48 2010, 美东)
我怎么用\thanks{myemail}既没有报错,也没有任何效果呢?连个星号都没有。
\documentclass[aps,prstab,showpacs,showkeys,
twocolumn,groupedaddress,preprintnumbers,amsfonts,amssymb,nofootinbib]{
revtex4}
这个是我那个文档的开头
多谢了。
q**j
发帖数: 10612
39
来自主题: TeX版 - 请教一个怪问题。
try the two approaches you recommended.
still the same problem.
i am really confused.
let me make a really simple one to make it easier for da xia to try this.
alpha.tex:
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{harvard}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{booktabs}
~\citeasnoun{Roll:1980}
\bibliography{alpha}{}
\bibliographystyle{location/jf}{}
\end{document}
alpha.bib
@article{Roll:1980,
author = "Richard Roll",
f*****k
发帖数: 353
40
用latexdraw画的pstricks的图,直接放到文件里面了,直接编译是可以的,如果加上
\begin{figure}[htb]
\begin{center}
\input{./Graph}
\end{center}
\caption{}
\label{wt-1}
\end{figure}
编译的时候就出问题
! Too many }'s.
\color@endbox ->\color@endgroup \egroup

l.35 \end{figure}
前面用的package如下
\usepackage{amsmath,amssymb,amscd}
\usepackage{epsfig,epic,eepic,units}
\usepackage{hyperref}
\usepackage{url}
\usepackage{longtable}
\usepackage{mathrsfs}
\usepackage{multirow}
\usepackage{bigstrut}
\usepackage{gr
g*********r
发帖数: 124
41
\usepackage{amssymb}
\therefore
\because
F****I
发帖数: 270
42
来自主题: TeX版 - 问一下调整表格
\documentclass{article}
\usepackage{cite}
\usepackage{amssymb,amsmath}
就这些了
k****e
发帖数: 2456
43
来自主题: TeX版 - 求个latex模板
physics of fluid投稿的时候用latex用那个模板啊?我用AIP上的
\documentclass[aip,pof,amssymb,12pt]{revtex4-1}
给出来的不是physics of fluid 网站上的pdf 模板格式
http://pof.aip.org/polopoly_fs/1.2695841!/menu/standard/file/PH
我的生成pdf后title 和作者单独占了第一页,正文从第二页开始,而且和title左对齐了,不是和
abstract左对齐
h****g
发帖数: 772
44
新手问题,windows vista, miktex2.9 texmaker 2.3
测试文件如下,发现不知谁把u给丢了,怎么办呢?
\documentclass[10pt,letterpaper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fontspec}
\usepackage{xeCJK}
%\setCJKmainfont{標楷體} %設定中文為系統上的字型,而英文不去更動,使用原TeX
字型
\setCJKmainfont{黑体}
\XeTeXlinebreaklocale "zh" %這兩行一定要加,中文才能自動換行
\XeTeXlinebreakskip = 0pt plus 1pt %這兩行一定要加,中文才能自動換行
\begin{document}
abcdefghijklmnopqrstuvwxyz
测试
\end{document}
m*******s
发帖数: 3142
45
【 以下文字转载自 Physics 讨论区 】
发信人: manifolds (流形), 信区: Physics
标 题: 问个诡异的\eqref问题
发信站: BBS 未名空间站 (Thu Apr 19 22:04:23 2012, 美东)
最近写文章准备投prb,使用的模版是
\documentclass[superscriptaddress,aps,amsmath,amssymb,prb]{revtex4}
我准备在一个小节的标题中使用前面的公式编号,
直接输入
\section{initial condition for Eq.\eqref{loren11th}},
其中 \label{loren11th}已经在前面定义好了,结果发现那个公式的编号根本
就无法显示。
请问大家有没有遇到过类似的问题?怎么解决的?谢谢!
b*******t
发帖数: 33714
46
加一句\usepackage{amssymb,amsmath}试试
s*****g
发帖数: 5159
47
I usually make this a macro
\newcommand{\brace{#1}}{\left\{#1\right\}}
\newcommand{\paren{#1}}{\left(#1\right)}
this will pair things up easily.
Long time no show.
He might have missed
\usepack{amsmath,amssymb}
b*******t
发帖数: 33714
48
不知道跟scientific workplace有什么关系
amssymb包里的$\Box$不行么
z***i
发帖数: 8285
49
来自主题: TeX版 - tex问题
\documentclass[a4paper,11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[colorlinks=true]{hyperref}
\usepackage{colortbl}
\usepackage{hyperref}
\usepackage{extramarks}
\usepackage{fancyhdr}
\usepackage{color}
\usepackage{eso-pic}
\usepackage{ifpdf}
\usepackage{svgcolor}
\usepackage{booktabs}
\usepackage{amssymb}
\pagenumbering{arabic}
\hypersetup{urlcolor=blue}
\definecolor{light-gray}{gray}{0.86}
\setlength{\paperwidth}{597pt}
\setlength{\paperh... 阅读全帖
1 (共1页)