2008-11-15 23:39:48 +00:00
|
|
|
This file lists interface changes that might affect users in 2.0.0, some
|
|
|
|
known problems in LyX 2.0.0 and some things you have to take into account
|
|
|
|
when upgrading from earlier versions to a version of the 2.0.x series.
|
2007-09-25 11:05:05 +00:00
|
|
|
Note that fixes are available for some of these, but they have not yet
|
|
|
|
been applied because of incomplete testing.
|
2006-02-23 13:56:43 +00:00
|
|
|
|
|
|
|
|
2007-04-23 12:42:18 +00:00
|
|
|
Interface changes
|
|
|
|
-----------------
|
2007-04-21 09:56:15 +00:00
|
|
|
|
2009-04-06 12:13:33 +00:00
|
|
|
There have been some changes to the LyX command line. There is a new option
|
|
|
|
"--batch" that causes LyX to run the given commands without opening a GUI
|
|
|
|
window. Thus, something like:
|
2010-04-01 15:18:38 +00:00
|
|
|
lyx -batch -x "buffer-print printer default dvips" myfile.lyx
|
2009-04-06 12:13:33 +00:00
|
|
|
will cause LyX to print myfile.lyx to the default printer, using dvips and
|
|
|
|
the default print settings (which, of course, have to have been configured
|
|
|
|
already). At present, not many commands can be used this way, but there will
|
|
|
|
be more eventually.
|
|
|
|
|
2011-02-13 09:34:10 +00:00
|
|
|
A bash completion script was added to the tarball.
|
|
|
|
|
|
|
|
We have introduced a new flag to decide whether or not a given "document"
|
|
|
|
format shall be listed in the File > Export menu. This was necessary since
|
|
|
|
this menu got too large. If the flag "menu=export" is not explicitly set,
|
|
|
|
the formats are not included in the menu. This means that you might need
|
|
|
|
to click "Show in export menu" in Preferences > File Formats for your
|
|
|
|
customized file formats if you want them to appear in the menu.
|
|
|
|
Note, though, that you still can export to any possible format via
|
|
|
|
File > Export > More Formats and Options ...
|
2010-04-01 12:33:04 +00:00
|
|
|
|
2010-11-20 13:34:14 +00:00
|
|
|
The following pref variables were changed in 2.0:
|
|
|
|
|
|
|
|
- \language_package was renamed to \language_custom_package
|
|
|
|
|
|
|
|
- \language_use_babel (bool) has been replaced by
|
|
|
|
\language_package_selection, which can be
|
|
|
|
0 (automatic selection)
|
|
|
|
1 (always use babel)
|
|
|
|
2 custom (use the custom package defined by
|
|
|
|
\language_custom_package)
|
|
|
|
3 none (equivalent to former \language_use_babel false)
|
|
|
|
|
|
|
|
The following pref variables are obsoleted in 2.0:
|
2007-12-06 11:16:46 +00:00
|
|
|
|
2008-11-16 13:57:21 +00:00
|
|
|
- \plaintext_roff_command (was not used anymore)
|
2009-06-18 10:56:33 +00:00
|
|
|
|
2009-06-18 13:30:28 +00:00
|
|
|
- \personal_dictionary, \spell_command, \use_input_encoding,
|
|
|
|
\use_personal_dictionary and \use_spell_lib (ispell support has been
|
|
|
|
removed)
|
2009-06-18 10:56:33 +00:00
|
|
|
|
2009-06-18 15:53:49 +00:00
|
|
|
- \spellchecker_use_alt_lang and \use_escape_chars (actually not used
|
|
|
|
by the UI, and it is as simple to check whether the relevant
|
|
|
|
variable is empty)
|
2009-06-18 15:31:43 +00:00
|
|
|
|
2009-04-10 11:11:14 +00:00
|
|
|
- \custom_export_command and \custom_export_format
|
2007-12-06 11:16:46 +00:00
|
|
|
|
2009-01-10 23:30:27 +00:00
|
|
|
|
|
|
|
The following new LyX functions have been introduced:
|
|
|
|
|
2009-03-30 13:49:52 +00:00
|
|
|
- LFUN_WORD_FINDAD ("word-findadv").
|
|
|
|
- LFUN_REGEXP_MODE ("regexp-mode").
|
2009-05-14 13:15:23 +00:00
|
|
|
- LFUN_PHANTOM_INSERT ("phantom-insert").
|
|
|
|
- LFUN_INSET_BEGIN ("inset-begin").
|
|
|
|
- LFUN_INSET_END (""inset-end"").
|
|
|
|
- LFUN_INSET_BEGIN_SELECT ("inset-begin-select").
|
|
|
|
- LFUN_INSET_END_SELECT ("inset-end-select").
|
|
|
|
- LFUN_CHANGE_PREVIOUS ("change-previous").
|
2009-05-15 21:15:30 +00:00
|
|
|
- LFUN_LABEL_INSERT_AS_REF ("label-insert-as-reference").
|
2009-05-14 13:15:23 +00:00
|
|
|
- LFUN_SECTION_SELECT ("section-select").
|
2009-05-14 13:10:37 +00:00
|
|
|
- LFUN_FONT_UNDERLINE ("font-underline").
|
|
|
|
- LFUN_FONT_STRIKEOUT ("font-strikeout").
|
|
|
|
- LFUN_FONT_UULINE ("font-underunderline").
|
|
|
|
- LFUN_FONT_UWAVE ("font-underwave").
|
2009-07-11 09:41:53 +00:00
|
|
|
- LFUN_BRANCHES_RENAME ("branches-rename").
|
|
|
|
- LFUN_BRANCH_ADD_INSERT ("branch-add-insert").
|
2009-08-09 14:47:05 +00:00
|
|
|
- LFUN_BUFFER_CLOSE_ALL ("buffer-close-all").
|
2010-01-11 16:17:27 +00:00
|
|
|
- LFUN_INSET_FORALL ("inset-forall").
|
|
|
|
- LFUN_DEBUG_LEVEL_SET ("debug-level-set").
|
|
|
|
- LFUN_INSET_SELECT_ALL ("inset-select-all").
|
2010-01-11 16:21:36 +00:00
|
|
|
- LFUN_MATH_AMS_MATRIX ("math-ams-matrix").
|
2010-03-06 15:46:02 +00:00
|
|
|
- LFUN_VC_COMPARE ("vc-compare").
|
|
|
|
- LFUN_SPELLING_ADD ("spelling-add").
|
|
|
|
- LFUN_SPELLING_IGNORE ("spelling-ignore").
|
2010-08-05 20:10:40 +00:00
|
|
|
- LFUN_SPELLING_REMOVE ("spelling-remove").
|
2010-05-16 22:02:10 +00:00
|
|
|
- LFUN_PREVIEW_INSERT ("preview-insert").
|
|
|
|
- LFUN_FORWARD_SEARCH ("forward-search").
|
|
|
|
- LFUN_INSET_COPY_AS ("inset-copy-as").
|
2010-09-17 10:25:33 +00:00
|
|
|
- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync").
|
2010-09-17 09:55:24 +00:00
|
|
|
|
2009-05-14 13:15:23 +00:00
|
|
|
|
2009-03-30 13:49:52 +00:00
|
|
|
The following LyX functions have been removed:
|
|
|
|
|
2009-04-15 21:41:07 +00:00
|
|
|
- LFUN_NEXT_INSET_TOGGLE ("next-inset-toggle"): use "inset-toggle" instead.
|
2010-01-11 15:50:07 +00:00
|
|
|
- LFUN_NEXT_INSET_MODIFY ("next-inset-modify"): use "inset-modify" instead.
|
2009-07-16 22:55:23 +00:00
|
|
|
- LFUN_PARAGRAPH_SPACING ("paragraph-spacing"): use "paragraph-params" instead.
|
|
|
|
|
2010-01-12 15:54:33 +00:00
|
|
|
- LFUN_NOTES_MUTATE ("notes-mutate"): replace
|
|
|
|
notes-mutate <SOURCE> <TARGET>
|
|
|
|
with the more general function inset-forall
|
2010-01-12 17:17:40 +00:00
|
|
|
inset-forall Note:<SOURCE> inset-modify note Note <TARGET>
|
2009-07-16 22:55:23 +00:00
|
|
|
|
2010-04-08 12:39:41 +00:00
|
|
|
- LFUN_ALL_INSETS_TOGGLE ("all-insets-toggle"): replace
|
|
|
|
all-insets-toggle <ACTION> <TARGET>
|
|
|
|
all-insets-toggle <ACTION>
|
|
|
|
with the more generic function inset-forall
|
|
|
|
inset-forall <TARGET> inset-toggle <ACTION>
|
|
|
|
inset-forall * inset-toggle <ACTION>
|
|
|
|
There is a difference in the <TARGET> parameter, which is would be
|
|
|
|
like "note" in the first case and "Note" in the second.
|
|
|
|
|
2010-03-06 15:46:02 +00:00
|
|
|
- LFUN_TABULAR_FEATURE ("tabular-feature"): use "inset-modify" instead.
|
2010-09-18 15:21:19 +00:00
|
|
|
I.e., "tabular-feature FEATURE <ARGS>" becomes:
|
|
|
|
inset-modify tabular FEATURE <ARGS>
|
2010-03-06 15:46:02 +00:00
|
|
|
|
2010-09-18 15:21:19 +00:00
|
|
|
- LFUN_LINE_INSERT ("line-insert"): use "inset-insert line" instead. For
|
|
|
|
something close to the previous default, use:
|
|
|
|
inset-insert line rule height 0.25ex width 100col% \\end_inset
|
|
|
|
This is necessary because the line inset now takes various arguments.
|
2010-09-12 07:01:24 +00:00
|
|
|
|
2010-09-12 07:56:08 +00:00
|
|
|
- LFUN_TOC_INSERT ("toc-insert"): use "inset-insert toc" instead.
|
|
|
|
|
2010-03-06 15:46:02 +00:00
|
|
|
|
2009-04-15 21:41:07 +00:00
|
|
|
The following LyX functions have been changed:
|
|
|
|
|
|
|
|
- LFUN_INSET_TOGGLE ("inset-toggle"): For some insets, this function was used
|
|
|
|
to show the settings dialog. This is no longer possible and one should use
|
|
|
|
inset-settings for this purpose.
|
2009-07-04 23:17:38 +00:00
|
|
|
|
2009-07-04 23:19:50 +00:00
|
|
|
- LFUN_WORD_REPLACE ("word-replace"): The replacement and searched strings
|
|
|
|
arguments have been inverted in order to allow the replacement of the word
|
|
|
|
at current cursor position, even if it is not selected.
|
2010-04-01 12:33:04 +00:00
|
|
|
|
2010-06-04 22:53:44 +00:00
|
|
|
- LFUN_OPTIONAL_INSERT ("optional-insert") has been renamed LFUN_ARGUMENT_INSERT
|
|
|
|
("argument-insert").
|
|
|
|
|
2010-04-01 12:33:04 +00:00
|
|
|
|
2010-07-23 21:49:33 +00:00
|
|
|
The following LyX key bindings have been changed:
|
|
|
|
|
|
|
|
- LFUN_MATH_MACRO_FOLD ("math-macro-fold")
|
|
|
|
The binding to "C-minus" has changed to "C-S-underscore".
|
|
|
|
|
|
|
|
- LFUN_MATH_MACRO_UNFOLD ("math-macro-unfold")
|
|
|
|
The binding to "C-plus" has changed to "C-S-asterisk".
|
|
|
|
|
2011-02-23 14:54:30 +00:00
|
|
|
- On Mac OSX the modifier keys <Control> and <Option> are now treated separately.
|
|
|
|
The distributed key binding for Mac OSX no longer uses the <Option> key for
|
|
|
|
shortcuts with letters or numbers.
|
|
|
|
|
|
|
|
The custom key bindings for <Option>/<Control> are mapped to the <Control>
|
|
|
|
modifier only.
|
2010-07-23 21:49:33 +00:00
|
|
|
|
2011-02-02 14:55:14 +00:00
|
|
|
New external programs and libraries:
|
|
|
|
------------------------------------
|
2010-03-07 09:29:33 +00:00
|
|
|
|
|
|
|
LyX 2.0 introduces support for some new external helper programs/libraries,
|
|
|
|
while the support for some existing programs has been dropped. This
|
|
|
|
particularly applies to spell checking and the thesaurus.
|
|
|
|
|
|
|
|
1.) SPELLCHECKING:
|
|
|
|
|
|
|
|
* Direct support for ispell and hspell has been dropped. However, ispell
|
|
|
|
and hspell are still accessible via the enchant wrapper (see below).
|
|
|
|
|
|
|
|
* Support for the aspell command line program has been dropped. Note that
|
|
|
|
the aspell library (aspell 0.60.x) is still supported.
|
|
|
|
|
2010-11-07 22:46:41 +00:00
|
|
|
* As well as the aspell library, LyX now also supports hunspell (the spell
|
2010-03-07 09:29:33 +00:00
|
|
|
checker used by OpenOffice and Firefox) and enchant, a wrapper that
|
|
|
|
provides automatic access to many spell checking libraries (ispell,
|
|
|
|
aspell, hspell, hunspell, etc.).
|
|
|
|
|
2010-11-07 22:46:41 +00:00
|
|
|
* On Mac OSX, Apple's Spell Server is preconfigured as the "native" spell
|
|
|
|
checker.
|
2010-07-23 21:49:33 +00:00
|
|
|
|
2010-11-07 22:46:41 +00:00
|
|
|
LyX 2.0 is configured for any and all of these three possibilities,
|
|
|
|
given that the various libraries are installed on the machine where LyX is
|
|
|
|
configured. The actual spell checker can be selected in Tools > Preferences.
|
2010-03-07 09:29:33 +00:00
|
|
|
Packagers are advised to pre-select whatever is most common on their
|
|
|
|
platform/distribution.
|
|
|
|
|
|
|
|
2.) THESAURUS:
|
|
|
|
|
|
|
|
* Support for the aiksaurus library has been dropped in favour of the
|
|
|
|
MyThes thesaurus library (the thesaurus library used by OpenOffice).
|
|
|
|
|
2010-11-07 22:46:41 +00:00
|
|
|
* LyX ships the MyThes library itself, so unlike in LyX 1.6.x, no extra
|
|
|
|
thesaurus library needs to be installed. However, LyX does not ship any
|
|
|
|
thesaurus dictionaries, and those do have to be installed separately.
|
2010-03-07 09:29:33 +00:00
|
|
|
|
|
|
|
* The OpenOffice thesaurus dictionaries can be used, but the path to those
|
2010-11-07 22:46:41 +00:00
|
|
|
dictionaries needs to be set in Tools > Preferences. Please refer to the
|
2010-03-07 09:29:33 +00:00
|
|
|
UserGuide, sec. 6.13, for further instructions.
|
|
|
|
|
|
|
|
Packagers are advised to preset the thesaurus for their distribution/
|
|
|
|
platform. Packagers of installation bundles (on Windows and the Mac)
|
2010-11-07 22:46:41 +00:00
|
|
|
are advised to provide automatic installation of thesaurus dictionaries
|
2010-03-07 09:29:33 +00:00
|
|
|
in the installation process (analoguous to the spellchecker installation).
|
|
|
|
|
2010-11-07 22:43:08 +00:00
|
|
|
3.) LILYPOND:
|
|
|
|
|
2010-11-07 19:09:26 +00:00
|
|
|
There is now direct support for Lilypond-book. Note that LyX requires at
|
|
|
|
least version 2.14 for proper work.
|
|
|
|
|
2011-01-12 13:30:34 +00:00
|
|
|
4.) INSTANT PREVIEW:
|
|
|
|
|
|
|
|
Make sure that dv2dt (often part of LaTeX distributions) is installed
|
2011-02-01 20:03:01 +00:00
|
|
|
on your system. Instant preview wil be disabled if dv2dt is not found.
|
2011-01-12 13:30:34 +00:00
|
|
|
|
2009-01-10 23:30:27 +00:00
|
|
|
|
2008-11-15 23:39:48 +00:00
|
|
|
Known issues in version 2.0.0
|
|
|
|
-----------------------------
|
2007-04-23 12:42:18 +00:00
|
|
|
|
2010-11-29 14:12:47 +00:00
|
|
|
- LyX needs to be run under Python 2 and will not work properly on systems
|
|
|
|
where Python 3 is the default binary. See bug #7030 to know how to fix
|
|
|
|
this properly, since simple sheebang conversion in *.py files will not
|
|
|
|
be enough.
|
2008-01-08 15:39:40 +00:00
|
|
|
|
2008-11-15 23:39:48 +00:00
|
|
|
Caveats when upgrading from earlier versions to 2.0.x
|
2007-09-25 11:05:05 +00:00
|
|
|
-------------------------------------------------------
|
|
|
|
|
2010-11-13 17:25:03 +00:00
|
|
|
- The syntax of the languages file has been changed. If you use a modified
|
|
|
|
languages file, you will need to adapt it to the new syntax, as LyX 2.0
|
|
|
|
is not able to read old languages file anymore.
|
|
|
|
Please refer to the beginning of the languages file for an explanation
|
|
|
|
of the new syntax.
|
2008-07-09 08:18:49 +00:00
|
|
|
|
2010-11-28 22:26:07 +00:00
|
|
|
- There has been a large change in how Flex insets are named. Previously,
|
|
|
|
they tended to have names like "CharStyle:Noun". Now, they just have
|
|
|
|
names like "Flex:Noun" (where "Flex" is a namespace that is optional).
|
|
|
|
When LyX 2.0 reads older files, it silently converts the old-style names
|
|
|
|
to new-style names; this direction works perfectly. It will also silently
|
|
|
|
revert new-style names to old-style names, when exporting to 1.6.x format,
|
|
|
|
but only for the pre-defined LyX insets. This means that user-defined flex
|
|
|
|
insets will not be properly reverted.
|
|
|
|
To solve this problem, you can modify the file $LYXDIR/lyx2lyx/lyx_2_0.py.
|
|
|
|
In that file, you will find the following:
|
|
|
|
flex_insets = {
|
|
|
|
"Alert" : "CharStyle:Alert",
|
|
|
|
"Code" : "CharStyle:Code",
|
|
|
|
"Concepts" : "CharStyle:Concepts",
|
|
|
|
"E-Mail" : "CharStyle:E-Mail",
|
|
|
|
"Emph" : "CharStyle:Emph",
|
|
|
|
"Expression" : "CharStyle:Expression",
|
|
|
|
"Initial" : "CharStyle:Initial",
|
|
|
|
"Institute" : "CharStyle:Institute",
|
|
|
|
"Meaning" : "CharStyle:Meaning",
|
|
|
|
"Noun" : "CharStyle:Noun",
|
|
|
|
"Strong" : "CharStyle:Strong",
|
|
|
|
"Structure" : "CharStyle:Structure",
|
|
|
|
"ArticleMode" : "Custom:ArticleMode",
|
|
|
|
"Endnote" : "Custom:Endnote",
|
|
|
|
"Glosse" : "Custom:Glosse",
|
|
|
|
"PresentationMode" : "Custom:PresentationMode",
|
|
|
|
"Tri-Glosse" : "Custom:Tri-Glosse"
|
|
|
|
}
|
|
|
|
This is a map form new-style names (minux "Flex") to old-style names (and
|
|
|
|
there is a similar for DocBook elements). To get a user-defined CharStyle
|
|
|
|
to revert properly, it simply needs to be added to this list.
|
2007-07-20 14:07:03 +00:00
|
|
|
|
2007-07-11 14:56:39 +00:00
|
|
|
|
2007-05-03 20:51:31 +00:00
|
|
|
Note: There may later be an updated list of known issues online at
|
|
|
|
http://wiki.lyx.org/LyX/ReleaseNotes
|
|
|
|
|