;ELC   
;;; Compiled
;;; in Emacs version 25.3.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@38 Package options for the CJK package.
(defvar LaTeX-CJK-package-options '("lowercase" "global" "local" "active" "encapsulated") (#$ . 410))
#@49 List of encodings supported by the CJK package.
(defvar LaTeX-CJK-enc-list '("Bg5" "Bg5+" "HK" "GB" "GBt" "GBK" "JIS" "JIS2" "SJIS" "KS" "UTF8" "CNS1" "CNS2" "CNS3" "CNS4" "CNS5" "CNS6" "CNS7" "CEFX" "CEFY") (#$ . 555))
#@104 Prompt for the arguments of ENV and insert it.
The function can be used for CJK and CJK* environments.
(defalias 'LaTeX-env-CJK #[(env) "\303\304\305!\211G\306U?\205 \307\310	\")\307\311\312\313\314\315\n\"\"\"\307\311\304\316!\"Q\"\207" [env font-enc LaTeX-CJK-enc-list LaTeX-insert-environment TeX-read-string "(Optional) Font encoding: " 0 format "[%s]" "{%s}" completing-read "Encoding: " mapcar list "Font family: "] 11 (#$ . 782)])
(TeX-add-style-hook "CJK" #[nil "\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\332\333\334&\210\335\336\337\"\207" [TeX-add-symbols ("CJKencfamily" ["Font encoding"] "Encoding" "Font family") ("CJKchar" ["Encoding"] "First byte" "Second byte") ("CJKcaption" 1) ("CJKfamily" 1) ("CJKfontenc" "Encoding" "Font encoding") ("CJKenc" 1) ("Unicode" "First byte" "Second byte") ("CJKsymbols" 2) ("CJKsymbol" 1) "CJKbold" "CJKnormal" "CJKboldshift" "CJKCJKchar" "CJKhangulchar" "CJKlatinchar" "CJKhwkatakana" "CJKnohwkatakana" "CJKglue" "CJKtolerance" "CJKtilde" "nbs" "standardtilde" "CJKspace" "CJKnospace" "CJKindent" ("CJKaddEncHook" 2) "CJKkern" "CJKverbatim" LaTeX-add-environments ("CJK" LaTeX-env-CJK) ("CJK*" LaTeX-env-CJK)] 29] LaTeX-dialect)
