=== ¼³Ä¡ === * [http://www.uoregon.edu/~koch/texshop/texshop.html] * MacTeX === ÆÁ === * TeXShop/DVIPDFMx DVIPDFMx¸¦ ÀÌ¿ëÇϵµ·Ï ¼³Á¤ÇÏ´Â ¹æ¹ý * TeXShop/PDFSync PDF Synchronization¿¡ ´ëÇÏ¿© === MacTeX 2008/2009, ¼³Á¤ === * TeXShop -> Preferences¿¡¼­ ±âº» ¼³Á¤Çϱâ * Source * Encoding => Unicode (UTF-8) * Document Font => ÃëÇâ¿¡ µû¶ó * Editor -> Line Numbers (check) * Typesetting * Sync Method => SyncTeX * Engine * pdftex, distiller´Â ±âº»°ª {{{ pdftex : /usr/texbin distiller : /usr/local/bin }}} * pdftex -> tex : ±âº»°ª {{{ pdftex --shell-escape --synctex=1 }}} * pdftex -> latex : ±âº»°ª {{{ pdflatex --shell-escape --synctex=1 }}} * TeX -> dvips -> distiller : {{{ simpdftex tex --maxpfb --extratexopts "--syntex=1" }}} * LaTeX -> dvips -> distiller {{{ simpdftex latex --maxpfb --extratexopts "--syntex=1" }}} * Misc -> Personal Script * TeX Program {{{ simpdftex etex --dpx --extratexopts "--syntex=1" }}} * LaTeX Program {{{ simpdftex latex --dpx --extratexopts "--syntex=1" }}} === ½ºÅ©¸° ¼¦ === Uploads:texshopscreenshot.png ---- CategoryEditor