Support for dpfloat.
-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
;;; dpfloat.el --- AUCTeX style for `dpfloat.sty'

;; Author: Mads Jensen <[email protected]
;; Created: 2011-03-18
;; Keywords: tex

;;; Commentary:

;; This file adds support for `dpfloat.sty'.

;;; Code:

(TeX-add-style-hook
 "dpfloat"
 (lambda ()
   ;; New environments
   (LaTeX-add-environments
    '("leftfullpage")
    '("fullpage"))))

(defvar LaTeX-dpfloat-package-options nil
  "Package options for the dpfloat package.")

;;; dpfloat.el ends here

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to