X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=314f9b0b20a454676b957bcbe013d30de1d3f0f0;hb=34b7650cbbe6a9ed2de812e75771451b8c8fe983;hp=e2f0c908ced9543999984c4e6a6b20d65016912b;hpb=0ce45c32b6b1b08238aee59744108f2abfffae67;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index e2f0c908ce..314f9b0b20 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,77 @@ LyX file-format changes ----------------------- +2006-08-14 Georg Baum + + * format incremented to 249: Unicode + + LyX documents are now always encoded in utf8. The value of + \inputencoding does now only determine the encoding of the created + LaTeX file. + Up to format 248 the value of \inputencoding did also determine the + encoding of the LyX file: + + \inputencoding LyX file encoding + auto as determined by the document language + default latin1 + everything else as determined by \inputencoding + +2006-07-03 Georg Baum + + * format incremented to 248: Basic booktabs support + + The tag has a new switch: booktabs="true|false". + An absent switch is equivalent to booktabs="false". + Horizontal lines are set with the booktabs package if this switch + is on. + + The tag of tabulars has the following new attributes: + topspace, bottomspace and interlinespace. All take a LyXLength + as value, or the special keyword "default". + +2006-06-10 Jürgen Spitzmüller + + * format incremented to 247. The Grand Font Interface Rewrite. + (1) Split font selection to rm, sf, tt: + \fontscheme -> \font_roman, \font_sans, \font_typewriter + Change 246->247: + \fontscheme \font_roman \font_sans \font_typewriter + default default default default + ae ae default default + times times default default + palatino palatino default default + helvet default helvet default + avant default avant default + newcent newcent default default + bookman bookman default default + pslatex times (or \usepackage{pslatex}) + New 246->247: + \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}), + lmodern, charter, utopia, ccfonts, chancery, beraserif + (-> \usepackage{}) + \font_sans: cmss, lmss, cmbr + (-> \renewcommand{\sfdefault}{}) + berasans (-> \usepackage{}) + \font_typewriter: cmtt, lmtt, cmtl, + (-> \renewcommand{\sfdefault}{}) + courier, luximono, beramono + (-> \usepackage{}) + (2) New param \font_default_family (rmdefault, sfdefault, ttdefault) + (3) New param \font_sc (true, false). + (4) New param \font_osf (true, false). + (5) New param \font_sf_scale (float) + (6) New param \font_tt_scale (float) + Support for the following fonts has been added: + bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely), + courier, lmodern, luximono, utopia. + Support for the following font has been removed: + pslatex (it's superseded by mathptmx (times)). + +2006-06-03 Martin Vermeer + + * format incremented to 246. The framed.sty package is + now supported with note types framed and shaded. + 2005-10-12 Jürgen Spitzmüller * format incremented to 245. The \quotes_times parameter @@ -296,6 +367,26 @@ Paragraph text. * attribute valignment="center" is replaced by valignment="middle" for tabular columns and cells +2003-08-17 Martin Vermeer + + * Added branch inset. File format: + + branch definition in the header: + \branch + \selected 0 0/1 + \color #rrggbb + \end_branch + + \begin_inset Branch + collapsed false true/false + + \begin_layout Standard + + + \end_layout + + \end_inset + 2003-07-28 José Matos * \the_end is replaced with \end_document