diff options
| author | tslil <> | 2022-04-17 09:47:41 -0400 |
|---|---|---|
| committer | tslil <> | 2022-04-17 09:47:41 -0400 |
| commit | 50761b71515b5b4a0c24a85d99e3d8b1fe6040f3 (patch) | |
| tree | 1fe3043c21e57389b77e79040896be2d6c2c0502 /emacs/inits | |
| parent | 8b4219a5477ca880273a733e5a120c0c5ded0c44 (diff) | |
Minor latex tweaks
Diffstat (limited to 'emacs/inits')
| -rw-r--r-- | emacs/inits/24-latex.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el index 2c1463a..96b0428 100644 --- a/emacs/inits/24-latex.el +++ b/emacs/inits/24-latex.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-09-27 08h45 EDT (academic)> +;; Time-stamp: <2022-04-02 11h53 EDT (academic)> (defvar latex-template-dir (expand-file-name "~/typeset/latex-templates")) (defun prompt-latex-file-template () @@ -28,7 +28,7 @@ populated from the directory *latex-template-dir*" :ensure auctex :bind (:map LaTeX-mode-map ("<" . LaTeX-insert-left-brace) - ("|" . LaTeX-insert-left-brace) + ;; ("|" . LaTeX-insert-left-brace) ("'" . better-TeX-insert-single-quote) ;; ("TAB" . LaTeX-indent-line) ("M-TAB" . TeX-complete-symbol) @@ -157,6 +157,7 @@ populated from the directory *latex-template-dir*" (?> ("\\to" "\\rightharpoonup" "\\xrightarrow")) (?B ("\\bullet")) (?C ("\\widecheck{?}" "\\check{?}")) + (?f ("\\varphi" "\\phi")) (?F ("\\Phi" "\\Varphi")) (?M ("\\begin{bsmallmatrix}?\\end{bsmallmatrix}")) (?P ("\\Prod{?}" "\\Pi" "\\partial")) |
