level 14
灌水四人组之蛋
楼主
我测试软件,打了下面这些,为啥就是运行不成功呢?求解释:
\documentclass[12pt]{article}
\usepackage[cm-default]{fontspec}
\usepackage{xunicode}
\usepackage{amsmath}
\title{\LaTeX}
\author{}
\date{}
\begin{document}
\maketitle
\LaTeX{} is a document preparation system
for the \TeX{} typesetting program. It offers
programmable desktop publishing features and
extensive facilities for automating most aspects
of typesetting and desktop publishing, including
numbering and cross-referencing, tables and figures,
page layout, bibliographies, and much more.
\LaTeX{} was originally written in 1984 by Leslie
Lamport and has become the dominant method for
using \TeX; few people write in plain \TeX{} anymore.
The current version is \LaTeXe.
\setmainfont[BoldFont=Adobe Heiti Std]{SimSun}
这是一个测试。 \\
\textbf{测试环境}: XeTeX TeXLive2008 \\
\begin{align}
E &= mc^2 \\
m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
\end{align}
\end{document}
2011年05月12日 06点05分
1
\documentclass[12pt]{article}
\usepackage[cm-default]{fontspec}
\usepackage{xunicode}
\usepackage{amsmath}
\title{\LaTeX}
\author{}
\date{}
\begin{document}
\maketitle
\LaTeX{} is a document preparation system
for the \TeX{} typesetting program. It offers
programmable desktop publishing features and
extensive facilities for automating most aspects
of typesetting and desktop publishing, including
numbering and cross-referencing, tables and figures,
page layout, bibliographies, and much more.
\LaTeX{} was originally written in 1984 by Leslie
Lamport and has become the dominant method for
using \TeX; few people write in plain \TeX{} anymore.
The current version is \LaTeXe.
\setmainfont[BoldFont=Adobe Heiti Std]{SimSun}
这是一个测试。 \\
\textbf{测试环境}: XeTeX TeXLive2008 \\
\begin{align}
E &= mc^2 \\
m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
\end{align}
\end{document}



