KTUGFaq

KTUG FAQ

EmacsW32 (rev. 1.5)

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
Love is in the offing. Be affectionate to one who adores you.
FrontPageFoilTeX › 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 ¼³Á¤


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)·Î º¯°æµÈ °ÍÀ» È®ÀÎÇÑ´Ù.

3 AUCTeX ¼³Á¤


4 Tips


5 ½ºÅ©¸°¼¦

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