I seek recommendations on how to approach learning Plain Tex. I am just starting my journey with TeX using Knuth’s reference The TeXbook. I Installed TeXlive 3.14 and use the command prompt to run Tex. Here is a sample from chapter 6.
I get a DVI file output. I wonder if I should continue practicing the book this way ?
Answer: yes. Refer to Udo response below.
I also have 3 related questions:
1- When I type Arabic text it doesn’t show in DVI output. How can I make it appear?
Answered by Joseph Wright. Knuth's TeX is strictly 8-bit using it for non-Latin languages is non-trivial and can't be recommended for new users/texts. Instead it is best to use luatex.
2- How can I output a PDF not a DVI?
Answered by David Carlisle - write tex chapter6 rather than tex then chapter6 to the ** prompt. type pdftex chapte6 to get pdf instead of dvi
3- Can I use visual code to edit and debug Plain Tex ?
This thread Good, plain, TeX editor mentions it can be used to run (see reply by user user132925) but when I tried I get this error?
Answer: It doesn't support plainTex https://github.com/James-Yu/LaTeX-Workshop/issues/2879
I thought my questions will generate related answers/comments so I put them all in one thread.
sorry about that



tex chapter6rather thantexthenchapter6to the**prompt. If you typepdftex chapte6you will get pdf instead of dvi – David Carlisle Mar 08 '24 at 17:26