The homepage does not exist anymore. Note that R installations now
come with Sweave already installed.
We now instead reference the user manual of Sweave.
(cherry picked from commit a0b3c3b563b7fddf839f530ceb66e7ad0b3558f2)
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.
(cherry picked from commit b5662f1d217e67a702c7966a002edc005b4357e3)
Previously one needed to use '-D_LYX_INSTALL=ON' to be able to install
some targets. This change only creates rules to make installation possible for
the underlying toolset.
The setting is still needed to create the rules for manuals, lokalizations and
win32 install scripts.
(cherry picked from commit 82246b5109d9bbadb8236c1d07d1d903181429f7)
Norman Ramsey is now at Tufts, and URLs to his websites at previous
institutions are broken. The new link gives the same information as
the old links did (verified with web.archive.org).
(cherry picked from commit be91997227f69d9622a928b0d4870fbaee0a844e)
The wrapper script is placed in the binary directory of the LyX bundle.
It tries to find the real inkscape command line converter in the
Inkscape.app bundle and starts it or reports an error.
The configure.py is changed for Mac OS to check the presence of
the real inkscape binary in the Inkscape.app bundle.
(cherry picked from commit 350ef993e59b3ede7dd621a81f096ea78296c5c8)
Dekel Tsur has a webpage with information on getting set up with
using Hebrew with LaTeX and LyX. We link to that webpage from our
Hebrew Tutorial. He appears to have changed universities, and the
new link gives the same information as the old link did (verified
with web.archive.org).
(cherry picked from commit a128e1287d89d76fd0a7f0eeb2df6c45f3b2493e)
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.
(cherry picked from commit b94bb04d9146c075c31a39d99fe7d750e46e914c)
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.
(cherry picked from commit 7b6fc48c22d38a6f04bc09766aa9df2946b51d2c)
If the height of the first row of the document has become smaller (for
example when it contains an image which size has shrunk), that the
anchor offset has to be adapted so that there is not a large blank
space at the top of the document.
(cherry picked from commit d6aecbda0f5929ab04805ac6e19cd48f3c4a059b)
In some cases, it is possible that the BufferPositionMap has
dangling pointers. We thus check whether the Buffer is loaded
before accessing it.
Fixes: #10766