我在用 kile 编写时使用了这个头文件,但我得到的$C$
不是$\mathbb{C}$
,有人能告诉我下面的头文件是否足以编写高级数学文章吗?如果不行,请给我一个完整的软件包列表,这将非常好。我正在使用 Ubuntu 12.04。非常感谢。
\documentclass{article}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\pagestyle{plain}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amscd}
\usepackage{verbatim}
\usepackage{epsfig}
\DeclareFontFamily{OT1}{rsfs}{}
\DeclareFontShape{OT1}{rsfs}{n}{it}{<-> rsfs10}{}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{dfn}{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{thm}{Theorem}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{ex}{Exercise}
\newcommand{\bb}{\mathbb}
\newcommand{\bd}{\textbf}
\newcommand{\be}{\begin{equation}}
\newcommand{\bea}{\begin{eqnarray}}
\newcommand{\bean}{\begin{eqnarray*}}
\newcommand{\ben}{\begin{equation*}}
\newcommand{\cl}{\mathcal}
\newcommand{\del}{\partial}
\newcommand{\disp}{\displaystyle}
\newcommand{\ee}{\end{equation}}
\newcommand{\eea}{\end{eqnarray}}
\newcommand{\eean}{\end{eqnarray*}}
\newcommand{\een}{\end{equation*}}
\newcommand{\f}{\mathfrak}
\newcommand{\imply}{\Rightarrow}
\newcommand{\la}{\left|}
\newcommand{\lr}{\left(}
\newcommand{\ls}{\left[}
\newcommand{\para}{\paragraph}
\newcommand{\pgbrk}{\vspace*{\fill}\pagebreak}
\newcommand{\ra}{\right|}
\newcommand{\rr}{\right)}
\newcommand{\rs}{\right]}
\newcommand{\rta}{\rightarrow}
\newcommand{\xrta}{\xlongrightarrow}
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
答案1
您的代码只有两\documentclass
行,因此无论后面跟什么文档,都会生成错误。另外,切勿使用epsfig
包,而应使用graphicx
。如果您遇到问题,\mathbb
提供一个显示该问题的示例会有所帮助。但您需要加载amsfonts
包。