KTUGFaq

KTUG FAQ

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
Sin has many tools, but a lie is the handle which fits them all.
FrontPage › EmacsW32
EmacsW32 has the goal to make it easier for MS Windows users to get used to Emacs. The home page is at http://ourcomments.org/Emacs/EmacsW32.html. There you can get prebuilt binaries and installers for NTEmacs+EmacsW32.

LaTeX »ç¿ëÇϱ⠼³Á¤ÇØ¾ß ÇҰ͵é Á¤¸® -- 2006-07-17 hermian
  • ¸Å´º¾óÀÇ ¼³Á¤
  • ÇÑ±Û ÆùÆ® ¼³Á¤
  • ½ºÅ©¸°¼¦
  • ÆÁ

¸ñÂ÷

1 EmacsW32 ¼³Ä¡
1.1 ´Ù¿î·Îµå
2 Emacs ¼³Á¤
2.1 ÇÑ±Û ¼³Á¤
2.2 DeleteMe ÇÑ±Û Å°º¸µå ¼³Á¤
3 AUCTeX ¼³Á¤
4 ÁÖÀÇ »çÇ×
5 Tips
6 ½ºÅ©¸°¼¦

1 EmacsW32 ¼³Ä¡


1.1 ´Ù¿î·Îµå

2 Emacs ¼³Á¤

¿©±â ÀÖ´ø ÀϺΠ³»¿ëÀ» EmacsW32/Conf·Î ¿Å°å½À´Ï´Ù. KC2008 ¹× TeXLive 2008¿¡ ¸ÂÃ߾ »õ·Î¿î ³»¿ëÀ» Á¤¸®ÇØÁֽñ⠹ٶø´Ï´Ù. => EmacsW32/KC2008

2.1 ÇÑ±Û ¼³Á¤

  • ÃʱⰪ(default)À¸·Î euc-kr-dos[1] ¼³Á¤ÇÑ´Ù.
    • ¼³Á¤³»¿ë
      ;;; =============================================================
      ;;; Korean Language Environment
      ;;; =============================================================
      ;; General korean langauge environment
      (set-language-environment "Korean")
      
      ;;(set-default-coding-systems 'euc-kr)
      (set-selection-coding-system
       (cond ((eq system-type 'windows-nt) 'euc-kr-dos)
             (t 'euc-kr)))
      ;; System input method setting
      (set-keyboard-coding-system 'euc-kr)
      
      ;; For use of `emacs -nw' in Korean terminal
      (if (null window-system)
          (progn
            (set-terminal-coding-system 'euc-kr)
            ;; To avoid conflict with key bindings starting with ESC.
            ;; Problem can still occur if your terminal input method use
            ;; `ESC' prefix.
            (define-key encoded-kbd-mode-map [27] nil)))
      
  • UTF-8 »õÆÄÀÏ »ý¼ºÇϱâ
    1. C-x C-f filename.tex·Î ÆÄÀÏÀ» »ý¼ºÇÑ ÈÄ [http]Local Variables¿¡ codingÀ» »ý¼ºÇÑ´Ù.
      %%% Local Variables:
      %%% mode: latex
      %%% coding: utf-8
      %%% End:
      
    2. C-x C-s·Î ÀúÀåÇÑ ÈÄ modelineÀÌ (Unix)¿¡¼­ -u(Unix)·Î º¯°æµÈ °ÍÀ» È®ÀÎÇÑ´Ù.

----
  • [1] PATH¿¡ ÇѱÛÀÌ ÀÖ´Â °æ¿ì¿¡ ´ëºñÇؼ­ euc-kr·Î ¼³Á¤

2.2 DeleteMe ÇÑ±Û Å°º¸µå ¼³Á¤

Ȥ½Ã Windows¿¡¼­ ¼¼¹ú½ÄÀ» ¾²±â¿¡ ÇÊ¿äÇÑ ¼³Á¤ÀÌ ÀÖ³ª¿ä? ÀÖÀ¸¸é ¼³¸íÇØ ÁÖ¼¼¿ä. ¾Æ´Ô WindowsÀÇ ÀԷ±⸦ ¾²¸é ¼³Á¤ÇÒ ÇÊ¿ä°¡ ¾ø´ÂÁöµµ... -gromov
http://physics.kyunghee.ac.kr/~reds/Hpack_Project/faq.htm ÀÇ "4.ÇÑ±Û 3¹ú½Ä ÀÚÆÇÀ» »ç¿ëÇÏ°í ½ÍÀºµ¥¿ä."¸¦ ÂüÁ¶Çϼ¼¿ä. -hermian

3 AUCTeX ¼³Á¤



4 ÁÖÀÇ »çÇ×

5 Tips

  • emacsµû¶óÇϱâ

  • HOME º¯°æÇϱâ

    EmacsW32´Â HOMEÀÌ C:\Documents and Settings\<LoginName>\Application Data ·Î ¼³Á¤µÇ¾î ÀÖ½À´Ï´Ù. ¾Æ¹«·¡µµ ±í¼÷ÇÑ °÷¿¡ À§Ä¡ÇØ ÀÖ°í, °Ô´Ù°¡ ¼û°ÜÁø °÷À̶ó »ó´çÈ÷ ±ÍÂúÀº ¸éÀÌ ÀÖÁÒ. ȯ°æº¯¼ö HOMEÀ» °£´ÜÇÑ ·¹Áö½ºÆ®¸® Á¶ÀÛÀ¸·Î º¯°æÀÌ °¡´ÉÇÕ´Ï´Ù.

    HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs ¾Æ·¡¿¡ HOMEÀ» REG_EXPAND_SZ ÇüÅ·Π¸¸µé°í, ÇØ´ç °ªÀ¸·Î %HOMEDRIVE%%HOMEPATH% À» ÀÔ·ÂÇØ ÁÝ´Ï´Ù. Emacs¸¦ Àç½ÃÀÛÇÏ°í (insert (getenv "HOME")) C-x C-e ·Î È®ÀÎÇÏ½Ã°í »ç¿ëÇÏ¸é µÇ°Ú½À´Ï´Ù.

6 ½ºÅ©¸°¼¦


^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-09-18 04:06:24
Processing time 0.2493 sec