]> git.lyx.org Git - features.git/blobdiff - development/FORMAT
Very basic support for unicode-math
[features.git] / development / FORMAT
index 356bf4c90356fa2ab6559517370520253cafacb3..80d6ab374b1369af60f5e82cb75359b90d8a6526 100644 (file)
@@ -11,22 +11,112 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+
+2012-09-24 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 443: basic support for unicode-math:
+         Empty file format change (in case it turns out we need to
+         do something).
+
+2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 442: support for the newtxmath fonts:
+         - \usepackage{newtxmath} > \font_math newtxmath
+         - \usepackage[libertine]{newtxmath} > \font_math libertine-ntxm
+         - \usepackage[minion]{newtxmath} > \font_math minion-ntxm
+
+2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 441:
+         - rename fonts: mdbch > md-charter, mdput > md-utopia, mdugm > md-garamond
+         - add support for the mathdesign fonts without loading mathfonts
+           (via \renewcommand{\rmfamily}{mdbch|mdput|mdugm}
+
+2012-09-22 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 440:
+         Math (TeX) font UI.
+         New Buffer param "\font_math <value>",
+         supported values are:
+         * "auto": automatically adapt math font (the status quo ante).
+         * "default": use class default, i.e. prevent TeX font packages
+           from changing the math font, if possible.
+         * "eulervm": use the eulervm package.
+
+2012-09-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 439 
+         Support for the MinionPro LaTeX font.
+
+2012-08-23 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 438 
+         Support for some IPA macros that are not unicoded.
+         (1) tone symbols from tipa's "tone" subpackage:
+         -- \tone{51} => \IPAChar \tone{51}
+         -- \tone{15} => \IPAChar \tone{15}
+         -- \tone{45} => \IPAChar \tone{45}
+         -- \tone{12} => \IPAChar \tone{12}
+         -- \tone{454} => \IPAChar \tone{454}
+         (2) TIPA tie bars:
+         -- \toptiebar{<content>} =>
+             \begin_inset IPADeco toptiebar
+             status open
+
+             \begin_layout Plain Layout
+             <content>
+             \end_layout
+
+             \end_inset
+         -- \bottomtiebar{<content>} =>
+             \begin_inset IPADeco bottomtiebar
+             status open
+
+             \begin_layout Plain Layout
+             <content>
+             \end_layout
+
+             \end_inset
+
+2012-08-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 437 
+         Support for the TeX Gyre LaTeX fonts.
+
+2012-08-18 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 436 
+         Support for the mathdesign LaTeX fonts.
+
+2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 435 
+         Support for the txtt LaTeX font.
+
+2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 434 
+         Support for the libertine LaTeX font.
+
+2012-06-22 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 433 
+         switch the Armenian language support from ArmTeX to XeTeX/polyglossia
+
+2012-06-08 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 432 
+         support for the document languages ancientgreek, coptic, divehi, hindi,
+         kurmanji, lao, marathi, occitan, sanskrit, syriac, tamil, telugu and urdu
+
+2012-05-06 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+       * Format incremented to 431
+         Add \use_package amssymb
+
 2012-04-16 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
-       * Format incremented to 430 (2773345)
+       * Format incremented to 430
          Support \lstlistoflistings in InsetTOC
 
 2012-03-21 Uwe Stöhr <uwestoehr@web.de>
-       * Format incremented to 429 (ea54461d85)
+       * Format incremented to 429
          support for table rotation
          (table option "rotate" specifies now a number with the rotation angle)
 
 2012-03-16 Uwe Stöhr <uwestoehr@web.de>
-       * Format incremented to 428 (7a46910f)
+       * Format incremented to 428
          support for table cell rotation
          (table cell option "rotate" specifies now a number with the rotation angle)
 
 2012-03-06 Jürgen Spitzmüller <spitz@lyx.org>
-       * Format incremented to 427 (r40867)
+       * Format incremented to 427
          Add native TIPA inset.
 
 2012-02-20 Uwe Stöhr <uwestoehr@web.de>