>From c29c6a7357a737f5165d577e6cc609ed7eb0f7a1 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 7 Jul 2015 16:09:08 +0200 Subject: [PATCH 2/7] org.el: Remove fixltx2e LaTeX dependency * org.el (org-latex-default-packages-alist): Remove fixltx2e. --- lisp/org.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d6e8ada..db29e8d 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -4071,7 +4071,6 @@ header, or they will be appended." (defcustom org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("T1" "fontenc" t) - ("" "fixltx2e" nil) ("" "graphicx" t) ("" "grffile" t) ("" "longtable" nil) @@ -4094,7 +4093,6 @@ The packages in this list are needed by one part or another of Org mode to function properly: - inputenc, fontenc: for basic font and character selection -- fixltx2e: Important patches of LaTeX itself - graphicx: for including images - grffile: allow periods and spaces in graphics file names - longtable: For multipage tables -- 2.4.5