Loads of misc updates
[syinit] / 05-latex-sy.el
index 72e873c..9d86811 100644 (file)
@@ -1,11 +1,11 @@
 ;; 05-latex-sy.el --- LaTeX Settings   -*- Emacs-Lisp -*-
 
-;; Copyright (C) 2007 - 2012 Steve Youngs
+;; Copyright (C) 2007 - 2013 Steve Youngs
 
 ;;     Author: Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;;    Created: <2007-12-02>
-;; Time-stamp: <Saturday Jun 23, 2012 13:00:04 steve>
+;; Time-stamp: <Friday Aug 16, 2013 09:44:34 steve>
 ;;   Download: <http://bastard.steveyoungs.com/~steve/SXEmacs/inits/>
 ;;   HTMLised: <http://bastard.steveyoungs.com/~steve/SXEmacs/htmlinits/05-latex-sy.html>
 ;;   Git Repo: git clone http://git.sxemacs.org/syinit
@@ -69,7 +69,7 @@
 (require 'reftex)
 (require 'reftex-vars)
 ;(require 'latex-units)
-(require 'font-latex)
+;(require 'font-latex)
 
 ;:*=======================
 ;:* Shutup the byte-compiler
@@ -141,20 +141,9 @@ Replacement for count-lines-region."
 ;: RefTeX is a minor mode with distinct support for \ref, \label and
 ;: \cite commands in (multi-file) LaTeX documents.
 (setq 
- reftex-default-label-alist-entries '(Sideways 
-                                     AMSTeX 
-                                     amsmath
-                                     endnotes
-                                     fancybox
-                                     floatfig
-                                     longtable
-                                     picinpar
-                                     rotating
-                                     sidecap
-                                     subfigure
-                                     supertab
-                                     wrapfig
-                                     LaTeX)
+ reftex-default-label-alist-entries
+ '(Sideways AMSTeX amsmath endnotes fancybox floatfig longtable
+           picinpar rotating sidecap subfigure supertab wrapfig LaTeX)
  reftex-enable-partial-scans t
  reftex-extra-bindings t
  reftex-guess-label-type t