Rich Shepard wrote: > On Thu, 13 Jul 2006, Jean-Marc Lasgouttes wrote: > >> - A "LaTeX (pdflatex)" output format has been added. This new output >> format produces .tex files that are suitable for pdflatex, including >> figure conversion to png, pdf or jpeg instead of eps. > > Gentlemen: > > Is there something I can read to learn how this differs from the > current > pdflatex? That's what I get when I press ctrl-h, and what I choose for > most documents (except PSTricks). I'm curious about the differences.
ctrl-h must be a custom shortcut. I guess you mean What is the difference between "PDF (pdflatex)" and "LaTeX (pdflatex)"? The answer is simple: "PDF (pdflatex)" produces a .pdf file (with the help of pdflatex). "LaTeX (pdflatex)" produces a .tex file that is a suitable input for pdflatex. Georg
