On Mon, 2019-04-22 at 05:17 +0000, rlhar...@oplink.net wrote: . . . > That saves three steps over my current procedure: > > = In Emacs, save the document > = Switch to a virtual terminal > = Execute "latex mydocument.tex" > = Execute "latex mydocument.tex" > = Execute "dvips mydocument.dvi" > = Execute "lpr mydocument.ps" > = Switch back to Emacs > = Continue work on the document > Is there a reason not to use pdflatex? My workflow then is
= In emacs, save the doc foo.tex = switch to a virtual terminal = execute "pdflatex foo.tex" (as many times as needed) = execute "evince foo.pdf" = when desired, select "Print" from the "File options" menu of evince = switch back to emacs