Reordering citations is one case where catching "Citation undefined
on page ..." doesn't catch the need for a bibtex rerun. This patch
ensures the proper ordering is obtained in pdf output without having
to resort to closing and reopening the LyX document.
- also change the checking order to get an at least partially working LyX if the Internet connection breaks during the installation of missing packages
- Add a note about HTML.
- Add a note about using external files.
- Add a note about using lilypond variables and commands.
- Some corrections and nitpicks.
- there is no need that we force Layout authors to look into the source code to be able to set a color in a layout file.
- German Customization.lyx: adapt chapter 6 to the English version
- uniform formatting, clarifications, simplifications, updates, added missing information
- German Customization.lyx: also translations, added missing information that is already in the other language versions
Also, add Jacob Bishop to the list of contributors, since this is
his work. Thanks, Jacob!
(cherry picked from commit 824b0313b3da3b1d504c1cff6c320fcd54749c92)
Fix#4981:
If the first or last column is deleted, the borders are preserved.
Similarly for the last row, but not for the first row. Selections are
supported.
Based on a patch by Zahari Dimitrov.
(cherry picked from commit 1954458817f80ac15d670a9732469066994ef08a)
It was only needed for getting hex names of colors. So, get them
directly from a ColorCache object with default mapping.
Conflicts:
src/graphics/PreviewLoader.cpp
Fix the following bug:
When in tabular, enter "ab" in a cell. Place the cursor before "b". Hold
shift and press <right>, then (still holding shift) <right> again. On
the second <right> nothing appears to happen.
Related to #1802.
(cherry picked from commit 4b706051b73ece2d806bc8b4daf430f2e0be6995)