'''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 »ç¿ëÇϱ⠼³Á¤ÇØ¾ß ÇҰ͵é Á¤¸® -- [[Date(2006-07-17T10:11:14)]] [hermian] * ¸Å´º¾óÀÇ ¼³Á¤ * ÇÑ±Û ÆùÆ® ¼³Á¤ * ½ºÅ©¸°¼¦ * ÆÁ ---- [[TableOfContents]] = EmacsW32 ¼³Ä¡ = == ´Ù¿î·Îµå == * http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl ¿¡¼­ ''' "{{{Download latest EmacsW32+Emacs patched}}}" '''¸¦ ´Ù¿î·ÎµåÇÑ´Ù. * http://www.gnu.org/software/auctex/download-for-windows.html ¿¡¼­ ''' "{{{Precompiled bundle}}}" '''¸¦ ´Ù¿î·ÎµåÇÑ´Ù. = Emacs ¼³Á¤ = == ÇÑ±Û ¼³Á¤ == * ÃʱⰪ(default)À¸·Î `euc-kr-dos`[[FootNote(PATH¿¡ ÇѱÛÀÌ ÀÖ´Â °æ¿ì¿¡ ´ëºñÇؼ­ euc-kr·Î ¼³Á¤)]] ¼³Á¤ÇÑ´Ù. * ¼³Á¤³»¿ë {{{ ;;; ============================================================= ;;; 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://www.gnu.org/software/emacs/manual/html_node/File-Variables.html#File-Variables Local Variables]¿¡ codingÀ» »ý¼ºÇÑ´Ù. {{{ %%% Local Variables: %%% mode: latex %%% coding: utf-8 %%% End: }}} 1. `C-x C-s`·Î ÀúÀåÇÑ ÈÄ modelineÀÌ `--(Unix)`¿¡¼­ `-u(Unix)--`·Î º¯°æµÈ °ÍÀ» È®ÀÎÇÑ´Ù. [[FootNote]]= AUCTeX ¼³Á¤ = = Tips = = ½ºÅ©¸°¼¦ =