General ⇒ latex implementation of Knuth's TeXbook
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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: 10360
- 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