我可以吗自由下载 Knuth 的 5 卷套装书籍 COMPUTERS and TYPESETTING 的 PDF 版本以及来源TeX 和元字体这些书包含并编译器寻找能够理解这些内容的资料来源?如果有,从哪里来?
答案1
你不能。
所有书籍电脑与排版版权归 Addison-Wesley 所有,未经许可不得分发。然而,Knuth 已将这些书籍和他的程序的所有源代码免费提供给想要学习如何使用 TeX 和 METAFONT 的人。然而,源代码(TeXbook和METAFONTbook至少)明确指出您不得尝试自己制作 PDF。如果您这样做,您将收到错误(和无限循环):
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
(./texbook.tex
! This manual is copyrighted and should not be TeXed.
A卷,TeXbook版权归 Addison-Wesley 所有,只有源代码可供直接阅读。texbook.tex
说:
% This manual is copyright (C) 1984 by the American Mathematical Society.
% All rights are reserved!
% The file is distributed only for people to see its examples of TeX input,
% not for use in the preparation of books like The TeXbook.
% Permission for any other use of this file must be obtained in writing
% from the copyright holder and also from the publisher (Addison-Wesley).
这意味着你可以阅读源代码作为学习材料,但你不能在源上运行tex
。事实上,如果您尝试这样做,您会得到一个错误。
B卷,TeX:程序,以 PDF 格式分发(仅限文档来源),您可以通过以下方式访问texdoc tex
,源代码可从加拿大运输安全局。
C卷,METAFONTbook与卷 A 遵循相同的许可证发行。mfbook.tex
你看:
% This manual is copyright (C) 1986 by the American Mathematical Society.
% All rights are reserved!
% The file is distributed only for people to see its examples of TeX input,
% not for use in the preparation of books like The METAFONTbook.
% Permission for any other use of this file must be obtained in writing
% from the copyright holder and also from the publisher (Addison-Wesley).
如果你尝试这样做,也会收到错误tex
。
D卷,METAFONT:该程序,以 PDF 格式分发(仅限文档来源),您可以通过以下方式访问texdoc -l mf
然后选择mf.pdf
,源可以从加拿大运输安全局。
E卷,计算机现代字体,分散分布在 Computer Modern 字体的来源中(CTAN 页面)。我不知道是否有这个的 PDF 版本。