]> git.lyx.org Git - features.git/commitdiff
backporting tex2lyx: the status entries + some fixed typos
authorUwe Stöhr <uwestoehr@web.de>
Wed, 26 Oct 2011 01:56:16 +0000 (01:56 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 26 Oct 2011 01:56:16 +0000 (01:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39998 a592a061-630c-0410-9148-cb99ea01b6c8

status.20x

index 0c3bb49cbe43e3b736b5b3679b57dbd45e4bc0db..334e64b47927f2f3aafa6c70b4cd701b844f1840 100644 (file)
@@ -33,8 +33,27 @@ What's new
 - XHTML export now respects font color and background color from 
   Document->Settings->Colors.
 
+** TeX2LyX IMPROVEMENTS
+
 - tex2lyx produces now the current file format 413.
 
+- the font packages utopia, fourier, ccfonts, chancery and beraserif
+  are now recognized
+
+- if no language package is set, or if a language package is set that
+  works independently of babel and polyglossia, tex2lyx recognizes this
+  now
+
+- the setting of the document-wide background color and text color
+  (\color, \pagecolor), the background color of shaded boxes and the
+  text color of greyed-out notes is now recognized
+
+- phantom spaces are recognized (\phantom, \hphanton, \vphantom)
+
+- the LaTeX command \rule is recognized
+
+- recognized custom width for nomenclature list (\printnomenclature)
+
 
 * USER INTERFACE
 
@@ -52,8 +71,6 @@ What's new
   text which is not explicitly marked in a different language, irrespective
   of the multilingual status, except for LTR<=>RTL changes.
 
-- disable impossible settings in context menu of boxes (bug 7849).
-
 - Augmented the tex2lyx --help message with the default paths (bug 6827).
 
 - New command-line switch -v (--version) for tex2lyx showing build information
@@ -79,7 +96,7 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix execution of biber with MikTeX.
+- Fix execution of biber with MiKTeX.
 
 - Fix parsing of branch names containing spaces.
 
@@ -105,6 +122,10 @@ What's new
 
 - Fix handling of relative paths used in the preamble or ERT (bug 7835).
 
+- Disable impossible settings in context menu of boxes (bug 7849).
+
+- Fix tex2lyx handling of recognized roman fonts (bug 7856).
+
 
 * USER INTERFACE
 
@@ -143,7 +164,7 @@ What's new
   or implicit selection.
 
 - Fix on-screen display of graphics when the name of the temporary directory
-  contains non-ascii characters (bug 7621).
+  contains non-ASCII characters (bug 7621).
 
 - Fix the tab ordering of widgets in the Document->Settings and
   Tools->Preferences panels.