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