--- lscape.el 2012-12-26 19:58:11.000000000 +0100 +++ lscape.el.ok 2013-04-05 12:30:04.000000000 +0200 @@ -34,9 +34,9 @@ "lscape" (lambda () (LaTeX-add-environments - "landscapee")) + "landscape") ;; lscape uses graphics internally to handle the work - (TeX-run-style-hooks "graphics")) + (TeX-run-style-hooks "graphics"))) (defvar LaTeX-lscape-package-options '("pdftex") "Package options for the lscape package.")