]> git.lyx.org Git - lyx.git/blob - development/FORMAT
aa.layout: updated for A&A 8.2
[lyx.git] / development / FORMAT
1 LyX file-format changes
2 -----------------------
3
4 Please keep the entries informative enough, i.e. try to indicate what
5 changes happened in particular if possible. A good example would be 
6 2010-01-10 entry. 
7
8 Please also indicate the revision at which your change was committed. 
9 This will help later people understand what you did, especially as 
10 adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
11
12 -----------------------
13
14 2013-05-26 Uwe Stöhr <uwestoehr@web.de>
15         * Format incremented to 472: added 2 new abstract styles to the
16           aa.layout file
17
18 2013-05-16 Julien Rioux <jrioux@lyx.org>
19         * Format incremented to 471
20           New \cite_engine_type default. The default citation
21           capability of LaTeX is not a pure numerical engine,
22           rather it uses a mixture of labels/numbers.
23
24 2013-05-15 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
25         * Format incremented to 470
26           forced local layouts for future layout backward compatibility:
27           \begin_forced_local_layout, \end_forced_local_layout
28
29 2013-03-23 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
30         * Format incremented to 469
31           support for \caption* in longtables (fix bug 3209)
32
33 2013-03-22 Uwe Stöhr <uwestoehr@web.de>
34         * Format incremented to 468: support for \mbox and \fbox
35           New checkbox in the box dialog to avoid using an explicit
36           width. An empty/missing length can be specified as "".
37
38 2013-03-19 Uwe Stöhr <uwestoehr@web.de>
39         * Format incremented to 467: support for iwona fonts
40           new supported sansserif fonts "iwona", "iwonal", "iwonac"
41           and "iwonalc" and the math font "iwona-math"
42
43 2013-03-17 Jürgen Spitzmüller <spitz@lyx.org>
44         * Format incremented to 466: Powerdot updates.
45           - Support for item arguments ([...], <...>)
46           - Support for list option
47           - Support for Pause layout (like in beamer)
48           - Support for twocolumn layout
49           - Support for \onslide, \onslide* and \onslide+ via fle inset.
50
51 2013-03-16 Jürgen Spitzmüller <spitz@lyx.org>
52         * Format incremented to 465: Convert old beamer frames to new ones.
53           The layouts BeginFrame, BeginPlainFrame and EndFrame are now not
54           valied anymore (use "Frame", "PlainFrame" instead, and nesting).
55
56 2013-02-27 Kornel Benko <kornel@lyx.org>
57         * Format incremented to 464:
58           - Added "cancel" to the GUI handled list of LaTeX packages
59
60 2013-02-18 Julien Rioux <jrioux@lyx.org>
61         * Format incremented to 463:
62           - Use the LyX name of encodings instead of the LaTeX names.
63             The LyX name must be unique, while the name used by LaTeX
64             not necessarily, e.g. different packages might implement
65             support for the same encoding.
66           - Add utf8-platex encoding.
67
68 2013-02-15 Jürgen Spitzmüller <spitz@lyx.org>
69         * Format incremented to 462: Support for recent libertine LaTeX fonts
70           a.) Support Libertine Mono:
71           \usepackage[scaled=$val]{libertineMono-type1} 
72            => \font_typewriter libertine-mono
73           b.) Support Biolinum scaling:
74           \usepackage[scaled=$val]{biolinum-type1}
75            => \font_sans biolinum
76
77 2013-02-11 Uwe Stöhr <uwestoehr@web.de>
78         * Format incremented to 461: support for kurier fonts
79           new supported sansserif fonts "kurier", "kurierl", "kurierc"
80           and "kurierlc" and the math font "kurier-math"
81           
82 2013-02-09 Uwe Stöhr <uwestoehr@web.de>
83         * Format incremented to 460: support for IEEE conference articles
84           No changes in the file format
85           This format change was added for the lyx2lyx conversion
86
87 2012-12-31 Jürgen Spitzmüller <spitz@lyx.org>
88         * Format incremented to 459: Introduce new beamer frames:
89           Frame, PlainFrame, FragileFrame (LaTeX: \begin{frame},
90           \begin{frame}[plain], \begin{frame}[fragile]). These will
91           eventually replace the old BeginFrame, BeginPlainFrame, which
92           still exist.
93
94 2012-12-30 Jürgen Spitzmüller <spitz@lyx.org>
95         * Format incremented to 458: Extended caption inset support.
96         Former special caption layouts (e.g. of KOMA) are now proper caption
97         insets.
98
99 2012-12-28 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
100         * Format incremented to 457
101           support for the LaTeX-package stackrel (fix bug 8464)
102           New buffer param \use_package stackrel
103
104 2012-12-28 Jürgen Spitzmüller <spitz@lyx.org>
105         * Format incremented to 456: Proper support for memoir \epigraph
106           \epigraph{text}{source} > begin_layout Epigraph, <source> as
107           InsetArgument post:1
108
109 2012-12-22 Jürgen Spitzmüller <spitz@lyx.org>
110         * Format incremented to 455: Support for beamer \frametitle
111           \frametitle<overlay>[short]{title} > begin_layout FrameTitle
112
113 2012-12-19 Jürgen Spitzmüller <spitz@lyx.org>
114         * Format incremented to 454:
115           Real support for beamer overprint environment. This environment has a
116           list structure (with \onslide item commands). Previously, we just output
117           the begin/end tags, which was rather useless. Since the syntax is so
118           different, the old overprint layouts are converted to ERT, likewise the
119           reversion is to ERT.
120
121 2012-12-15 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
122         * Format incremented to 453
123           support for the LaTeX-package stmaryrd (fix bug 8434)
124           New buffer param \use_package stmaryrd
125
126 2012-12-09 Jürgen Spitzmüller <spitz@lyx.org>
127         * Format incremented to 452: Support for beamer block arguments:
128           \begin{block}<overlay>{title}
129         
130         * Format incremented to 451: Native support for beamer action/overlay arguments.
131           \command<overlay> => \begin_inset Argument 1
132
133 2012-12-04 Jürgen Spitzmüller <spitz@lyx.org>
134         * Format incremented to 450: Support for the URW Garamond LaTeX fonts.
135           - \usepackage{garamondx} > \font_serif garamondx
136              - [osf], [osfI] > \font_osf true
137           - \usepackage[garamondx]{newtxmath} > \font_math garamondx-ntxm
138           Also (fallback): 
139           - \renewcommand{\sffamily}{ugm} > \font_serif garamondx
140
141 2012-11-29 Jürgen Spitzmüller <spitz@lyx.org>
142         * Format incremented to 449: Support for \item arguments.
143           Item arguments have the prefix "item:" and a number determining
144           the order.
145              \begin_inset Argument item:1
146              ...
147              \end_inset
148           => \item[...]
149
150 2012-11-25 Kayvan Sylvan <kayvan@sylvan.com>
151         * Format incremented to 448: Change Noweb literate style Scrap
152           to Chunk to be consistent with all the other literate tools
153           (including noweb!) and add the needed preamble bits to Noweb
154           module support, also remove the literate-* layouts.
155
156 2012-11-24 Uwe Stöhr <uwestoehr@web.de>
157         * Format incremented to 447: No changes in the file format
158           This format change was added to force the lyx2lyx conversion
159           for layout files using the new InsetArgument feature.
160           (see previous fileformat change 446)
161
162 2012-11-19 Jürgen Spitzmüller <spitz@lyx.org>
163         * Format incremented to 446: Change of InsetArgument syntax.
164           InsetArgument now has a numeric identifier which determines
165           its position (in the LaTeX output):
166             \begin_inset Argument 1
167             ...
168             \end_inset
169           Pre-2.1 documents' arguments all get the number "999", and then
170           InsetArgument::updateBuffer() computes the correct number.
171           This is because lyx2lyx has no access to layouts and hence does
172           not know how many optional arguments a layout can have (if a command
173           has two optional and one mandatory arguments and only one optional
174           is actually given, the mandatory arg still must get number 3).
175
176 2012-10-20 Liviu Andronic <landronimirc@gmail.com>
177         * Format incremented to 445: support for the URW Classico font,
178           an Optima clone.
179           - \renewcommand{\sffamily}{uop} > \font_sans uop
180
181 2012-09-25 Jürgen Spitzmüller <spitz@lyx.org>
182         * Format incremented to 444: Support for the Biolinum LaTeX font.
183           - \usepackage{biolinum-type1} > \font_sans biolinum
184              - [lf], [lining] > \font_osf false
185              - [osf], [oldstyle], no option > \font_osf true
186           - \usepackage{libertine-legacy} or
187             \usepackage{libertine} > \font_sans biolinum
188              - [nf], no option > \font_osf false
189              - [osf] > \font_osf true
190
191 2012-09-24 Jürgen Spitzmüller <spitz@lyx.org>
192         * Format incremented to 443: basic support for unicode-math:
193           Empty file format change (in case it turns out we need to
194           do something).
195
196 2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
197         * Format incremented to 442: support for the newtxmath fonts:
198           - \usepackage{newtxmath} > \font_math newtxmath
199           - \usepackage[libertine]{newtxmath} > \font_math libertine-ntxm
200           - \usepackage[minion]{newtxmath} > \font_math minion-ntxm
201
202 2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
203         * Format incremented to 441:
204           - rename fonts: mdbch > md-charter, mdput > md-utopia, mdugm > md-garamond
205           - add support for the mathdesign fonts without loading mathfonts:
206             \renewcommand{\rmfamily}{mdbch} >  \font_roman md-charter
207                                                \font_math default
208             \renewcommand{\rmfamily}{mdput} >  \font_roman md-utopia
209                                                \font_math default
210             \renewcommand{\rmfamily}{mdugm} >  \font_roman md-garamond
211                                                \font_math default
212
213 2012-09-22 Jürgen Spitzmüller <spitz@lyx.org>
214         * Format incremented to 440:
215           Math (TeX) font UI.
216           New Buffer param "\font_math <value>",
217           supported values are:
218           * "auto": automatically adapt math font (the status quo ante).
219           * "default": use class default, i.e. prevent TeX font packages
220             from changing the math font, if possible:
221             \renewcommand{\rmdefault}{lmr} >      \font_roman lmodern
222                                                   \font_math default
223             \usepackage[onlytext,lf]{MinionPro} > \font_roman minionpro
224                                                   \font_math default
225             \usepackage[onlytext]{MinionPro} >    \font_roman minionpro
226                                                   \font_osf true
227                                                   \font_math default
228             \renewcommand{\rmdefault}{ppl} >      \font_roman palatino
229                                                   \font_math default
230             \renewcommand{\rmdefault}{pplj} >     \font_roman palatino
231                                                   \font_osf true
232                                                   \font_math default
233             \renewcommand{\rmdefault}{ptm} >      \font_roman times
234                                                   \font_math default
235             \renewcommand{\rmdefault}{futs} >     \font_roman utopia
236                                                   \font_math default
237             \renewcommand{\rmdefault}{futj} >     \font_roman utopia
238                                                   \font_osf true
239                                                   \font_math default
240           * "eulervm": use the eulervm package (\usepackage{eulervm}.
241
242 2012-09-19 Jürgen Spitzmüller <spitz@lyx.org>
243         * Format incremented to 439 
244           Support for the MinionPro LaTeX font.
245           - \usepackage{MinionPro} > \font_roman minionpro
246           - [osf], [oldstyle], no option > \font_osf true
247           - [lf], [lining] > \font_osf false
248
249 2012-08-23 Jürgen Spitzmüller <spitz@lyx.org>
250         * Format incremented to 438 
251           Support for some IPA macros that are not unicoded.
252           (1) tone symbols from tipa's "tone" subpackage:
253           -- \tone{51} => \IPAChar \tone{51}
254           -- \tone{15} => \IPAChar \tone{15}
255           -- \tone{45} => \IPAChar \tone{45}
256           -- \tone{12} => \IPAChar \tone{12}
257           -- \tone{454} => \IPAChar \tone{454}
258           (2) TIPA tie bars:
259           -- \toptiebar{<content>} =>
260               \begin_inset IPADeco toptiebar
261               status open
262
263               \begin_layout Plain Layout
264               <content>
265               \end_layout
266
267               \end_inset
268           -- \bottomtiebar{<content>} =>
269               \begin_inset IPADeco bottomtiebar
270               status open
271
272               \begin_layout Plain Layout
273               <content>
274               \end_layout
275
276               \end_inset
277
278 2012-08-19 Jürgen Spitzmüller <spitz@lyx.org>
279         * Format incremented to 437 
280           Support for the TeX Gyre LaTeX fonts.
281           - \usepackage{tgadventor} > \font_sans tgadventor
282           - \usepackage{tgbonum} > \font_roman tgbonum
283           - \usepackage{tgchorus} > \font_roman tgchorus
284           - \usepackage{tgcursor} > \font_typewriter tgcursor
285           - \usepackage{tgheros} > \font_sans tgheros
286           - \usepackage{tgpagella} > \font_roman tgpagella
287           - \usepackage{tgschola} > \font_roman tgschola
288           - \usepackage{tgtermes} > \font_roman tgtermes
289
290 2012-08-18 Jürgen Spitzmüller <spitz@lyx.org>
291         * Format incremented to 436 
292           Support for the mathdesign LaTeX fonts.
293           - \usepackage[mdbch]{mathdesign} > \font_roman md-charter
294           - \usepackage[mdput]{mathdesign} > \font_roman md-utopia
295           - \usepackage[mdugm]{mathdesign} > \font_roman md-garamond
296
297 2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
298         * Format incremented to 435 
299           Support for the txtt LaTeX font.
300           - \renewcommand{\ttdefault}{txtt} > \font_typewriter txtt
301
302 2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
303         * Format incremented to 434 
304           Support for the libertine LaTeX font.
305           - \usepackage{libertine-type1} > \font_roman libertine
306              - [lf], [lining] > \font_osf false
307              - [osf], [oldstyle], no option > \font_osf true
308           - \usepackage{libertine-legacy} or
309             \usepackage{libertine} > \font_roman libertine
310              - [nf], no option > \font_osf false
311              - [osf] > \font_osf true
312
313 2012-06-22 Uwe Stöhr <uwestoehr@web.de>
314         * Format incremented to 433 
315           switch the Armenian language support from ArmTeX to XeTeX/polyglossia
316
317 2012-06-08 Uwe Stöhr <uwestoehr@web.de>
318         * Format incremented to 432 
319           support for the document languages ancientgreek, coptic, divehi, hindi,
320           kurmanji, lao, marathi, occitan, sanskrit, syriac, tamil, telugu and urdu
321
322 2012-05-06 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
323         * Format incremented to 431
324           Add \use_package amssymb
325
326 2012-04-16 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
327         * Format incremented to 430
328           Support \lstlistoflistings in InsetTOC
329
330 2012-03-21 Uwe Stöhr <uwestoehr@web.de>
331         * Format incremented to 429
332           support for table rotation
333           (table option "rotate" specifies now a number with the rotation angle)
334
335 2012-03-16 Uwe Stöhr <uwestoehr@web.de>
336         * Format incremented to 428
337           support for table cell rotation
338           (table cell option "rotate" specifies now a number with the rotation angle)
339
340 2012-03-06 Jürgen Spitzmüller <spitz@lyx.org>
341         * Format incremented to 427
342           Add native TIPA inset.
343
344 2012-02-20 Uwe Stöhr <uwestoehr@web.de>
345         * Format incremented to 426 (r40784)
346           support for the verbatim environment
347           (added only a layout)
348
349 2012-01-23 Uwe Stöhr <uwestoehr@web.de>
350         * Format incremented to 425 (r40663)
351           support for the LaTeX-package cancel (fix bug 6819)
352
353 2012-01-09 Julien Rioux <jrioux@lyx.org>
354         * Format incremented to 424 (r40592)
355           New buffer param \cite_engine_type to specify the type of
356           citation labels being used, authoryear or numerical.
357
358 2012-01-05 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
359         * Format incremented to 423 (r40574)
360           support for the LaTeX-package mathtools (fix bug 7949)
361           New buffer param \use_package mathtools
362
363 2012-01-03 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
364         * Format incremented to 422 (r40563)
365           \use_amsmath 0/1/2    => \use_package amsmath 0/1/2
366           \use_esint 0/1/2      => \use_package esint 0/1/2
367           \use_mhchem 0/1/2     => \use_package mhchem 0/1/2
368           \use_mathdots 0/1/2   => \use_package mathdots 0/1/2
369           \use_undertilde 0/1/2 => \use_package undertilde 0/1/2
370
371 2011-12-18 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
372         * Format incremented to 421 (r40522)
373           The caption flag of longtable rows is no longer exclusive to the head
374           and foot flags, since captions can occur in any of the two heads and
375           two foots. Before, captions were implicitly in head or firsthead.
376           For Docbook and XHTML output the caption flag "wins" over head/foot.
377
378 2011-12-12 Julien Rioux <jrioux@lyx.org>
379         * Format incremented to 420 (r40484)
380           New buffer param \biblio_style to specify a document-wide
381           default bibliography style (BibTeX style for the moment).
382
383 2011-12-09 Uwe Stöhr <uwestoehr@web.de>
384         * Format incremented to 419 (r40452)
385           support for the document languages australian and newzealand
386
387 2011-12-08 Richard Heck <rgheck@lyx.org>
388         * Format incremented to 418 (r40427)
389           Introduce justification preference.
390
391 2011-11-07 Julien Rioux <jrioux@lyx.org>
392         * Format incremented to 417 (r39982 and r40155)
393           Rename the japanese encodings to names understood by pLaTeX.
394
395 2011-08-29 Uwe Stöhr <uwestoehr@web.de>
396         * Format incremented to 416 (r39557)
397           support for \negmedspace and \negthinspace outside of math
398           support for \hfill, \enspace, \hspace* and \hspace*{\fill} in math
399           No new InsetSpace parameters
400
401 2011-07-30 Uwe Stöhr <uwestoehr@web.de>
402         * Format incremented to 415 (r39464)
403           support for the LaTeX-package undertilde (fix bug 6622)
404           New buffer param \use_undertilde
405
406 2011-07-02 Pavel Sanda <sanda@lyx.org>
407         * Format incremented to 414 (r39367)
408           New InsetSpace param \textvisiblespace
409
410 2011-02-15 Richard Heck <rgheck@comcast.net>
411         * Format incremented to 413 (r37682)
412           New buffer param \html_css_as_file to control whether
413           CSS is output to header to to style file
414
415 2011-02-03 Edwin Leuven <e.leuven@gmail.com>
416         * Format incremented to 412 (r37471)
417           Support tabular* : add tabularwidth parameter to
418           tabular features
419
420 2011-02-03 Jürgen Spitzmüller <spitz@lyx.org>
421         * Format incremented to 411
422           New buffer param \language_package to allow per-document
423           language package selection (bug 2909).
424
425 2010-11-26 Richard Heck <rgheck@comcast.net>
426         * Format incremented to 410 (r36520)
427           Rename "\\begin_layout Labeling" to "\\begin_layout List"
428           in the KOMA (scr*) classes.
429
430 2010-11-26 Jürgen Spitzmüller <spitz@lyx.org>
431         * Format incremented to 409 (r36500)
432           Rename buffer param \use_xetex to \use_non_tex_fonts.
433
434 2010-11-21 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
435         * Format incremented to 408 (r36424)
436           New inset for sub/superscripts:
437           script superscript
438           script subscript
439
440 2010-11-07 Uwe Stöhr <uwestoehr@web.de>
441         * Format incremented to 407 (r36182)
442           Support for vertical offset of multirow cells.
443           New tag "mroffset" for multirow cells with an offset.
444
445 2010-11-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
446         * Format incremented to 406 (r36163)
447           Proper ERT behaviour for normal layouts. Paragraph breaks 
448           generate single \n in latex output when ParbreakIsNewline
449           is true.
450
451 2010-10-23 Vincent van Ravesteijn <vfr@lyx.org>
452         * Format incremented to 405 (r36134)
453                 Author hash numbers.
454           The authors that are used in change tracking are
455           now identified in the file by a number that represents
456           the hash value of the name and email. In this way
457           collaboration using version control leads to way less
458           merge conflicts.
459
460 2010-10-13 Richard Heck <rgheck@comcast.net>
461         * Format incremented to 404 (r35623)
462           Support for refstyle package.
463           Changed the LaTeXCommand for InsetRef from "prettyref"
464           to "formatted", where "formatted" is now interprted
465           differently, depending upon whether the new buffer param
466           use_refstyle is true or false.
467
468 2010-10-12 Richard Heck <rgheck@comcast.net>
469         * Format incremented to 403 (r35608)
470           Renaming of flex insets.
471           Changed 
472             \begin_inset Flex TAG:Style 
473           to
474             \begin_inset Flex Style
475           where TAG is Custom, CharStyle, or Element
476
477 2010-10-11 Uwe Stöhr <uwestoehr@web.de>
478         * Format incremented to 402 (r35590)
479           No new or removed parameter, used to insert a
480           clear(double)page before BibTeX inset.
481
482 2010-09-19 Ronen Abravanel <ronena@gmail.com>
483         * Format incremented to 401 (r35455)
484           Support for Feynman diagrams
485           New math command \Diagram
486
487 2010-09-07 Uwe Stöhr <uwestoehr@web.de>
488         * Format incremented to 400 (r35299)
489           Support for the LaTeX-command \rule.
490           New CommandInset "line".
491
492 2010-08-31 Uwe Stöhr <uwestoehr@web.de>
493         * Format incremented to 399 (r35241)
494           Support for the LaTeX-package mathdots.
495           New parameter \use_mathdots.
496
497 2010-07-17 Uwe Stöhr <uwestoehr@web.de>
498         * Format incremented to 398 (r34941)
499           Support \mathscr.
500           No new parameter but the mathrsfs package will be loaded.
501
502 2010-07-16 Richard Heck <rgheck@comcast.net>
503         * Format incremented to 397 (r34920)
504           Remove Nameref support
505
506 2010-07-13 Richard Heck <rgheck@comcast.net>
507         * Format incremented to 396 (r34884)
508           nameref support
509                 new commands nameref and Nameref for InsetRef
510
511 2010-07-13 Uwe Stöhr <uwestoehr@web.de>
512         * Format incremented to 395 (r34883) 
513           Support for ISO C-series paper format.
514           New parameter \papersize cxpaper with (x = 0 - 6).
515
516 2010-07-03 Uwe Stöhr <uwestoehr@web.de>
517         * Format incremented to 394 (r34748)
518           Support for makebox.
519           New box parameter \use_makebox.
520
521 2010-06-07 Richard Heck <rgheck@comcast.net>
522         * Format incremented to 393 (r34619)
523                 Renaming in LyX format: \begin_inset OptArg becomes
524           \begin_inset Argument.        
525
526 2010-06-07 Richard Heck <rgheck@comcast.net>
527         * Format incremented to 392 (r34615)
528           Dummy format change permitting Beamer files to be converted to 
529                 a new, more useful format.
530
531 2010-06-05 Edwin Leuven <e.leuven@uva.nl>
532         * Format incremented to 391 (r34598)
533           Added support for decimal alignment in tables.
534
535 2010-05-25 Pavel Sanda <sanda@lyx.org>
536         * Format incremented to 390: support for ouput sync (forward/reverse)
537         search. New boolean \forward_search and string \forward_macro.
538
539 2010-05-24 Richard Heck <rgheck@comcast.net>
540         * Format incremented to 389: remove quotes from html_latex_* params.
541
542 2010-05-18 Uwe Stöhr <uwestoehr@web.de>
543         * Format incremented to 388: support for page sizes A0-3, A6, B0-3, B6
544           and JIS B0-6
545
546 2010-04-21 Richard heck <rgheck@comcast.net>
547         * Format incremented to 387: New options for XHTML math output.
548           New BufferParams: html_math_img_scale, html_latex_start,
549           html_latex_end.
550
551 2010-04-17 Richard heck <rgheck@comcast.net>
552         * Format incremented to 386: LyX version for InsetInfo:
553           new parameters: type  "lyxinfo", arg   "version".
554
555 2010-04-08 Uwe Stöhr <uwestoehr@web.de>
556         * Format incremented to 385: support to change the background color
557           for shaded boxes: new buffer parameter \boxbgcolor
558
559 2010-04-03 Uwe Stöhr <uwestoehr@web.de>
560         * Format incremented to 384: support to specify a document-wide
561           font color: new buffer parameter \fontcolor
562
563 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
564         * Format incremented to 383: support for Turkmen
565
566 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
567         * Format incremented to 382: support to change the font color
568           for greyed-out notes: new buffer parameter \notefontcolor
569
570 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
571         * Format incremented to 381: support for new parameters
572           for \xymatrix: \xymatrix@!0, \xymatrix!R and \xymatrix!C.
573
574 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
575         * Format incremented to 380: introduction of InsetPreview.
576         
577 2010-03-18: Richard Heck <rgheck@comcast.net>
578         * Format incremented to 379: revise format 374
579           Replace boolean \html_use_mathml with \html_math_output,
580           which at the moment can be: MathML, HTML, Images, or LaTeX.
581
582 2010-02-12 Pavel Sanda <sanda@lyx.org>
583         * Format incremented to 378: support for revision InsetInfo.
584           Various "vcs-*" strings could be argument of arg parameter
585           in InsetInfo. This entry is a safety measure, no lyx2lyx
586           conversion is needed in fact.
587
588 2010-02-11 Uwe Stöhr <uwestoehr@web.de> and Edwin Leuven <e.leuven@uva.nl>
589         * Format incremented to 377: support for multirow cells in
590           tables
591
592 2010-01-10 Jürgen Spitzmüller <spitz@lyx.org>
593         * Format incremented to 376: new buffer param
594           \maintain_unincluded_children. If true, the aux files of
595           non-included children (with \includeonly) are updated to
596           keep the counters and refs correct.
597
598 2010-01-06 Jürgen Spitzmüller <spitz@lyx.org>
599         * Format incremented to 375: add support for \includeonly
600           This adds a new buffer param list of relative filenames
601           which are output as \includeonly arguments, like this:
602           \begin_includeonly
603           child1.lyx
604           child2.lyx
605           \end_includeonly
606
607 2009-12-30 Richard Heck <rgheck@comcast.net>
608         * Format incremented to 374: add html output options.
609                 \html_use_mathml (boolean): whether to use MathML or images
610                 \html_be_strict (boolean): whether to be XHTML 1.1 compliant
611
612 2009-12-07 Jürgen Spitzmüller <spitz@lyx.org>
613         * Format incremented to 373: merge g-brief-de and g-brief-en
614           classes into one g-brief class.
615           All German layout names are replaced by English ones, the
616           two classes are renamed to g-brief.
617
618 2009-11-29 Jürgen Spitzmüller <spitz@lyx.org>
619         * Format incremented to 372: new buffer param fontencoding.
620           This param holds a buffer-specific fontencoding (argument
621           of the fontenc package).
622           Possible values:
623           - global: use lyxrc.fontenc [this is the default]
624           - default: do not load the fontenc package at all
625           - <ENC>: real encodings such as "T1". Multiple encodings
626             can be separated by comma.
627
628 2009-11-11 Uwe Stöhr <uwestoehr@web.de>
629         * Format incremented to 371: add option to suppress the LaTeX
630           package mhchem.
631
632 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
633         * Format incremented to 370: introduce a document option to
634           suppress the default date.
635
636 2009-07-22 Vincent van Ravesteijn <vfr@lyx.org>
637         * Format incremented to 369: add the author ids to the list of
638           authors and let the numbering start with 1 in stead of 0.     
639
640 2009-07-21 Jürgen Spitzmüller <spitz@lyx.org>, Uwe Stöhr <uwestoehr@web.de>
641         * Format incremented to 368: allow to use glue lengths for
642           horizontal spaces.
643           We just revert hspaces with glue lengths to ERT, since the
644           inset didn't support them prior to format 368.
645           No explicit conversion.
646
647 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
648         * Format incremented to 367: allow to use percent lengths for
649           vertical and horizontal spaces.
650
651 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
652         * Format incremented to 366: allow to use percent lengths for the
653           paragraph skip separation.
654
655 2009-07-19 Uwe Stöhr <uwestoehr@web.de>
656         * Format incremented to 365: support for paragraph indentation.
657
658 2009-07-13 Jürgen Spitzmüller <spitz@lyx.org>
659         * Format incremented to 364: add \filename_suffix parameter
660           to branches.
661           Possible values: 0, 1.
662           If "1", the branch name is appended to the filename on export
663           (e.g., <filename>-<suffix>.pdf).
664
665 2009-07-11 Uwe Stöhr <uwestoehr@web.de>
666         * Format incremented to 363: support for horizontal longtable
667           alignment.
668   
669 2009-06-11 Jürgen Spitzmüller <spitz@lyx.org>
670         * Format incremented to 362: support for the applemac encoding.
671
672 2009-05-25 Jürgen Spitzmüller <spitz@lyx.org>
673         * Format incremented to 361: support for custom setting of
674           bibliography (longest) label width.
675           Empty file format change.
676
677 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
678         * Format incremented to 360: param width for nomencl_print
679         CommandInset. This
680         1.) adds a further value "width" to param set_width
681         (see format 359)
682         and
683         2.) a param width, which takes a length
684         If "width" is chosen, we define the indendation of the nomencl
685         list via the optional argument of \printnomenclature, e.g.
686         \printnomenclature[2cm]{}
687
688 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
689         * Format incremented to 359: param set_width for nomencl_print
690         CommandInset. This specifies how wide the longest nomencl label
691         is (i.e., how wide the indendation in the nomencl list is).
692         Possible values:
693         - none: do not specifiy the width (use predefined values)
694         - auto: compute the widest label and specify via
695           \settowidth{\nomlabelwidth}{<widest label>}
696
697 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
698         * Format incremented to 358: support for custom bibtex and
699           makeindex commands.
700
701 2009-05-05 Pavel Sanda <sanda@lyx.org>, Enrico Forestieri <forenr@lyx.org>
702         * Format incremented to 357: Change of the latex output for
703           underline from \underbar to ulem's \uline.
704
705 2009-05-05 Pavel Sanda <sanda@lyx.org>
706         * Format incremented to 356: support for double and wave underline
707           character styles via ulem's \uuline and \uwave
708
709 2009-05-03 Pavel Sanda <sanda@lyx.org>
710         * Format incremented to 355: support for strikeout character
711           style via ulem's \sout
712
713 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
714         * Format incremented to 354: support for splitindex's
715           \printindex* and \printsubindex*.
716
717 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
718         * Format incremented to 353: support for splitindex's
719           \printsubindex.
720
721 2009-04-15 Jürgen Spitzmüller <spitz@lyx.org>
722         * Format incremented to 352: splitindex support.
723
724 2009-04-11 Uwe Stöhr <uwestoehr@web.de>
725         * Format incremented to 351: support to set a page background
726           color.
727
728 2009-04-06 Jürgen Spitzmüller <spitz@lyx.org>
729         * Format incremented to 350: new param \default_output_format.
730
731 2009-04-05 Jürgen Spitzmüller <spitz@lyx.org>
732         * Format incremented to 349: initial support for XeTeX.
733
734 2009-01-30 Uwe Stöhr <uwestoehr@web.de>
735         * Format incremented to 348: support for \*phantom.
736
737 2009-01-03 Vincent van Ravesteijn <V.F.vanRavesteijn@tudelft.nl>
738         * Format incremented to 347: support for tabular valign.
739
740 2008-11-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
741         * Format incremented to 346: support for German (Switzerland):
742           (bug 5450)
743
744 2008-11-07 José Matos <jamatos@lyx.org>
745         * Format incremented to 345: for docbook backend CharStyle: -> Element:
746           (fix bug 5411)
747
748 2008-10-12 Pavel Sanda <sanda@lyx.org>
749         * Format incremented to 344: sanitize backreference settings
750           for hyperref (fix bug 5340).
751
752 2008-10-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
753         * Format incremented to 343: new param \use_default_options
754           (fix bug 2114).
755
756 2008-10-12 Uwe Stöhr <uwestoehr@web.de>
757         * Format incremented to 342: support for Mongolian.
758
759 2008-09-30 Uwe Stöhr <uwestoehr@web.de>
760         * Format incremented to 341: support for TABs in listings.
761
762 2008-08-01 José Matos <jamatos@fc.up.pt>
763         * Format incremented to 340: move empty layouts to "Plain Layout".
764
765 2008-07-28 Richard Heck <rgheck@brown.edu>
766         * Format incremented to 339: removal of default modules.
767
768 2008-06-21 Uwe Stöhr <uwestoehr@web.de>
769         * Format incremented to 338: support for polytonic Greek.
770
771 2008-06-13 Abdelrazak Younes <younes@lyx.org>
772         * Format incremented to 337: convert/revert graphics display param.
773
774 2008-06-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
775         * Format incremented to 336: new param \font_cjk.
776
777 2008-05-30 Richard Heck <rgheck@brown.edu>
778         * Format incremented to 335: fixes for InsetSpace problems.
779
780 2008-05-16 Uwe Stöhr <uwestoehr@web.de>
781         * Format incremented to 334: fix for bug 4868.
782
783 2008-05-09 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
784         * Format incremented to 333: fixes in the APA layout.
785
786 2008-05-06 Pavel Sanda <sanda@lyx.org>
787         * Format incremented to 332: Added groupId for graphics insets.
788
789 2008-25-04 Helge Hafting <helge.hafting@aitel.hist.no>
790         * Format incremented to 330: More horizontal fills
791           - \leftarrowfill, \rightarrowfill
792           - \upbracefill, \downbracefill
793
794 2008-04-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
795         * Format incremented to 329: new param \master.
796
797 2008-04-18 Bo Peng <ben.bob@gmail.com>
798         * Format incremented to 328: Revert the support for embedding
799
800 2008-04-16 Uwe Stöhr <uwestoehr@web.de>
801         * Format incremented to 327: support for Mexican Spanish.
802
803 2008-04-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
804         * Format incremented to 326: support for pdflatex via external inset.
805
806 2008-03-29 Uwe Stöhr <uwestoehr@web.de>
807         * Format incremented to 325: merge the two Japanese languages to one that is
808           encoding independent.
809
810 2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
811         * Format incremented to 324: merge the two newline insets.
812
813 2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
814         * Format incremented to 323: merge the diverse newpage insets.
815
816 2008-03-24 Richard Heck <rgheck@comcast.net>
817         * Format incremented to 322: local layout
818
819 2008-03-18 Edwin Leuven <e.leuven@uva.nl>
820         * Format incremented to 321: drop row/col lines and ensure
821           consistency between cell and row/col lines.
822           Make the separation between \begin_inset and Tabular a
823           single space (it used to be a double space for lyx < 1.4)
824
825 2008-03-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
826         * Format incremented to 320: support for protected horizontal fill
827           (\hspace*{\fill})
828
829 2008-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
830         * Format incremented to 319: hspace and extended hfill support
831
832 2008-03-09 Bo Peng <ben.bob@gmail.com>
833         * Format incremented to 318: add \extra_embedded_files to buffer params
834
835 2008-03-02 Uwe Stöhr <uwestoehr@web.de>
836         * Format incremented to 317: support floating placements for wrap floats
837
838 2008-03-02 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
839         * Format incremented to 316: support for subfloats (subfig package)
840
841 2008-02-18 Richard Heck <rgheck@comcast.net>
842         * Format incremented to 315: support for column separation in page margins
843
844 2008-02-03 Uwe Stöhr <uwestoehr@web.de>
845         * Format incremented to 314: adapt scrlttr2 class for serial letters
846
847 2008-01-12 Richard Heck <rgheck@comcast.net>
848         * Format incremented to 313: change in how modules are represented
849
850 2008-01-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
851         * Format incremented to 312: support for sidewaysalgorithm (rotfloat)
852           and wide sideways{figure,table}.
853
854 2008-01-10 Richard Heck <rgheck@comcast.net>
855         * Format incremented to 311: dummy format to drive the AMS conversion
856
857 2007-12-28 Bernhard Reiter <ockham@gmx.net>
858         * Format incremented to 310: support for \nocite{*}
859
860 2007-12-11 Bernhard Reiter <ockham@gmx.net>
861         * Format incremented to 309: support for \nocite
862
863 2007-12-15 Uwe Stöhr <uwestoehr@web.de>
864         * Format incremented to 308: support for Serbian (Latin)
865
866 2007-12-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
867         * Format incremented to 307: support for \slash and \nobreakdash
868
869 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
870         * Format incremented to 306: support for Interlingua
871
872 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
873         * Format incremented to 305: support for Bahasa Malaysia
874
875 2007-12-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
876         * Format incremented to 304: framed and shaded boxes are now real boxes
877           (not notes).
878
879 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
880         * Format incremented to 303: remove Serbocroatian as this was not a real
881           babel language (Croatian was used instead in the background)
882         * Implement Serbian
883
884 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
885         * Format incremented to 302: support for Latin and North Sami
886
887 2007-11-24 Uwe Stöhr <uwestoehr@web.de>
888         * Format incremented to 301: support for \linebreak
889
890 2007-11-23 Uwe Stöhr <uwestoehr@web.de>
891         * Format incremented to 300: support for \pagebreak
892
893 2007-11-01 Uwe Stöhr <uwestoehr@web.de>
894         * Format incremented to 299: support for hyperlink types
895
896 2007-11-01 Stefan Schimanski <sts@1stein.org>
897         * Format incremented to 298: math-macro code has been rewritten,
898           now it supports definitions with optional parameters
899
900 2007-10-29 Uwe Stöhr <uwestoehr@web.de>
901         * Format incremented to 297: support for Albanian, lower Sorbian,
902           fixed upper Sorbian language
903
904 2007-10-23 Richard Heck <rgheck@comcast.net>
905         * Format incremented to 296: InsetInclude becomes an InsetCommand
906
907 2007-10-12 Uwe Stöhr <uwestoehr@web.de>
908         * Format incremented to 295: get rid of the htmlurl command that was
909           needed for docbook, add the option to create a hyperlink instead
910
911 2007-10-12 Pavel Sanda <ps@twin.jikos.cz>
912         * Format incremented to 294: PDFOptions: add usetitle,
913           fix leftovers
914
915 2007-10-11 Bo Peng <ben.bob@gmail.com>
916         * Format incremented to 293: Add InsetInfo.
917
918 2007-10-09 Uwe Stöhr <uwestoehr@web.de>
919         * Format incremented to 292: Support for Japanese without
920           using CJK and inputenc. (japanese-plain)
921
922 2007-10-04 Uwe Stöhr <uwestoehr@web.de>
923         * Format incremented to 291: Support for Vietnamese.
924
925 2007-10-03 Uwe Stöhr <uwestoehr@web.de>
926         * Format incremented to 290: Add table wrap floats
927
928 2007-10-03 Martin Vermeer <martin.vermeer@tkk.fi>
929         * Format incremented to 289: make Index a collapsable inset.
930
931 2007-09-25 Richard Heck <rgheck@comcast.net>
932         * Format incremented to 288: Change how command insets are
933           represented in LyX files.
934
935 2007-09-24 Uwe Stöhr <uwestoehr@web.de>
936         * Format incremented to 287: Add missing optional parameters
937           for wrapped figures.
938
939 2007-09-21 Pavel Sanda <ps@twin.jikos.cz>
940         * Format incremented to 286: LyX now supports hyperref and some
941           of its options.
942
943 2007-09-11 Bo Peng <ben.bob@gmail.com>
944         * Format incremented to 285: Tweaks to embedded file format
945           Remove inzip parameter from graphics insets.
946
947 2007-09-09 Helge Hafting <helge.hafting@aitel.hist.no>
948         * Format incremented to 284: LyX now implements wrapped figures
949           using wrapfig.sty instead of floatflt.sty. The latter
950           is rather buggy, the former also has more options.
951           No conversion as the .lyx doesn't change.
952           The .tex export is slightly different, necessitating the
953           format increase.
954
955 2007-09-08 Martin Vermeer <martin.vermeer@tkk.fi>
956
957         * format incremented to 283: CharStyle insets are now
958           called Flex.
959
960 2007-08-31 Bo Peng <ben.bob@gmail.com>
961
962         * format incremented to 282: lyx files can be zipfiles with
963           embedded documents.
964
965 2007-08-29 Richard Heck <rgheck@comcast.net>
966
967         * format incremented to 281: allow modules for layout files
968
969 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
970
971         * format incremented to 280: the show_label parameter
972           is depreciated in favour of (Collapsable) status.
973
974 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
975
976         * format incremented to 279: CharStyle names are now
977           expected to be of form CharStyle:Name.
978
979 2007-08-12 José Matos <jamatos@fc.up.pt>
980
981         * format incremented to 278: Close begin_deeper with a
982           corresponding end_deeper (the only case where it matters is
983           at the end of the body).
984
985 2007-08-12 José Matos <jamatos@fc.up.pt>
986
987         * format incremented to 277: lyx is able to create invalid
988           table where a multicolumn does not have a first cell
989           (required by the table file format)
990
991 2007-07-20 Dov Feldstern <dov@lyx.org>
992
993         * format *not* incremented; fixed format 249 conversion, so that it now
994                 correctly deals with encodings in footnotes (part of bug 3613)
995
996 2007-06-26 Uwe Stöhr <uwestoehr@web.de> and Dov Feldstern <dov@lyx.org>
997
998         * format incremented to 276: switching exsting language 'arabic' to
999                 'arabic_arabtex'; this is to differentiate from the new arabic support
1000                 using the arabi package.
1001
1002 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1003
1004         * format incremented to 275: add graphics params scaleBeforeRotation
1005         (fix bug 1749).
1006
1007 2007-06-13 Dov Feldstern <dov@lyx.org>
1008         * format incremented to 274: applying the conversion done in format 259
1009                 to the \lang property, which was forgotten back then... This is
1010                 slightly more complicated, because the default language has to be
1011                 determined on a per-paragraph basis.
1012
1013 2007-06-13 Bo Peng <ben.bob@gmail.com>
1014         * format incremented to 273: add --Separator-- environment to
1015                 separate consecutive environments
1016
1017 2007-06-13 Bo Peng <bpeng@lyx.org>
1018         * format incremented to 272: convert listings to ERT because
1019                 earlier versions of lyx can not handle unrecognizable
1020                 listings parameters.
1021
1022 2007-05-15 José Matos <jamatos@lyx.org>
1023         * format incremented to 271: extended textclasses accept the
1024         normal font sizes: 10, 11 and 12pt.
1025
1026 2007-05-14 Martin Vermeer <martin.vermeer@tkk.fi>
1027         * format incremented to 270: support beamer \alert, \structure
1028
1029 2007-05-08 Bo Peng <ben.bob@gmail.com>
1030         * format incremented to 269: add listings support
1031         - add preamble flag \listings_params, e.g. \listings_params "language=Python,float"
1032         - add inset listings, with options lstparams and inline, e.g.
1033                 \begin_inset listings
1034                 lstparams "xleftmargin=50pt,language=Python"
1035                 inline false
1036         - add \lstinputlisting Include type. e.g.
1037                 \begin_inset Include \lstinputlisting{newfile1.lyx}[firstline=10,lastline=15]
1038
1039 2007-05-06 Uwe Stöhr  <uwestoehr@web.de>
1040
1041         * format incremented to 268: add support for the CJK encodings
1042         - all encodings supported by CJK.sty are now in lib/encodings
1043         - lib/encoding has got two new flags:
1044           - encoding package:
1045             "inputenc" for those languages that use the inputenc-package and
1046             "CJK" for the CJK encodings
1047           - "fixed"/"variable" to divide between multi- or single-byte encoding
1048         - lib/languages allows now to set an empty language for babel
1049           in this case babel isn't called.
1050
1051 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1052
1053         * format incremented to 267: add plain utf8 encoding (for XeTeX).
1054
1055 2007-04-29  Uwe Stöhr  <uwestoehr@web.de>
1056
1057         * format incremented to 266:
1058         Support for the Armenian language
1059
1060 2007-04-26  Uwe Stöhr  <uwestoehr@web.de>
1061
1062         * format incremented to 265: fix LyX's table border line handling
1063         With the fix (see bug 1746) LyX now takes care if the user has entered
1064         a "|" character in the argument field of tables. Therefore the "|"
1065         character has to be removed when also a table border is set.
1066
1067 2007-04-24  José Matos  <jamatos@lyx.org>
1068
1069         * format incremented to 264:
1070         textclass cv is renamed simplecv
1071
1072 2007-02-22  José Matos  <jamatos@lyx.org>
1073
1074         * format incremented to 263: changes in the language names (overdue):
1075           brazil -> brazilian
1076           portuges -> portuguese
1077
1078 2007-02-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1079
1080         * format incremented to 262: Allow ascii \inputencoding
1081
1082 2007-02-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1083
1084         * format incremented to 261: \output_changes is now considered
1085         even if \tracking_changes is false. This allows to output existing
1086         changes even if future changes are not tracked anymore.
1087         The old combination
1088
1089         \tracking_changes false
1090         \output_changes true
1091
1092         is therefore converted to
1093
1094         \tracking_changes false
1095         \output_changes false
1096
1097         on upgrade. Nothing is done on downgrade since the new behaviour is
1098         not supported in older formats.
1099
1100 2007-02-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1101
1102         * format incremented to 260: Allow utf8x \inputencoding
1103
1104 2007-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1105
1106         * format incremented to 259:
1107         Old: Spaces at start or end of font changes were output outside of
1108              the font change, i.e. not 'xx\textbf{ yy }zz', but
1109              'xx \textbf{yy} zz'.
1110         New: Spaces are always output with the font set by the user.
1111
1112 2007-01-31  Uwe Stöhr  <uwestoehr@web.de>
1113
1114         * format incremented to 258: new \lyxline definition
1115         Old:
1116                 \\newcommand{\\lyxline}[1]{
1117                   {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}}
1118                 }
1119         New:
1120                 \\newcommand{\\lyxline}[1][1pt]{%
1121                   \\par\\noindent%
1122                   \\rule[.5ex]{\\linewidth}{#1}\\par}
1123         The new definition is more robust, see bug 1988 and now really takes care of
1124         the fontsize: \lyxline{\Huge} produces now a thicker line than \lyxline{\normalfont}
1125
1126 2007-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1127
1128         * format incremented to 257: Caption styles have been replaced by
1129         InsetCaption. This is at the same time also a layout file format
1130         change to format 3. layout2layout removes caption layouts from old
1131         styles.
1132         Note that InsetCaption did exist before this format, but was never
1133         used. Old files containing do nevertheless still work.
1134         Of course users can still define a Caption style in layout files,
1135         but the special treatment in LyX is gone (apart from the sensitive
1136         label property).
1137
1138 2006-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1139
1140         * format incremented to 256: allow some new inputenc settings.
1141         For the complete list, see lib/lyx2lyx/lyx_1_5.py.
1142
1143 2006-11-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1144
1145         * format incremented to 255: new insets for \clearpage and
1146         \cleardoublepage. They are written inline to the file, exactly like
1147         \newpage.
1148
1149 2006-11-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1150
1151         * format incremented to 254: new header parameter \use_esint.
1152         It can have the same values as \use_amsmath: 0 (off), 1 (auto) and
1153         2 (on).
1154
1155 2006-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1156
1157         * format incremented to 253: new nomenclature and printnomenclature
1158         insets. These are standard InsetCommand with the following parameters:
1159         \nomenclature[prefix]{symbol}{description}
1160         \printnomenclature[labelwidth]
1161
1162 2006-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1163
1164         * format incremented to 252: changed command inset syntax
1165
1166         Old:
1167
1168         \begin_inset LatexCommand \cmdname[opt1][opt2]{arg}
1169         preview true
1170         \end_inset
1171
1172         and
1173
1174         \bibitem [opt1]{arg}
1175
1176
1177         New:
1178
1179         \begin_inset LatexCommand cmdname
1180         name1 "opt1"
1181         name2 "opt2"
1182         name3 "arg"
1183         preview true
1184         \end_inset
1185
1186         The order of the parameters and for each parameter the name and
1187         optional/required bit is now stored in InsetCommandParams.
1188
1189 2006-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1190
1191         * format incremented to 251: save show_label param for charstyles.
1192
1193         On revert, the show_label param is just removed. Nothing to convert.
1194
1195 2006-10-12  Martin Vermeer <martin.vermeer@hut.fi>
1196
1197         * Format incremented to 250: allow optional arg to environments
1198
1199         No material format change. Now optargs for environments are allowed
1200         to be specified in layout files and will be handled properly. When
1201         converted back to older formats, they will be ignored in LaTeX
1202         output.
1203
1204 2006-08-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1205
1206         * format incremented to 249: Unicode
1207
1208         LyX documents are now always encoded in utf8. The value of
1209         \inputencoding does now only determine the encoding of the created
1210         LaTeX file.
1211         Up to format 248 the value of \inputencoding did also determine the
1212         encoding of the LyX file:
1213
1214         \inputencoding       LyX file encoding
1215         auto                 as determined by the document and character
1216                              languages
1217         default              ditto
1218         everything else      as determined by \inputencoding
1219
1220         The difference between auto and default is only the LaTeX output:
1221         auto causes loading of the inputenc package, default does not.
1222
1223 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1224
1225         * format incremented to 248: Basic booktabs support
1226
1227         The <features> tag has a new switch: booktabs="true|false".
1228         An absent switch is equivalent to booktabs="false".
1229         Horizontal lines are set with the booktabs package if this switch
1230         is on.
1231
1232         The <row> tag of tabulars has the following new attributes:
1233         topspace, bottomspace and interlinespace. All take a LyXLength
1234         as value, or the special keyword "default".
1235
1236 2006-06-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1237
1238         * format incremented to 247. The Grand Font Interface Rewrite.
1239         (1) Split font selection to rm, sf, tt:
1240                 \fontscheme -> \font_roman, \font_sans, \font_typewriter
1241                 Change 246->247:
1242                         \fontscheme     \font_roman     \font_sans      \font_typewriter
1243                         default         default         default         default
1244                         ae              ae              default         default
1245                         times           times           default         default
1246                         palatino        palatino        default         default
1247                         helvet          default         helvet          default
1248                         avant           default         avant           default
1249                         newcent         newcent         default         default
1250                         bookman         bookman         default         default
1251                         pslatex         times           (or \usepackage{pslatex})
1252                 New 246->247:
1253                         \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}),
1254                                      lmodern, charter, utopia, ccfonts, chancery, beraserif
1255                                         (-> \usepackage{<name>})
1256                         \font_sans: cmss, lmss, cmbr
1257                                         (-> \renewcommand{\sfdefault}{<name>})
1258                                     berasans (-> \usepackage{<name>})
1259                         \font_typewriter: cmtt, lmtt, cmtl,
1260                                         (-> \renewcommand{\sfdefault}{<name>})
1261                                         courier, luximono, beramono
1262                                         (-> \usepackage{<name>})
1263         (2) New param \font_default_family (rmdefault, sfdefault, ttdefault)
1264         (3) New param \font_sc (true, false).
1265         (4) New param \font_osf (true, false).
1266         (5) New param \font_sf_scale (float)
1267         (6) New param \font_tt_scale (float)
1268         Support for the following fonts has been added:
1269                 bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely),
1270                 courier, lmodern, luximono, utopia.
1271         Support for the following font has been removed:
1272                 pslatex (it's superseded by mathptmx (times)).
1273
1274 2006-06-03  Martin Vermeer  <martin.vermeer@hut.fi>
1275
1276         * format incremented to 246. The framed.sty package is
1277         now supported with note types framed and shaded.
1278
1279 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1280
1281         * format incremented to 245. The \quotes_times parameter
1282         has been removed.
1283
1284 2005-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1285
1286         * format incremented to 244. Rename '\InsetSpace \,'
1287         to '\InsetSpace \thinspace{}', because the comma was
1288         not parsed by lyxlex, and '\InsetSpace \space' to
1289         '\InsetSpace \space{}' in favour of consistency.
1290
1291 2005-07-18  José Matos  <jamatos@lyx.org>
1292
1293         * format incremented to 243.
1294
1295         * this change only affects the preamble, the paperpackage
1296           option was removed and papersize is changed to default.
1297
1298 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1299
1300         * format incremented to 242. There is no file format per
1301         se, but the "frenchb" language has been removed from lib/language
1302         and has to be translated to "french" by lyx2lyx.
1303
1304 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1305
1306         * format incremented to 241.
1307
1308         All following changes apply only to text in ERT insets. The
1309         rationale is that text in ERT is simply ASCII text, and nothing more.
1310
1311         * paragraph breaks are now a single newline in latex and not a
1312         paragraph break anymore (bug 698).
1313         * \newline is not allowed anymore, because it is redundant (see above)
1314         * layouts other than Standard, paragraph parameters and font changes
1315         are not allowed anymore. They never made sense and were ignored for
1316         latex output, but now they can't be read or set anymore (bug 922).
1317
1318
1319 2005-01-23  Jürgen Spitzmüller  <j.spitzmüller@gmx.de>
1320
1321         * format incremented to 240.
1322         * new bufferparam:
1323                 \output_changes {true|false}
1324         (should the change tracking marks be visible in the output or not?)
1325         * lyx2lyx should just delete the param in 239.
1326
1327 2005-01-06  José Matos  <jamatos@lyx.org>
1328
1329         * format incremented to 239.
1330         * the paragraph parameters are displayed in their own line. This
1331         change is consistent with the insets behaviour, and corresponds
1332         to a more uniform treatment of the paragraphs since some of them
1333         had already their own line.
1334
1335         An example of a single paragraph follows:
1336
1337 \begin_layout Standard
1338 \paragraph_spacing single
1339 \align left
1340 Paragraph text.
1341 \end_layout
1342
1343
1344 2004-12-03  José Matos  <jamatos@lyx.org>
1345
1346         * format incremented to 238.
1347         * The compatibility code to read old latex accents from 0.12.x in
1348         InsetLatexAccent::checkContents has been removed.
1349         The following translations are done:
1350                 "\i \x"   -> "\i \x{}"
1351                 "\i \xy"  -> "\i \x{y}"
1352                 "\i \x y" -> "\i \x{y}"
1353                 "\i \x\i" -> "\i \x{\i}"
1354                 "\i \x\j" -> "\i \x{\j}"
1355         x is a latex accent command, y the base character. \, i and j are
1356         literal.
1357         lyx did these changes already from 0.12.x -> 215, but not lyx2lyx,
1358         so formats 215 - 237 can have both versions.
1359
1360
1361 2004-10-10  José Matos  <jamatos@lyx.org>
1362
1363         * format incremented to 237.
1364         * In the header, the following statments use now booleans values,
1365         instead of 0, 1:
1366                 - \use_geometry
1367                 - \use_bibtopic
1368                 - \tracking_changes
1369
1370 2004-08-15  José Matos  <jamatos@lyx.org>
1371
1372         * format incremented to 236.
1373         * Added tags:
1374                 - \begin_document
1375                 - \begin_header
1376                 - \begin_body
1377                 - \end_body
1378
1379         * The options for \papersize are changed:
1380                 Default -> default
1381                 Custom -> custom
1382         * All whitespaces are removed at the end of lines, when
1383         not necessary. As an example we have all the lines in the header that
1384         do not belong to the preamble.
1385
1386 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1387
1388         * format incremented to 235.
1389         * \paperpackage had an off-by-one error. Translation table:
1390
1391           234: a4    a4wide  widemarginsa4
1392           235: none  a4      a4wide         widemarginsa4
1393
1394           The "widemarginsa4" setting of 235 has no equivalent in 234.
1395
1396 2004-05-12  Angus Leeming  <leeming@lyx.org>
1397
1398         * format incremented to 234.
1399         * the citation engine is specified explicitly rather than being
1400         deduced from 3 bools.
1401
1402         \use_natbib 1
1403         \use_numerical_citations 0   ->   \cite_engine <style>
1404         \use_jurabib 0
1405
1406         where <style> is one of "basic", "natbib_authoryear",
1407         "natbib_numerical" or "jurabib".
1408
1409 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1410
1411         * format incremented to 233.
1412         * insetgraphics does not allow filenames without extension anymore.
1413         The complete filename has to be given.
1414
1415 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1416
1417         * format incremented to 232.
1418
1419         * Support for bibtopic (sectioned bibliographies).
1420           - bufferparam \use_bibtopic [1|0]
1421           - the bibtex inset has a second argument for bibtopic's
1422             btPrint{Cited|NotCited|All} command:
1423             < 231:
1424             \begin_inset LatexCommand \bibtex[<style>]{<database>}
1425             now:
1426             \begin_inset LatexCommand \bibtex[<style>][<btPrintX>]{<database>}
1427           Forwards, there's nothing to be done. Backwards, \usepackage[dot]{bibtopic}
1428           has to be inserted to the preamble. Instead of the bibtex inset, the LaTeX
1429           \bibliographystyle{<style>}
1430           \begin{btSect}{<database>}
1431           \<btprintX>
1432           \end{btSect}
1433           has to be inserted.
1434
1435 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1436
1437         * format incremented to 231.
1438
1439         * Support for sidewaysfigure/sidewaystable (rotating package).
1440         insetfloat has now a param \sideways [true|false] (default is false).
1441         The param should be erased on downwards conversion, if it was true,
1442         the inset should be replaced by
1443         \begin{sidewaysfigure} <content> \end{sidewaysfigure}
1444         resp.
1445         \begin{sidewaystable} <content> \end{sidewaystable}
1446         i.e. ERT.
1447
1448 2004-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1449
1450         * format incremented to 230.
1451
1452         * Support for a second optional argument in insetcommand.
1453         currently, citation uses this to support natbibs second
1454         optional argument \cite[before][after]{key}.
1455         I think there's nothing to convert upwards. Downwards, the
1456         commands with 2 optional args need to be converted to ERT.
1457
1458         * Support for jurabib (param \use_jurabib [1|0], default is 0).
1459         When converting downwards, \usepackage{jurabib} has to be added
1460         to the preamble and, if babel is used, \usepackage{babel} before
1461         (jurabib fails if babel is called afterwards). If the natbib commands
1462         are used together with jurabib, they have to be converted to ERT too.
1463
1464 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1465
1466         * format incremented to 229.
1467         * Minipages cannot be read anymore. All minipage insets will
1468         be converted to frameless box insets between 228->229.
1469
1470 2003-12-15  Angus Leeming  <leeming@lyx.org>
1471
1472         * format incremented to 228.
1473         * Change the output of all insets derived from InsetCollapsable
1474         except for InsetERT (which has a similar output already), changing lines
1475         "collapsed true" -> "status collapsed"
1476         "collapsed false" -> "status open".
1477         * Change the output of InsetERT, changing lines
1478         "status Collapsed" -> "status collapsed"
1479         "status Open" -> "status open".
1480         "status Inlined" -> "status inlined".
1481
1482 2003-12-10  Angus Leeming  <leeming@lyx.org>
1483
1484         * format NOT incremented.
1485         * add a 'draft' option to InsetExternal.
1486
1487 2003-12-10  Angus Leeming  <leeming@lyx.org>
1488
1489         * format incremented to 227.
1490         * Change the output of InsetBox:
1491         \begin_inset Boxed -> \begin_inset Box Boxed
1492         \begin_inset Doublebox -> \begin_inset Box Doublebox
1493         \begin_inset Frameless -> \begin_inset Box Frameless
1494         \begin_inset ovalbox -> \begin_inset Box ovalbox
1495         \begin_inset Ovalbox -> \begin_inset Box Ovalbox
1496         \begin_inset Shadowbox -> \begin_inset Box Shadowbox
1497
1498 2003-12-10  Angus Leeming  <leeming@lyx.org>
1499
1500         * format incremented to 226.
1501         * Change the output of InsetNote:
1502         \begin_inset Note -> \begin_inset Note Note
1503         \begin_inset Comment -> \begin_inset Note Comment
1504         \begin_inset Greyedout -> \begin_inset Note Greyedout
1505
1506 2003-11-28  André Pönitz
1507
1508         * Remove space_above/space_below from Paragraph.
1509     This is now handled by InsetVSpace.
1510
1511 2003-10-07  Angus Leeming  <leeming@lyx.org>
1512
1513         * Add transformations to InsetExternal
1514
1515         boundingBox 0 0 20 20           the dimensions of the B.B..
1516                                         Output if the B.B. is not empty.
1517         clip                            clip the image to the B.B.
1518                                         Output if true.
1519         extra LaTeX "draft"             'extra' data passed to the primary
1520                                         command for this output format.
1521                                         (Possible formats LaTeX, PDFLaTeX,
1522                                          LinuxDoc, DocBook, Ascii.)
1523                                         The string can contain spaces and so
1524                                         is wrapped in "...".
1525         rotateAngle 30                  Rotation of the data.
1526                                         Output for non-zero rotation only.
1527         rotateOrigin bottomleft         Rotation origin.
1528                                         Output for non-zero rotation and
1529                                         non-default origin (center) only.
1530         scale 50
1531         width 2cm                       Output only if the image is resized.
1532         height 2cm
1533         keepAspectRatio
1534
1535 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1536
1537         * Added box inset. File format:
1538
1539         \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
1540                                             /Shadowbox/Doublebox
1541         position "b"                    t/c/b
1542         hor_pos "c"                     l/c/r/s
1543         has_inner_box 1                 1/0
1544         inner_pos "b"                   t/c/b/s
1545         use_parbox 0                    1/0
1546         width "100col%"                 unit+width-string
1547         special "none"                  none/height/depth
1548                                             /totalheight/width
1549         height "1in"                    unit+width-string
1550         height_special "totalheight"    none/height/depth
1551                                             /totalheight/width
1552         collapsed false                 true/false
1553
1554         \begin_layout Standard
1555
1556         <box contents>
1557         \end_layout
1558
1559         \end_inset
1560
1561         This box (Frameless, has_inner_box=1, use_parbox=0) replaces
1562         the pre-existing Minipage inset. Parameters translate as follows:
1563         position                        0/1/2   -> t/c/b
1564         inner_position                  0/1/2/3 -> inner_pos c/t/b/s
1565         height                          same
1566         width                           same
1567         collapsed                       same
1568
1569 2003-08-19  Michael Schmitt  <michael.schmitt@teststep.org>
1570
1571         * attribute valignment="center" is replaced by valignment="middle"
1572         for tabular columns and cells
1573
1574 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1575
1576         * Added branch inset. File format:
1577
1578         branch definition in the header:
1579         \branch <branchname>
1580         \selected 0                    0/1
1581         \color #rrggbb
1582         \end_branch
1583
1584         \begin_inset Branch <branchname>
1585         collapsed false                 true/false
1586
1587         \begin_layout Standard
1588
1589         <branch contents>
1590         \end_layout
1591
1592         \end_inset
1593
1594 2003-07-28  José Matos  <jamatos@lyx.org>
1595
1596         * \the_end is replaced with \end_document
1597
1598 2003-07-28  José Matos  <jamatos@lyx.org>
1599
1600         * \layout is replaced with \begin_layout
1601
1602 2003-07-28  José Matos  <jamatos@fep.up.pt>
1603
1604         Format bumped to 225
1605
1606         * All layouts finish now with \end_layout
1607
1608 2003-06-04  Angus Leeming  <leeming@lyx.org>
1609
1610         Format bumped to 224
1611
1612         * the storage of the external inset has been changed from
1613
1614                 \begin_inset External XFig,"file.fig",""
1615
1616                 \end_inset
1617
1618         to this
1619
1620                 \begin_inset External
1621                         template XFig
1622                         filename file.fig
1623                         display <display_type>
1624                         lyxscale <scale>
1625
1626                 \end_inset
1627
1628         throwing away the final arg (here "", more generally "<string>") that holds
1629         the parameters variable.
1630         Variables are output if present (filename) or different from the default
1631         values (display, lyxscale).
1632
1633         Moreover, the RasterImage template has been scrapped. All RasterImage
1634         external insets are now converted to Graphics insets.
1635
1636 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1637
1638         * Added new space insets:
1639                 \SpecialChar ~ is now \InsetSpace ~
1640                 ERT: "\ " could be converted to InsetSpace \<space>
1641                 ERT: "\," could be converted to InsetSpace \,
1642
1643 2003-04-24  André Pönitz <poenitz@gmx.net>
1644
1645         * Added eqref support:
1646         \begin_inset LatexCommand \eqref{label}
1647
1648 2003-03-14  Dekel Tsur
1649
1650         * Format bumped to 223.
1651
1652 2003-03-12  John Levon  <levon@movementarian.org>
1653
1654         * Added \\end_header to signify the end of the header in a
1655           more robust fashion.
1656
1657         * use_amsmath is now a tristate {0 = never, 1 = auto, 2 = always}
1658
1659 2003-02-10  John Levon  <levon@movementarian.org>
1660
1661         Format bumped to 222
1662
1663         Added \\tracking_changes 0|1 to the header.
1664
1665         Added \\author to the header. This can be present multiple
1666         times, and is of the form :
1667
1668         \\author "Real Name" email@address.com
1669
1670         Added \\change_deleted, \\change_inserted. Each of these does not
1671         span a paragraph, and is delimited by "\\change_unchanged\n". Both are
1672         of the form :
1673
1674         \\change_inserted author time
1675
1676         where author is an integer ID reference into the author list in
1677         the header, and time is time_t.
1678
1679 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1680
1681         * InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
1682
1683 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
1684
1685 New graphics dialog. With the removal of buttons in the dialog, also
1686 keywords in the graphics inset went. The following keywords do not
1687 exist anymore:
1688         lyxsize_kind
1689         lyxsize_type
1690         lyxwidth
1691         lyxheight
1692         size_kind
1693         size_type
1694         rotate
1695
1696 Only non-default values are saved to the lyx files. The defaults of the remaining
1697 keywords are;
1698         filename <empty>
1699         lyxscale 100
1700         display default
1701         scale 100
1702         width <empty>
1703         height <empty>
1704         draft <off>
1705         noUnzip <off>
1706         BoundingBox <from file>
1707         clip <off>
1708         rotateAngle 0
1709         rotateOrigin centerBaseline
1710         subcaption <off>
1711         subcaptionText <empty>
1712         special <empty>
1713
1714 The remaining keywords have sufficient overlap with the old ones for a
1715 smooth reading of the 1.2.x inset keywords in most common cases.
1716
1717 Compatibility is certainly broken for the old lyxwidth/lyxheight keywords.
1718 They don't exist anymore and we can't translate them into a scaling value, while
1719 we're reading the graphics inset. The old lyxwidth/lyxheight keyword and its
1720 argument is ignored and lost.
1721
1722 Only few compatibility issues are left for lyx2lyx:
1723
1724 ------------------------------------------------------------------------------
1725 old-token                                   new-token         remove
1726 ------------------------------------------------------------------------------
1727 size_kind original / size_type 0            scale 100         width <val>
1728                                                               height <val>
1729                                                               scale <val>
1730
1731 size_kind width_height / size_type 1            -             scale <val>
1732
1733 lyxsize_kind original / lyxsize_type 0      lyxscale 100      lyxscale <val>
1734 ------------------------------------------------------------------------------
1735 [replace old-token by new-token, and remove any of subsequent tokens as listed]
1736
1737 If "rotate" is absent, lyx2lyx should ignore "rotateAngle <val>":
1738    if ( "rotateAngle <val>" is there WITHOUT being preceded by the keyword "rotate" )
1739    then
1740         replace "rotateAngle <val>" by "rotateAngle 0"
1741
1742
1743 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
1744
1745 Added \lyxlock for locked math inset when written to .lyx file.
1746 When "downgrading" .lyx files this should simple be deleted but it
1747 does not hurt at all if it stays in. It does not have to be added
1748 when "upgrading".
1749
1750
1751 2002-08-02  Angus Leeming  <leeming@lyx.org>
1752
1753 Added a boolean "preview" flag to InsetCommandParams.
1754 Currently it is written only by InsetInclude, because only this
1755 class can generate a preview of its contents.
1756
1757 The LyX file now contains:
1758
1759  \begin_inset Include \input{snapshot_t=40.tex}
1760 +preview true
1761
1762  \end_inset
1763
1764 Earlier versions of LyX just swallow this extra token silently.
1765
1766 2002-08-12  Angus Leeming  <leeming@lyx.org>
1767
1768 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
1769 renamed as "size_kind" and "lyxsize_kind" respectively.
1770
1771  \begin_inset Graphics FormatVersion 1
1772         filename file.eps
1773         display default
1774 -       size_kind original
1775 +       size_type original
1776         width 7cm
1777         rotateOrigin center
1778 -       lyxsize_kind original
1779 +       lyxsize_type original
1780         lyxwidth 4cm
1781
1782  \end_inset
1783