Dox
2013-08-19 18:08:25 UTC
Hi everyone.
I'm an Emacs user with no-taste for AucTex... Why?, it changes some of the default Emacs configuration which I use often!
Reading the documentation for the default tex-mode (or latex-mode), I found the way to include new environments on the list of blocks
;; ---------- New environments for LaTeX
(setq latex-block-names '("theorem" "corollary" "proof" "frame" "block" "alertblock" "definition" "example" "align" "align*" "columns" "tikzpicture" "axis" "cases" "matrix" "pmatrix" "vmatrix" "parts" "questions" "solution" "Ebox" "WEbox" "widetext"))
by adding the previous line to the .emacs file.
However, I haven't found a way to specify other arguments of the environment... I mean, when I use `C-c C-o` to add a table, it ask for the format, and the caption.
*Question*
How could I specify other arguments for my environments?
Cheers.
I'm an Emacs user with no-taste for AucTex... Why?, it changes some of the default Emacs configuration which I use often!
Reading the documentation for the default tex-mode (or latex-mode), I found the way to include new environments on the list of blocks
;; ---------- New environments for LaTeX
(setq latex-block-names '("theorem" "corollary" "proof" "frame" "block" "alertblock" "definition" "example" "align" "align*" "columns" "tikzpicture" "axis" "cases" "matrix" "pmatrix" "vmatrix" "parts" "questions" "solution" "Ebox" "WEbox" "widetext"))
by adding the previous line to the .emacs file.
However, I haven't found a way to specify other arguments of the environment... I mean, when I use `C-c C-o` to add a table, it ask for the format, and the caption.
*Question*
How could I specify other arguments for my environments?
Cheers.