我安装了
[root@magpie ~]# yum -q info texlive
Installed Packages
Name : texlive
Arch : x86_64
Epoch : 3
Version : 2013
Release : 4.20131226_r32488.fc20
Size : 0.0
Repo : installed
From repo : updates
Summary : TeX formatting system
URL : http://tug.org/texlive/
License : Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia
但是我以前使用过的东西,例如\begin{equation*}
和
\left(
不再起作用。这是方程编号问题的消息。
---------------------------------------------------------
! LaTeX Error: Environment equation* undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.249 \begin{equation*}
--------------------------------------------------------
我错过了什么?
答案1
主要区别在于“直接”版本比通过 Linux 发行版的软件包管理器更新软件包的版本更快,因为后者必须先通过质量控制等。因此,如果您总是想要最新、最好的软件包,以及所有错误修复的最新版本,那么您应该选择“直接”版本。话虽如此,这两个版本都不应该有真正的限制,因为无论如何,这两种情况下的软件包都来自 CTAN。
因此,如果您缺少一个已经存在很久的环境,equation*
您可能忘记包含一个amsmath
提供此功能的包。