Index: tabularx.el =================================================================== RCS file: /sources/auctex/auctex/style/tabularx.el,v retrieving revision 1.1 diff -u -u -r1.1 tabularx.el --- tabularx.el 22 Feb 2009 14:50:24 -0000 1.1 +++ tabularx.el 18 Feb 2013 11:08:00 -0000 @@ -1,6 +1,6 @@ ;;; tabularx.el --- AUCTeX style for the tabularx package. -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2013 Free Software Foundation, Inc. ;; Author: Ralf Angeli ;; Maintainer: address@hidden @@ -47,6 +47,9 @@ ;; tabular* environment. However, the supported tokens in the ;; format can differ, so at some point in time we might want to ;; separate tabular* and tabularx. - '("tabularx" LaTeX-env-tabular*)))) + '("tabularx" LaTeX-env-tabular*)) + + ;; `tabularx' requires array to define the column types + (TeX-run-style-hooks "array"))) ;;; tabularx.el ends here