我安裝了
[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