我正在运行一个带有 TexLive 2009 的 ubuntu 版本,它显然没有附带 tlmgr,所以我必须手动安装软件包。我以前做过这个(提取到 /usr/share/texmf/tex/latex 然后运行 texhash /usr/share/texmf),但对于这个包,
http://www.ctan.org/tex-archive/macros/latex/contrib/mwe
我这样做了,但它仍然抱怨找不到 mwe.sty。你可以在文件列表中看到 mwe.sty 实际上不存在。我读到,有了这对 ins/dtx,我应该运行
latex mwe.ins
但我收到了这个错误:
doriad@david-lab:~/temp/mwe$ latex mwe.ins
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./mwe.ins
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
! I can't find file `ydocstrip'.
l.1 \input ydocstrip
(Press Enter to retry, or Control-D to exit)
Please type another input file name:
对于如何安装这个包有什么想法吗?
答案1
似乎你遗漏了ydocstrip
。它包含在ydoc 包。