* Tomoharu Nishino <[EMAIL PROTECTED]>, 2005-10-07 15:10 +0200: > From your description, it sounds like you may not have specified the > pdflatex viewer correctly. > > Go to Preferences. Under "File Formats" select PDF (pdflatex) and in > the "Viewer" field enter: > > open -a 'Preview'
"open" also works: \format "pdf" "pdf" "PDF (<-- pdflatex)" "" \viewer "pdf" "open" > If you use Preview or Acrobat, then the "Update" item under the > "View" menu will not work. Each time you want to view the changes > that you have to made to your document, you will first have to close > the results of the previous typeset run in Preview or Acrobat, and > then re-typeset the document. Using TeXShop for your PDF viewer > allows you to use the "Update" command, letting you view the results > of any changes without all the hassle. Yeah, the update issue is why I still keep MacDVi 1.52 around. Or use PostScript w/ gv (from darwinports) under X11. \viewer "ps" "open -a X11 ; sleep 5 ; ps aux|grep gv|grep -v grep || gv" -Andre
