問題:
TexNicCent 編譯后, 無法在 view output 菜單欄上顯示PDF, PS, 以及DVI 預覽。
解決:
Build->Define Output Profiles->viewer
1)DVI: 選中 LaTeX => DVI
2) 路徑:C:\texmf\miktex\bin\yap.exe
View project's output (Command line argument:)
-1 "%bm.dvi"
Forward search: (Command line argument:)
-1 -s %l"%Wc" "%bm.dvi"
3)PDF: 選中 LaTeX => PDF
4) 路徑:C:\Program Files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe
View project's output (Command line argument:)
"%bm.pdf"
Forward search: (Command line argument:)
"%bm.pdf"
5)PS: 選中 LaTeX => PS
6) 路徑:C:\Program Files\WinEdt Team\Ghostgum\gsview\gvwgs32.exe
View project's output (Command line argument:)
-e "%bm.ps"
Forward search: (Command line argument:)
-e "%bm.ps"