2002-04-16 09:41:52 +00:00
|
|
|
How do I upgrade my existing LyX system to version 1.2.x?
|
1999-09-27 18:44:28 +00:00
|
|
|
---------------------------------------------------------
|
|
|
|
|
2002-04-16 09:37:45 +00:00
|
|
|
If you upgrade from version 1.1.6 or 1.1.5, you shouldn't have any
|
2002-04-16 09:38:32 +00:00
|
|
|
problems. It is nevertheless a good idea to advise all users to run
|
2002-04-16 09:37:45 +00:00
|
|
|
Edit>Reconfigure.
|
|
|
|
|
|
|
|
If you have your own layout files, you may need to update them a little:
|
|
|
|
|
|
|
|
- all layout files should have a "DefaultStyle" entry
|
|
|
|
|
|
|
|
- the "Latex" font style does not exist anymore. If you really need
|
|
|
|
its functionality, consider using the "PassThru" keyword instead.
|
|
|
|
|
|
|
|
The new layout format keywords are described in the Customization
|
|
|
|
manual.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
Document transfer
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
In general, you don't need to convert any documents saved with LyX
|
2002-04-16 09:37:45 +00:00
|
|
|
1.1.5 or 1.1.6 to use them with LyX 1.2.0.
|
|
|
|
|
|
|
|
LyX 1.2.0 can read all documents saved with lyx 1.1.6 correctly.
|
|
|
|
However, older LyX versions will almost certainly fail to read files
|
|
|
|
produced by LyX 1.2.0.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-04-26 10:16:23 +00:00
|
|
|
Note that your document may rely on the floatflt package (for example,
|
|
|
|
you may use \floatingfigure via LaTeX commands). If your document does
|
|
|
|
not have "\usepackage{floatflt}" already in the user pre-amble, you will
|
|
|
|
need to add it.
|
|
|
|
|
2002-04-16 09:37:45 +00:00
|
|
|
Note that the babel package is now loaded after the user-defined
|
|
|
|
preamble (because some packages really need to be loaded before
|
|
|
|
babel). If you relied, on babel being loaded before your own
|
|
|
|
definitions, you can add an extra "\usepackage{babel}" statement at
|
|
|
|
the beginning of your preamble.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|