commit aa1698ede0cbc32a277140f7de0046e5574e82e7
Author: Juergen Spitzmueller <[email protected]>
Date: Mon Oct 23 13:49:03 2017 +0200
More accurate description of fixltx2e state.
---
lib/layouts/fixltx2e.module | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/lib/layouts/fixltx2e.module b/lib/layouts/fixltx2e.module
index 6e3f41c..99d5e21 100644
--- a/lib/layouts/fixltx2e.module
+++ b/lib/layouts/fixltx2e.module
@@ -1,12 +1,11 @@
#\DeclareLyXModule{Fix LaTeX}
#DescriptionBegin
#Loads the LaTeX package fixltx2e which contains some bug fixes for LaTeX.
-#Those fixes are not part of the LaTeX kernel because of backward
compatibility.
+#Those fixes were not part of older LaTeX kernels because of backward
compatibility.
#If you use this module your typeset document may look different
-#when you process it with future LaTeX versions, because fixltx2e may provide
-#more bugfixes in future versions.
-#Note that the recent LaTeX kernel (2015/01/01) includes fixltx2e,
-#so the fixltx2e module becomes obsolete as of TeXLive 2015.
+#with different LaTeX versions, depending on the respective version of
fixltx2e.
+#NOTE: recent LaTeX kernels (as of 2015/01/01) include the functionality of
+#fixltx2e, so the fixltx2e module becomes obsolete with newer LaTeX
distributions.
#DescriptionEnd
# Author : Georg Baum <[email protected]>