]> git.lyx.org Git - lyx.git/blob - UPGRADING
floatflt gotcha
[lyx.git] / UPGRADING
1 How do I upgrade my existing LyX system to version 1.2.x?
2 ---------------------------------------------------------
3
4 If you upgrade from version 1.1.6 or 1.1.5, you shouldn't have any
5 problems. It is nevertheless a good idea to advise all users to run
6 Edit>Reconfigure.
7
8 If you have your own layout files, you may need to update them a little:
9
10 - all layout files should have a "DefaultStyle" entry
11
12 - the "Latex" font style does not exist anymore. If you really need
13   its functionality, consider using the "PassThru" keyword instead.
14
15 The new layout format keywords are described in the Customization
16 manual.
17
18 Document transfer
19 -----------------
20
21 In general, you don't need to convert any documents saved with LyX
22 1.1.5 or 1.1.6 to use them with LyX 1.2.0.
23
24 LyX 1.2.0 can read all documents saved with lyx 1.1.6 correctly.
25 However, older LyX versions will almost certainly fail to read files
26 produced by LyX 1.2.0.
27
28 Note that your document may rely on the floatflt package (for example,
29 you may use \floatingfigure via LaTeX commands). If your document does
30 not have "\usepackage{floatflt}" already in the user pre-amble, you will
31 need to add it.
32  
33 Note that the babel package is now loaded after the user-defined
34 preamble (because some packages really need to be loaded before
35 babel). If you relied, on babel being loaded before your own
36 definitions, you can add an extra "\usepackage{babel}" statement at
37 the beginning of your preamble.
38
39
40