]> git.lyx.org Git - lyx.git/blob - development/FORMAT
65164a079afdb0e13cac4077e3e0d52a1ea7d0ee
[lyx.git] / development / FORMAT
1 LyX file-format changes
2 -----------------------
3
4 2005-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5
6         * format incremented to 244. Rename '\InsetSpace \,'
7         to '\InsetSpace \thinspace{}', because the comma was
8         not parsed by lyxlex, and '\InsetSpace \space' to
9         '\InsetSpace \space{}' in favour of consistency.
10
11 2005-07-18  José Matos  <jamatos@lyx.org>
12
13         * format incremented to 243.
14
15         * this change only affects the preamble, the paperpackage
16           option was removed and papersize is changed to default.
17
18 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
19
20         * format incremented to 242. There is no file format per
21         se, but the "frenchb" language has been removed from lib/language
22         and has to be translated to "french" by lyx2lyx.
23
24 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
25
26         * format incremented to 241.
27
28         All following changes apply only to text in ERT insets. The
29         rationale is that text in ERT is simply ASCII text, and nothing more.
30
31         * paragraph breaks are now a single newline in latex and not a
32         paragraph break anymore (bug 698).
33         * \newline is not allowed anymore, because it is redundant (see above)
34         * layouts other than Standard, paragraph parameters and font changes
35         are not allowed anymore. They never made sense and were ignored for
36         latex output, but now they can't be read or set anymore (bug 922).
37
38
39 2005-01-23  Jürgen Spitzmüller  <j.spitzmüller@gmx.de>
40
41         * format incremented to 240.
42         * new bufferparam:
43                 \output_changes {true|false}
44         (should the change tracking marks be visible in the output or not?)
45         * lyx2lyx should just delete the param in 239.
46
47 2005-01-06  José Matos  <jamatos@lyx.org>
48
49         * format incremented to 239.
50         * the paragraph parameters are displayed in their own line. This
51         change is consistent with the insets behaviour, and corresponds
52         to a more uniform treatment of the paragraphs since some of them
53         had already their own line.
54
55         An example of a single paragraph follows:
56
57 \begin_layout Standard
58 \paragraph_spacing single
59 \align left
60 Paragraph text.
61 \end_layout
62
63
64 2004-12-03  José Matos  <jamatos@lyx.org>
65
66         * format incremented to 238.
67         * The compatibility code to read old latex accents from 0.12.x in
68         InsetLatexAccent::checkContents has been removed.
69         The following translations are done:
70                 "\i \x"   -> "\i \x{}"
71                 "\i \xy"  -> "\i \x{y}"
72                 "\i \x y" -> "\i \x{y}"
73                 "\i \x\i" -> "\i \x{\i}"
74                 "\i \x\j" -> "\i \x{\j}"
75         x is a latex accent command, y the base character. \, i and j are
76         literal.
77         lyx did these changes already from 0.12.x -> 215, but not lyx2lyx,
78         so formats 215 - 237 can have both versions.
79
80
81 2004-10-10  José Matos  <jamatos@lyx.org>
82
83         * format incremented to 237.
84         * In the header, the following statments use now booleans values,
85         instead of 0, 1:
86                 - \use_geometry
87                 - \use_bibtopic
88                 - \tracking_changes
89
90 2004-08-15  José Matos  <jamatos@lyx.org>
91
92         * format incremented to 236.
93         * Added tags:
94                 - \begin_document
95                 - \begin_header
96                 - \begin_body
97                 - \end_body
98
99         * The options for \papersize are changed:
100                 Default -> default
101                 Custom -> custom
102         * All whitespaces are removed at the end of lines, when
103         not necessary. As an example we have all the lines in the header that
104         do not belong to the preamble.
105
106 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
107
108         * format incremented to 235.
109         * \paperpackage had an off-by-one error. Translation table:
110
111           234: a4    a4wide  widemarginsa4
112           235: none  a4      a4wide         widemarginsa4
113
114           The "widemarginsa4" setting of 235 has no equivalent in 234.
115
116 2004-05-12  Angus Leeming  <leeming@lyx.org>
117
118         * format incremented to 234.
119         * the citation engine is specified explicitly rather than being
120         deduced from 3 bools.
121
122         \use_natbib 1
123         \use_numerical_citations 0   ->   \cite_engine <style>
124         \use_jurabib 0
125
126         where <style> is one of "basic", "natbib_authoryear",
127         "natbib_numerical" or "jurabib".
128
129 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
130
131         * format incremented to 233.
132         * insetgraphics does not allow filenames without extension anymore.
133         The complete filename has to be given.
134
135 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
136
137         * format incremented to 232.
138
139         * Support for bibtopic (sectioned bibliographies).
140           - bufferparam \use_bibtopic [1|0]
141           - the bibtex inset has a second argument for bibtopic's
142             btPrint{Cited|NotCited|All} command:
143             < 231:
144             \begin_inset LatexCommand \bibtex[<style>]{<database>}
145             now:
146             \begin_inset LatexCommand \bibtex[<style>][<btPrintX>]{<database>}
147           Forwards, there's nothing to be done. Backwards, \usepackage[dot]{bibtopic}
148           has to be inserted to the preamble. Instead of the bibtex inset, the LaTeX
149           \bibliographystyle{<style>}
150           \begin{btSect}{<database>}
151           \<btprintX>
152           \end{btSect}
153           has to be inserted.
154
155 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
156
157         * format incremented to 231.
158
159         * Support for sidewaysfigure/sidewaystable (rotating package).
160         insetfloat has now a param \sideways [true|false] (default is false).
161         The param should be erased on downwards conversion, if it was true,
162         the inset should be replaced by
163         \begin{sidewaysfigure} <content> \end{sidewaysfigure}
164         resp.
165         \begin{sidewaystable} <content> \end{sidewaystable}
166         i.e. ERT.
167
168 2004-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
169
170         * format incremented to 230.
171
172         * Support for a second optional argument in insetcommand.
173         currently, citation uses this to support natbibs second
174         optional argument \cite[before][after]{key}.
175         I think there's nothing to convert upwards. Downwards, the
176         commands with 2 optional args need to be converted to ERT.
177
178         * Support for jurabib (param \use_jurabib [1|0], default is 0).
179         When converting downwards, \usepackage{jurabib} has to be added
180         to the preamble and, if babel is used, \usepackage{babel} before
181         (jurabib fails if babel is called afterwards). If the natbib commands
182         are used together with jurabib, they have to be converted to ERT too.
183
184 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
185
186         * format incremented to 229.
187         * Minipages cannot be read anymore. All minipage insets will
188         be converted to frameless box insets between 228->229.
189
190 2003-12-15  Angus Leeming  <leeming@lyx.org>
191
192         * format incremented to 228.
193         * Change the output of all insets derived from InsetCollapsable
194         except for InsetERT (which has a similar output already), changing lines
195         "collapsed true" -> "status collapsed"
196         "collapsed false" -> "status open".
197         * Change the output of InsetERT, changing lines
198         "status Collapsed" -> "status collapsed"
199         "status Open" -> "status open".
200         "status Inlined" -> "status inlined".
201
202 2003-12-10  Angus Leeming  <leeming@lyx.org>
203
204         * format NOT incremented.
205         * add a 'draft' option to InsetExternal.
206
207 2003-12-10  Angus Leeming  <leeming@lyx.org>
208
209         * format incremented to 227.
210         * Change the output of InsetBox:
211         \begin_inset Boxed -> \begin_inset Box Boxed
212         \begin_inset Doublebox -> \begin_inset Box Doublebox
213         \begin_inset Frameless -> \begin_inset Box Frameless
214         \begin_inset ovalbox -> \begin_inset Box ovalbox
215         \begin_inset Ovalbox -> \begin_inset Box Ovalbox
216         \begin_inset Shadowbox -> \begin_inset Box Shadowbox
217
218 2003-12-10  Angus Leeming  <leeming@lyx.org>
219
220         * format incremented to 226.
221         * Change the output of InsetNote:
222         \begin_inset Note -> \begin_inset Note Note
223         \begin_inset Comment -> \begin_inset Note Comment
224         \begin_inset Greyedout -> \begin_inset Note Greyedout
225
226 2003-11-28  André Pönitz
227
228         * Remove space_above/space_below from Paragraph.
229     This is now handled by InsetVSpace.
230
231 2003-10-07  Angus Leeming  <leeming@lyx.org>
232
233         * Add transformations to InsetExternal
234
235         boundingBox 0 0 20 20           the dimensions of the B.B..
236                                         Output if the B.B. is not empty.
237         clip                            clip the image to the B.B.
238                                         Output if true.
239         extra LaTeX "draft"             'extra' data passed to the primary
240                                         command for this output format.
241                                         (Possible formats LaTeX, PDFLaTeX,
242                                          LinuxDoc, DocBook, Ascii.)
243                                         The string can contain spaces and so
244                                         is wrapped in "...".
245         rotateAngle 30                  Rotation of the data.
246                                         Output for non-zero rotation only.
247         rotateOrigin bottomleft         Rotation origin.
248                                         Output for non-zero rotation and
249                                         non-default origin (center) only.
250         scale 50
251         width 2cm                       Output only if the image is resized.
252         height 2cm
253         keepAspectRatio
254
255 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
256
257         * Added box inset. File format:
258
259         \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
260                                             /Shadowbox/Doublebox
261         position "b"                    t/c/b
262         hor_pos "c"                     l/c/r/s
263         has_inner_box 1                 1/0
264         inner_pos "b"                   t/c/b/s
265         use_parbox 0                    1/0
266         width "100col%"                 unit+width-string
267         special "none"                  none/height/depth
268                                             /totalheight/width
269         height "1in"                    unit+width-string
270         height_special "totalheight"    none/height/depth
271                                             /totalheight/width
272         collapsed false                 true/false
273
274         \begin_layout Standard
275
276         <box contents>
277         \end_layout
278
279         \end_inset
280
281         This box (Frameless, has_inner_box=1, use_parbox=0) replaces
282         the pre-existing Minipage inset. Parameters translate as follows:
283         position                        0/1/2   -> t/c/b
284         inner_position                  0/1/2/3 -> inner_pos c/t/b/s
285         height                          same
286         width                           same
287         collapsed                       same
288
289 2003-08-19  Michael Schmitt  <michael.schmitt@teststep.org>
290
291         * attribute valignment="center" is replaced by valignment="middle"
292         for tabular columns and cells
293
294 2003-07-28  José Matos  <jamatos@lyx.org>
295
296         * \the_end is replaced with \end_document
297
298 2003-07-28  José Matos  <jamatos@lyx.org>
299
300         * \layout is replaced with \begin_layout
301
302 2003-07-28  José Matos  <jamatos@fep.up.pt>
303
304         Format bumped to 225
305
306         * All layouts finish now with \end_layout
307
308 2003-06-04  Angus Leeming  <leeming@lyx.org>
309
310         Format bumped to 224
311
312         * the storage of the external inset has been changed from
313
314                 \begin_inset External XFig,"file.fig",""
315
316                 \end_inset
317
318         to this
319
320                 \begin_inset External
321                         template XFig
322                         filename file.fig
323                         display <display_type>
324                         lyxscale <scale>
325
326                 \end_inset
327
328         throwing away the final arg (here "", more generally "<string>") that holds
329         the parameters variable.
330         Variables are output if present (filename) or different from the default
331         values (display, lyxscale).
332
333         Moreover, the RasterImage template has been scrapped. All RasterImage
334         external insets are now converted to Graphics insets.
335
336 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
337
338         * Added new space insets:
339                 \SpecialChar ~ is now \InsetSpace ~
340                 ERT: "\ " could be converted to InsetSpace \<space>
341                 ERT: "\," could be converted to InsetSpace \,
342
343 2003-04-24  André Pönitz <poenitz@gmx.net>
344
345         * Added eqref support:
346         \begin_inset LatexCommand \eqref{label}
347
348 2003-03-14  Dekel Tsur
349
350         * Format bumped to 223.
351
352 2003-03-12  John Levon  <levon@movementarian.org>
353
354         * Added \\end_header to signify the end of the header in a
355           more robust fashion.
356
357         * use_amsmath is now a tristate {0 = never, 1 = auto, 2 = always}
358
359 2003-02-10  John Levon  <levon@movementarian.org>
360
361         Format bumped to 222
362
363         Added \\tracking_changes 0|1 to the header.
364
365         Added \\author to the header. This can be present multiple
366         times, and is of the form :
367
368         \\author "Real Name" email@address.com
369
370         Added \\change_deleted, \\change_inserted. Each of these does not
371         span a paragraph, and is delimited by "\\change_unchanged\n". Both are
372         of the form :
373
374         \\change_inserted author time
375
376         where author is an integer ID reference into the author list in
377         the header, and time is time_t.
378
379 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
380
381         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
382
383 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
384
385 New graphics dialog. With the removal of buttons in the dialog, also
386 keywords in the graphics inset went. The following keywords do not
387 exist anymore:
388         lyxsize_kind
389         lyxsize_type
390         lyxwidth
391         lyxheight
392         size_kind
393         size_type
394         rotate
395
396 Only non-default values are saved to the lyx files. The defaults of the remaining
397 keywords are;
398         filename <empty>
399         lyxscale 100
400         display default
401         scale 100
402         width <empty>
403         height <empty>
404         draft <off>
405         noUnzip <off>
406         BoundingBox <from file>
407         clip <off>
408         rotateAngle 0
409         rotateOrigin centerBaseline
410         subcaption <off>
411         subcaptionText <empty>
412         special <empty>
413
414 The remaining keywords have sufficient overlap with the old ones for a
415 smooth reading of the 1.2.x inset keywords in most common cases.
416
417 Compatibility is certainly broken for the old lyxwidth/lyxheight keywords.
418 They don't exist anymore and we can't translate them into a scaling value, while
419 we're reading the graphics inset. The old lyxwidth/lyxheight keyword and its
420 argument is ignored and lost.
421
422 Only few compatibility issues are left for lyx2lyx:
423
424 ------------------------------------------------------------------------------
425 old-token                                   new-token         remove
426 ------------------------------------------------------------------------------
427 size_kind original / size_type 0            scale 100         width <val>
428                                                               height <val>
429                                                               scale <val>
430
431 size_kind width_height / size_type 1            -             scale <val>
432
433 lyxsize_kind original / lyxsize_type 0      lyxscale 100      lyxscale <val>
434 ------------------------------------------------------------------------------
435 [replace old-token by new-token, and remove any of subsequent tokens as listed]
436
437 If "rotate" is absent, lyx2lyx should ignore "rotateAngle <val>":
438    if ( "rotateAngle <val>" is there WITHOUT being preceded by the keyword "rotate" )
439    then
440         replace "rotateAngle <val>" by "rotateAngle 0"
441
442
443 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
444
445 Added \lyxlock for locked math inset when written to .lyx file.
446 When "downgrading" .lyx files this should simple be deleted but it
447 does not hurt at all if it stays in. It does not have to be added
448 when "upgrading".
449
450
451 2002-08-02  Angus Leeming  <leeming@lyx.org>
452
453 Added a boolean "preview" flag to InsetCommandParams.
454 Currently it is written only by InsetInclude, because only this
455 class can generate a preview of its contents.
456
457 The LyX file now contains:
458
459  \begin_inset Include \input{snapshot_t=40.tex}
460 +preview true
461
462  \end_inset
463
464 Earlier versions of LyX just swallow this extra token silently.
465
466 2002-08-12  Angus Leeming  <leeming@lyx.org>
467
468 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
469 renamed as "size_kind" and "lyxsize_kind" respectively.
470
471  \begin_inset Graphics FormatVersion 1
472         filename file.eps
473         display default
474 -       size_kind original
475 +       size_type original
476         width 7cm
477         rotateOrigin center
478 -       lyxsize_kind original
479 +       lyxsize_type original
480         lyxwidth 4cm
481
482  \end_inset
483