X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=a9d62bd62e9c017286e456d5d6e99836983e8d89;hb=3e7a9a51182fb56a7597bd8315a60b489bd8b9d8;hp=dd6c79802f399bf22491d0db041e9406cdd56d83;hpb=119ea9cd241e82c291e6ea06c90f5a61a707571d;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index dd6c79802f..a9d62bd62e 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -11,8 +11,394 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx. ----------------------- +2013-03-23 Georg Baum + * Format incremented to 469 + support for \caption* in longtables (fix bug 3209) + +2013-03-22 Uwe Stöhr + * Format incremented to 468: support for \mbox and \fbox + New checkbox in the box dialog to avoid using an explicit + width. + +2013-03-19 Uwe Stöhr + * Format incremented to 467: support for iwona fonts + new supported sansserif fonts "iwona", "iwonal", "iwonac" + and "iwonalc" and the math font "iwona-math" + +2013-03-17 Jürgen Spitzmüller + * Format incremented to 466: Powerdot updates. + - Support for item arguments ([...], <...>) + - Support for list option + - Support for Pause layout (like in beamer) + - Support for twocolumn layout + - Support for \onslide, \onslide* and \onslide+ via fle inset. + +2013-03-16 Jürgen Spitzmüller + * Format incremented to 465: Convert old beamer frames to new ones. + The layouts BeginFrame, BeginPlainFrame and EndFrame are now not + valied anymore (use "Frame", "PlainFrame" instead, and nesting). + +2013-02-27 Kornel Benko + * Format incremented to 464: + - Added "cancel" to the GUI handled list of LaTeX packages + +2013-02-18 Julien Rioux + * Format incremented to 463: + - Use the LyX name of encodings instead of the LaTeX names. + The LyX name must be unique, while the name used by LaTeX + not necessarily, e.g. different packages might implement + support for the same encoding. + - Add utf8-platex encoding. + +2013-02-15 Jürgen Spitzmüller + * Format incremented to 462: Support for recent libertine LaTeX fonts + a.) Support Libertine Mono: + \usepackage[scaled=$val]{libertineMono-type1} + => \font_typewriter libertine-mono + b.) Support Biolinum scaling: + \usepackage[scaled=$val]{biolinum-type1} + => \font_sans biolinum + +2013-02-11 Uwe Stöhr + * Format incremented to 461: support for kurier fonts + new supported sansserif fonts "kurier", "kurierl", "kurierc" + and "kurierlc" and the math font "kurier-math" + +2013-02-09 Uwe Stöhr + * Format incremented to 460: support for IEEE conference articles + No changes in the file format + This format change was added for the lyx2lyx conversion + +2012-12-31 Jürgen Spitzmüller + * Format incremented to 459: Introduce new beamer frames: + Frame, PlainFrame, FragileFrame (LaTeX: \begin{frame}, + \begin{frame}[plain], \begin{frame}[fragile]). These will + eventually replace the old BeginFrame, BeginPlainFrame, which + still exist. + +2012-12-30 Jürgen Spitzmüller + * Format incremented to 458: Extended caption inset support. + Former special caption layouts (e.g. of KOMA) are now proper caption + insets. + +2012-12-28 Georg Baum + * Format incremented to 457 + support for the LaTeX-package stackrel (fix bug 8464) + New buffer param \use_package stackrel + +2012-12-28 Jürgen Spitzmüller + * Format incremented to 456: Proper support for memoir \epigraph + \epigraph{text}{source} > begin_layout Epigraph, as + InsetArgument post:1 + +2012-12-22 Jürgen Spitzmüller + * Format incremented to 455: Support for beamer \frametitle + \frametitle[short]{title} > begin_layout FrameTitle + +2012-12-19 Jürgen Spitzmüller + * Format incremented to 454: + Real support for beamer overprint environment. This environment has a + list structure (with \onslide item commands). Previously, we just output + the begin/end tags, which was rather useless. Since the syntax is so + different, the old overprint layouts are converted to ERT, likewise the + reversion is to ERT. + +2012-12-15 Georg Baum + * Format incremented to 453 + support for the LaTeX-package stmaryrd (fix bug 8434) + New buffer param \use_package stmaryrd + +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} > \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: + \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 "\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: + \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 + 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{} => + \begin_inset IPADeco toptiebar + status open + + \begin_layout Plain Layout + + \end_layout + + \end_inset + -- \bottomtiebar{} => + \begin_inset IPADeco bottomtiebar + status open + + \begin_layout Plain Layout + + \end_layout + + \end_inset + +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 + switch the Armenian language support from ArmTeX to XeTeX/polyglossia + +2012-06-08 Uwe Stöhr + * 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 + * Format incremented to 431 + Add \use_package amssymb + +2012-04-16 Georg Baum + * Format incremented to 430 + Support \lstlistoflistings in InsetTOC + +2012-03-21 Uwe Stöhr + * 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 + * 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 + * Format incremented to 427 + Add native TIPA inset. + +2012-02-20 Uwe Stöhr + * Format incremented to 426 (r40784) + support for the verbatim environment + (added only a layout) + +2012-01-23 Uwe Stöhr + * Format incremented to 425 (r40663) + support for the LaTeX-package cancel (fix bug 6819) + +2012-01-09 Julien Rioux + * Format incremented to 424 (r40592) + New buffer param \cite_engine_type to specify the type of + citation labels being used, authoryear or numerical. + +2012-01-05 Georg Baum + * Format incremented to 423 (r40574) + support for the LaTeX-package mathtools (fix bug 7949) + New buffer param \use_package mathtools + +2012-01-03 Georg Baum + * Format incremented to 422 (r40563) + \use_amsmath 0/1/2 => \use_package amsmath 0/1/2 + \use_esint 0/1/2 => \use_package esint 0/1/2 + \use_mhchem 0/1/2 => \use_package mhchem 0/1/2 + \use_mathdots 0/1/2 => \use_package mathdots 0/1/2 + \use_undertilde 0/1/2 => \use_package undertilde 0/1/2 + +2011-12-18 Georg Baum + * Format incremented to 421 (r40522) + The caption flag of longtable rows is no longer exclusive to the head + and foot flags, since captions can occur in any of the two heads and + two foots. Before, captions were implicitly in head or firsthead. + For Docbook and XHTML output the caption flag "wins" over head/foot. + +2011-12-12 Julien Rioux + * Format incremented to 420 (r40484) + New buffer param \biblio_style to specify a document-wide + default bibliography style (BibTeX style for the moment). + +2011-12-09 Uwe Stöhr + * Format incremented to 419 (r40452) + support for the document languages australian and newzealand + +2011-12-08 Richard Heck + * Format incremented to 418 (r40427) + Introduce justification preference. + +2011-11-07 Julien Rioux + * Format incremented to 417 (r39982 and r40155) + Rename the japanese encodings to names understood by pLaTeX. + +2011-08-29 Uwe Stöhr + * Format incremented to 416 (r39557) + support for \negmedspace and \negthinspace outside of math + support for \hfill, \enspace, \hspace* and \hspace*{\fill} in math + No new InsetSpace parameters + +2011-07-30 Uwe Stöhr + * Format incremented to 415 (r39464) + support for the LaTeX-package undertilde (fix bug 6622) + New buffer param \use_undertilde + +2011-07-02 Pavel Sanda + * Format incremented to 414 (r39367) + New InsetSpace param \textvisiblespace + +2011-02-15 Richard Heck + * Format incremented to 413 (r37682) + New buffer param \html_css_as_file to control whether + CSS is output to header to to style file + 2011-02-03 Edwin Leuven - * Format incremented to 411 (r37471) + * Format incremented to 412 (r37471) Support tabular* : add tabularwidth parameter to tabular features