General ⇒ latex implementation of Knuth's TeXbook
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
latex implementation of Knuth's TeXbook
welcome to the forum!
The book is copyrighted and the source is available for learning and understanding TeX. Even compiling it with TeX is not allowed as you can see in the source file at the beginning. So even with LaTeX it would not be allowed. "Translating" it to LaTeX would so just be a theoretical task, and possible it may not be allowed to use that copyrighted data for it. I cannot say something legally, it's just my understanding.
Stefan
latex implementation of Knuth's TeXbook
https://www.reddit.com/r/ProgrammingLan ... _it_wrong/
says "I love literate programming for tutorials and books." This is the kind of things that I look for.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
latex implementation of Knuth's TeXbook
plain
, if you mean the formatting macros you may have a look at https://ctan.net/systems/knuth/dist/lib/manmac.tex which contains the macros for the book, which could be translated. I did not see anyone making LaTeX macros for it. The whole directory https://ctan.net/systems/knuth/ or https://ctan.net/systems/knuth/dist/ may be interesting.Stefan