]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
* sk.po
[lyx.git] / development / FORMAT
index 2e685f4b3f6d74f52cf0ecd5976fb4bf94defe41..2cb24d31a19fa860004de73e1089c5880aca24ac 100644 (file)
@@ -11,6 +11,175 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+
+2012-10-20 Liviu Andronic <landronimirc@gmail.com>
+       * Format incremented to 445: support for the URW Classico font,
+         an Optima clone.
+         - \renewcommand{\sffamily}{uop} > \font_sans uop
+
+2012-09-25 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 444: Support for the Biolinum LaTeX font.
+         - \usepackage{biolinum-type1} > \font_sans biolinum
+            - [lf], [lining] > \font_osf false
+            - [osf], [oldstyle], no option > \font_osf true
+         - \usepackage{libertine-legacy} or
+           \usepackage{libertine} > \font_sans biolinum
+            - [nf], no option > \font_osf false
+            - [osf] > \font_osf true
+
+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:
+           \renewcommand{\rmfamily}{mdbch} >  \font_roman md-charter
+                                              \font_math default
+           \renewcommand{\rmfamily}{mdput} >  \font_roman md-utopia
+                                              \font_math default
+           \renewcommand{\rmfamily}{mdugm} >  \font_roman md-garamond
+                                              \font_math default
+
+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:
+           \renewcommand{\rmdefault}{lmr} >      \font_roman lmodern
+                                                 \font_math default
+            \usepackage[onlytext,lf]{MinionPro} > \font_roman minionpro
+                                                  \font_math default
+            \usepackage[onlytext]{MinionPro} >    \font_roman minionpro
+                                                  \font_osf true
+                                                  \font_math default
+            \renewcommand{\rmdefault}{ppl} >      \font_roman palatino
+                                                  \font_math default
+            \renewcommand{\rmdefault}{pplj} >     \font_roman palatino
+                                                  \font_osf true
+                                                  \font_math default
+            \renewcommand{\rmdefault}{ptm} >      \font_roman times
+                                                  \font_math default
+            \renewcommand{\rmdefault}{futs} >     \font_roman utopia
+                                                  \font_math default
+            \renewcommand{\rmdefault}{futj} >     \font_roman utopia
+                                                  \font_osf true
+                                                  \font_math default
+         * "eulervm": use the eulervm package (\usepackage{eulervm}.
+
+2012-09-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 439 
+         Support for the MinionPro LaTeX font.
+         - \usepackage{MinionPro} > \font_roman minionpro
+         - [osf], [oldstyle], no option > \font_osf true
+         - [lf], [lining] > \font_osf false
+
+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.
+         - \usepackage{tgadventor} > \font_sans tgadventor
+         - \usepackage{tgbonum} > \font_roman tgbonum
+         - \usepackage{tgchorus} > \font_roman tgchorus
+         - \usepackage{tgcursor} > \font_typewriter tgcursor
+         - \usepackage{tgheros} > \font_sans tgheros
+         - \usepackage{tgpagella} > \font_roman tgpagella
+         - \usepackage{tgschola} > \font_roman tgschola
+         - \usepackage{tgtermes} > \font_roman tgtermes
+
+2012-08-18 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 436 
+         Support for the mathdesign LaTeX fonts.
+         - \usepackage[mdbch]{mathdesign} > \font_roman md-charter
+         - \usepackage[mdput]{mathdesign} > \font_roman md-utopia
+         - \usepackage[mdugm]{mathdesign} > \font_roman md-garamond
+
+2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 435 
+         Support for the txtt LaTeX font.
+         - \renewcommand{\ttdefault}{txtt} > \font_typewriter txtt
+
+2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 434 
+         Support for the libertine LaTeX font.
+         - \usepackage{libertine-type1} > \font_roman libertine
+            - [lf], [lining] > \font_osf false
+            - [osf], [oldstyle], no option > \font_osf true
+         - \usepackage{libertine-legacy} or
+           \usepackage{libertine} > \font_roman libertine
+            - [nf], no option > \font_osf false
+            - [osf] > \font_osf true
+
+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
+         Support \lstlistoflistings in InsetTOC
+
+2012-03-21 Uwe Stöhr <uwestoehr@web.de>
+       * 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
+         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
+         Add native TIPA inset.
+
 2012-02-20 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 426 (r40784)
          support for the verbatim environment