Ikumi Keita | 8 May 2012 16:37
Picon

patch for small doc fix

Dear AUCTeX developpers,

 Here is a small patch to make AUCTeX conform to elisp coding
conventions quoted below from emacs lisp reference, with an addition of
the command "textasteriskcentered" to LaTeX default completion
candidates.  I hope this helps.

   * When you mention a default value in a minibuffer prompt, put it
     and the word `default' inside parentheses.  It should look like
     this:

          Enter the answer (default 42):

   * Many commands that take a long time to execute display a message
     that says something like `Operating...' when they start, and
     change it to `Operating...done' when they finish.  Please keep the
     style of these messages uniform: _no_ space around the ellipsis,
     and _no_ period after `done'.

Regards,
Ikumi Keita

--- tex.el-11.86	2010-02-21 00:01:35.000000000 +0900
+++ tex.el	2012-05-05 03:20:35.000000000 +0900
 <at>  <at>  -1816,7 +1816,7  <at>  <at> 
     (let* ((default (TeX-dwim-master))
 	   (name (or (and (eq 'dwim TeX-master) default)
 		     (condition-case nil
-			 (read-file-name (format "Master file: (default %s) "
+			 (read-file-name (format "Master file (default %s): "
(Continue reading)

Marcel | 27 May 2012 16:30
Picon

Cleveref style and RefTeX support

Hi developers,

I tried to add basic support for the cleveref [1] package to 
auctex/reftex and want to contribute my results. Attached are a style 
file and a patch for reftex. It would be nice, if they could be 
integrated into auctex/reftex.

As I said, the support is basic; the "range" macros and macros, which 
allow comma separated arguments, would need some care. Perhaps someone 
could give me some starting points.

Also, let me express, that auctex+emacs IMHO is the best LaTeX editor. 
Many thanks for that great tool.

Regards,
Marcel

[1] http://www.ctan.org/pkg/cleveref
Attachment (cleveref.el): text/x-emacs-lisp, 3889 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Gmane