KTUGFaq
KTUG FAQ
[ÆíÁý]
ÆÁ ¶
- TeXShop/DVIPDFMx
DVIPDFMx¸¦ ÀÌ¿ëÇϵµ·Ï ¼³Á¤ÇÏ´Â ¹æ¹ý
- 2010¿¡¼´Â ¾Æ·¡ personal script ¸í·ÉÀ» ½á³Ö´Â °ÍÀ¸·Î ÃæºÐ.
- TeXShop/PDFSync
PDF Synchronization¿¡ ´ëÇÏ¿©
- 2010¿¡¼´Â µðÆúÆ®À̹ǷΠº°µµ ¼³Á¤ÀÌ ÇÊ¿ä¾øÀ½.
- TeXShop/LaTeXPanel ¼ö½Ä ºÎÈ£ ȯ°æ ÀÔ·ÂÀ» ÆíÇÏ°Ô ÇØÁÖ´Â º¸Á¶Ã¢
- TeXShop/Spelling check½Ã TeX/LaTeX command ÀνÄÇÏ°Ô ÇÏ´Â ¹æ¹ý ¾Æ·¡ »çÀÌÆ® Âü°í:
- TeXShop/Syntax coloring »ö»óÁ¶Àý ¹æ¹ý ¾Æ·¡ »çÀÌÆ® Âü°í:
[ÆíÁý]
MacTeX 2008/2009/2010, ¼³Á¤ ¶
- TeXShop -> Preferences¿¡¼ ±âº» ¼³Á¤Çϱâ
- Source (´ëºÎºÐ µðÆúÆ®À̹ǷΠȮÀÎÀ¸·Î ÃæºÐ)
- Encoding => Unicode (UTF-8)
- Document Font => ÃëÇâ¿¡ µû¶ó
- Editor -> Line Numbers (check)
- Typesetting (´ëºÎºÐ µðÆúÆ®À̹ǷΠȮÀÎÀ¸·Î ÃæºÐ)
- 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 "--synctex=1"
- LaTeX -> dvips -> distiller
simpdftex latex --maxpfb --extratexopts "--synctex=1"
- pdftex, distiller´Â ±âº»°ª
- Misc -> Personal Script (ÀÌ ºÎºÐÀº ¾Æ·¡ ¸í·ÉÀ» CopyÇؼ ºÙÀδÙ.)