我了解到许多 (La)TeX 书籍示例都存储在http://ctan.org/tex-archive/info/examples
目录中。
但是,《LaTeX Companion 2nd ed》一书中的示例目录不提供将文件下载到一个 zip 文件中的功能。
那么,如何下载CTAN示例目录中的所有文件呢?
通过谷歌搜索找到此网站(https://stackoverflow.com/questions/23446635/how-to-download-http-directory-with-all-files-and-sub-directories-as-they-appear#) 使用 wget,但是使用此命令,我无法下载任何文件。
wget -r -np -nH --cut-dirs=3 -R index.html http://ctan.org/tex-archive/info/examples/LaTeX_Companion_2ed/
如何下载 CTAN 目录中的示例文件?
答案1
如果您在地址栏中输入ftp://tug.org/tex-archive/info/examples/
,则可以使用相同的资源。您可以使用任何 FTP 软件下载目录。如果您使用 FTP 软件(而不是在 Web 浏览器中访问 FTP 服务器),则需要使用用户名anonymous
和电子邮件地址(您选择的)作为密码。
答案2
在 Web 浏览器中输入ftp://ftp.ctan.org/tex-archive/info/examples/
地址栏,然后以访客身份登录。有一个tlc2.zip
文件压缩了所有示例文件。该LaTeX_Companion_2ed
目录以符号方式链接到ltc2
目录,我猜这就是它不显示要下载的 zip 文件的原因。
当你可以访问http://ctan.org/tex-archive/info/examples/tlc2,您将看到要下载的 zip 文件。