(custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(LaTeX-default-environment "enumerate") '(LaTeX-default-options (quote ("12pt"))) '(LaTeX-default-style "amsart") '(LaTeX-float "h") '(LaTeX-style-list (quote (("book") ("article") ("letter") ("slides") ("report") ("amsart")))) '(TeX-command-list (quote (("TeX" "tex '\\nonstopmode\\input %t'" TeX-run-TeX nil t) ("TeX Interactive" "tex %t" TeX-run-interactive nil t) ("LaTeX" "%l '\\nonstopmode\\input{%t}'" TeX-run-LaTeX nil t) ("LaTeX Interactive" "%l %t" TeX-run-interactive nil t) ("LaTeX2e" "latex2e '\\nonstopmode\\input{%t}'" TeX-run-LaTeX nil t) ("View" "%v " TeX-run-silent nil nil) ("View PS" "FILE=`echo %t | sed -e 's/.tex/.ps/'`; (gv --watch $FILE &)" TeX-run-command nil t) ("Print" "%p " TeX-run-command t nil) ("Queue" "%q" TeX-run-background nil nil) ("File" "dvips %d -o %f " TeX-run-command t nil) ("BibTeX" "bibtex %s" TeX-run-BibTeX nil nil) ("Index" "makeindex %s" TeX-run-command nil t) ("Check" "lacheck %s" TeX-run-compile nil t) ("Spell" "" TeX-run-ispell-on-document nil nil) ("Other" "" TeX-run-command t t) ("LaTeX PDF" "pdflatex '\\nonstopmode\\input{%t}'" TeX-run-LaTeX nil t) ("LaTeX PS" "FILE=`echo %t | sed -e 's/.tex//'`; latex '\\nonstopmode\\input{%t}' && PS $FILE" TeX-run-command nil t) ("Makeinfo" "makeinfo %t" TeX-run-compile nil t) ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil t) ("AmSTeX" "amstex '\\nonstopmode\\input %t'" TeX-run-TeX nil t)))) '(TeX-convert-master t t) '(TeX-dollar-sign 36 t) '(TeX-view-style (quote (("^a5$" "xdvi %d -paper a5") ("^landscape$" "xdvi %d -paper a4r -s 4") ("." "xdvi %d")))) '(c-basic-offset (quote set-from-style)) '(case-fold-search t) '(column-number-mode t) '(compilation-mode-hook (quote (ignore ignore ignore))) '(compilation-window-height 20) '(compile-auto-highlight 20) '(compile-command "make -k ") '(current-language-environment "Latin-1") '(default-input-method "latin-1-prefix") '(diff-command "diff" t) '(fill-column 80) '(font-latex-match-function-keywords nil) '(global-font-lock-mode t nil (font-lock)) '(gnuserv-program (concat exec-directory "/gnuserv")) '(grep-command "grep -n -e ") '(indent-tabs-mode nil) '(inferior-lisp-load-command "(load \"%s\") " t) '(latex-block-names nil t) '(latex-run-command "latex" t) '(line-number-mode t) '(lpr-command "lpr" t) '(modeline-3d-p t) '(paren-mode (quote paren) nil (paren)) '(pc-select-meta-moves-sexps t) '(pc-select-selection-keys-only t) '(pc-selection-mode t nil (pc-select)) '(query-user-mail-address nil) '(shell-command-default-error-buffer nil t) '(show-paren-mode t nil (paren)) '(slitex-run-command "slitex" t) '(speedbar-fetch-etags-command "etags" t) '(tex-alt-dvi-print-command "lpr -d" t) '(tex-bibtex-command "bibtex" t) '(tex-close-quote "''" t) '(tex-default-mode (quote latex-mode) t) '(tex-directory "." t) '(tex-dvi-print-command "lpr -d" t) '(tex-dvi-view-command nil t) '(tex-main-file nil t) '(tex-offer-save t t) '(tex-open-quote "``" t) '(tex-run-command "tex" t) '(tex-shell-file-name nil t) '(tex-show-queue-command "lpq" t) '(tex-start-options-string "\\nonstopmode\\input" t) '(texinfo-close-quote "''" t) '(texinfo-open-quote "``" t) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))) '(toolbar-visible-p nil) '(transient-mark-mode t) '(ultex-dollar-array-external (quote ("$|$" "\\[ | \\]" "\\begin{eqnarray*}\\label{} | \\end{eqnarray*}" "\\begin{equation}\\label{} | \\end{equation}" "\\begin{equation*} | \\end{equation*}" "\\begin{align}\\label{|} \\end{align}" "\\begin{align*} | \\end{align*}" "\\begin{gather}\\label{|} \\end{gather}" "\\begin{gather*} | \\end{gather*}" "\\begin{multline}\\label{|} \\end{multline}" "\\begin{multline*} | \\end{multline*}"))) '(ultex-use-auctex t) '(ultex-use-bib-cite t) '(ultex-use-color t) '(ultex-use-font-latex t) '(user-mail-address "inna@innaz.org") '(x-symbol-subscripts t t)) (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(default ((t (:stipple nil :background "#000000" :foreground "#ffffff" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier")))) '(background ((t (:foreground "white" :background "white")))) '(bold ((t (:size "8" :bold t)))) '(cperl-nonoverridable-face ((((class color) (background light)) (:foreground "green4")))) '(font-latex-bold-face ((((class color) (background dark)) (:inherit bold :foreground "NavajoWhite")))) '(font-latex-italic-face ((((class color) (background dark)) (:inherit italic :foreground "NavajoWhite")))) '(font-latex-math-face ((((class color) (background light)) (:background "antiquewhite2")))) '(font-latex-sedate-face ((((class color) (background light)) (:foreground "darkblue")))) '(font-lock-comment-face ((((class color) (background light)) (:foreground "red4")))) '(font-lock-constant-face ((((class color) (background light)) (:foreground "navyblue")))) '(font-lock-doc-string-face ((((class color) (background light)) (:foreground "darkgreen")))) '(font-lock-function-name-face ((((class color) (background light)) (:foreground "purple4")))) '(font-lock-keyword-face ((((class color) (background light)) (:foreground "blue4")))) '(font-lock-string-face ((((class color) (background light)) (:foreground "darkgreen")))) '(font-lock-type-face ((((class color) (background light)) (:foreground "steelblue4")))) '(paren-face-match ((((class color)) (:foreground "white" :background "blue")))) '(paren-match ((t (:background "skyblue3")))) '(pointer ((t (:foreground "black" :background "red")))) '(text-cursor ((t (:foreground "yellow" :background "black")))) '(tuareg-font-lock-operator-face ((t (:inherit font-lock-keywords-face :foreground "lightblue")))) '(x-symbol ((t (:foreground "black" :background "lightpink")))) '(x-symbol-invisible-face ((t (:foreground "black" :background "lightpink" :size "10 pt" :family "times")))) '(x-symbol-revealed-face ((((class color) (background light)) (:foreground "" :background "pink")))))