From movie Mr. Holmes (2015)
I haven't a clue.From book A Scandal in Bohemia
One can't solve everything.
It is a capital mistake to theorize before one has data
I haven't a clue.From book A Scandal in Bohemia
One can't solve everything.
It is a capital mistake to theorize before one has data
tex --> dvi --> ps --> pdf
tex example.tex
dvips example.dvi
ps2pdf example.ps
(download: https://ctan.mines-albi.fr/web/cweb/cwebmac.tex
if necessary)
2. or using a straightforward tool:
pdftex example.tex
In both scenarios you'll get a PDF file.
Give it a try with several TeX files at Knuth's
(mac users: brew install --cask mactex )