如何在 Ubuntu 12.10 上更新词汇表包?

如何在 Ubuntu 12.10 上更新词汇表包?

我的texlive版本是

$ tex -version
TeX 3.1415926 (TeX Live 2012/Debian)
kpathsea version 6.1.0
Copyright 2012 D.E. Knuth.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.

我需要将glossaries软件包升级到最新版本v3.07 (2013/07/05)

我的操作系统是 Ubuntu 12.10

如何升级到词汇表包的最新版本?

谢谢。

答案1

我必须从链接下载glossaries.tds.zipxfor.tds.zipetoolbox.tds.zipdatatool.tds.ziphttp://www.ctan.org/tex-archive/install/macros/latex/contrib首先

~/下载/

文件夹。然后解压文件夹中的所有 .zip 文件

在 /usr/local/share/texmf 中

使用命令,例如,

$sudo unzip ~/Downloads/glossaries.tds.zip -d /usr/local/share/texmf 

最后

$ sudo texhash 

现在可以使用了。非常感谢。从链接中得到提示http://www.maxmanders.co.uk/2012/01/05/missing-ubuntulatex-glossaries.html

相关内容