> Due to various conveniences, it means typing about 2/3 less. Consider
>
> C-c C-, l   ;; insert a latex export block
> C-c C-'     ;; open an editing buffer
> C-c C-e     ;; select an environment
> al TAB * RET
> 
> versus
> 
> \begin{align*}    ;; insert literal text
> 
> \end{align*}      ;; insert literal test
> C-p               ;; back-up a line
> C-c C-'           ;; enter edit buffer
>  
> By my count, the first costs 12 combined keystrokes and the second costs
> 27+3=30.
You may give a try to org-cdlatex-mode, provided by cdlatex.el. It offers 
plenty of useful and convenient snippets (functions) for inserting latex 
environment in org-mode.
Yu Huang






Reply via email to