X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=f9f729c5faa536584538563dd4d8661fdd8384ee;hb=81500fc99b8a2f28bf429c159713784b1715bc63;hp=b028fb1954e502fee1f2b8c9823c725b84504279;hpb=ba1d137769423af8cddd31c6f21f1ab5374c0397;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index b028fb1954..f9f729c5fa 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -11,31 +11,128 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx. ----------------------- +2012-12-09 Jürgen Spitzmüller + * Format incremented to 452: Support for beamer block arguments: + \begin{block}{title} + + * Format incremented to 451: Native support for beamer action/overlay arguments. + \command => \begin_inset Argument 1 + +2012-12-04 Jürgen Spitzmüller + * Format incremented to 450: Support for the URW Garamond LaTeX fonts. + - \usepackage{garamondx} > \font_serif garamondx + - [osf], [osfI] > \font_osf true + - \usepackage[garamondx]{newtxmath} > \font_math garamondx-ntxm + Also (fallback): + - \renewcommand{\sffamily}{ugm} > \font_serif garamondx + +2012-11-29 Jürgen Spitzmüller + * Format incremented to 449: Support for \item arguments. + Item arguments have the prefix "item:" and a number determining + the order. + \begin_inset Argument item:1 + ... + \end_inset + => \item[...] + +2012-11-25 Kayvan Sylvan + * Format incremented to 448: Change Noweb literate style Scrap + to Chunk to be consistent with all the other literate tools + (including noweb!) and add the needed preamble bits to Noweb + module support, also remove the literate-* layouts. + +2012-11-24 Uwe Stöhr + * Format incremented to 447: No changes in the file format + This format change was added to force the lyx2lyx conversion + for layout files using the new InsetArgument feature. + (see previous fileformat change 446) + +2012-11-19 Jürgen Spitzmüller + * Format incremented to 446: Change of InsetArgument syntax. + InsetArgument now has a numeric identifier which determines + its position (in the LaTeX output): + \begin_inset Argument 1 + ... + \end_inset + Pre-2.1 documents' arguments all get the number "999", and then + InsetArgument::updateBuffer() computes the correct number. + This is because lyx2lyx has no access to layouts and hence does + not know how many optional arguments a layout can have (if a command + has two optional and one mandatory arguments and only one optional + is actually given, the mandatory arg still must get number 3). + +2012-10-20 Liviu Andronic + * 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 + * 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 + * 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 * Format incremented to 442: support for the newtxmath fonts: - - \usepackage{newtxmath} > \math_font newtxmath - - \usepackage[libertine]{newtxmath} > \math_font libertine-ntxm - - \usepackage[minion]{newtxmath} > \math_font minion-ntxm + - \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 * 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} + - 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 * Format incremented to 440: Math (TeX) font UI. - New Buffer param "\math_font ", + New Buffer param "\font_math ", 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. + 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 * 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 * Format incremented to 438 @@ -69,18 +166,37 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx. 2012-08-19 Jürgen Spitzmüller * 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 * 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 * Format incremented to 435 Support for the txtt LaTeX font. + - \renewcommand{\ttdefault}{txtt} > \font_typewriter txtt 2012-08-17 Jürgen Spitzmüller * 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 * Format incremented to 433