mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
b89749ae1d
Nix (https://nixos.org) is a Unix package manager, which can be used to
install LaTeX on macOS. A peculiarity of Nix is that all packages are
installed into separate directories and the actual directory tree is
then constructed via symlinks.
This interacts badly with the way LyX currently detects files in the
TeX setup, because TeXFiles.py does not follow symlinks. Therefore,
almost nothing is found when using LyX together with Nix’ LaTeX.
Patch from Michael Roitzsch.
(cherry picked from commit 642b4acca1
)
111 lines
1.8 KiB
Plaintext
111 lines
1.8 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.3.4.
|
|
All comments are welcome.
|
|
|
|
We try to group things by topic and in decreasing order of importance.
|
|
Please feel free to re-arrange if that seems like a good idea.
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
|
|
* MISCELLANEOUS
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
The "Rows & Columns" optional submenu has been added to the math context menu.
|
|
|
|
Avoid using text mode for unicode symbols representable in math mode (bug 9616).
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- The Dutch user interface localization has been revived.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Fix toprule with booktabs/longtable and captions (bug 11589).
|
|
|
|
- Avoid adding spaces when parsing an array in a macro template (bug 10499).
|
|
|
|
- Avoid superfluous braces in the optional argument of a macro (bug 11552).
|
|
|
|
- Do not replace a latex command with the corresponding symbol in the
|
|
unicodesymbols file, unless it can be encoded in the document encoding
|
|
(bug 11586).
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix some numbering issues with bibitems (bug 2743, 8499).
|
|
|
|
- Deal properly with orphaned bibitems (bug 7160).
|
|
|
|
- Fix endless loop when a macro definition references itself (bug 11595).
|
|
|
|
- Use the selection as the argument of a macro also when the macro has only
|
|
optional arguments (bug 10498).
|
|
|
|
- Correctly close a language opened in a branch inset (bug 9633).
|
|
|
|
|
|
* INTERNALS
|
|
|
|
- Fix TeX file listing with the Nix package manager.
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
- Significantly improve support for modules (bug 11259, 8229).
|
|
|
|
- Prevent multiplication of preamble code on (re-)import (bug 8229).
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|