Commit Graph

38008 Commits

Author SHA1 Message Date
Scott Kostyshak
c194f60d55 ja/Math.lyx: correct the URL of the mhchem manual
It was pointing to the hyperref manual.

(cherry picked from commit 8b1cdce752)
2017-10-06 15:08:26 -04:00
Scott Kostyshak
2edeea8067 sweave.lyx: remove ref to previous homepage
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 a0b3c3b563)
2017-10-06 14:24:39 -04:00
Scott Kostyshak
b6c9ee1a0a poster-a0poster-simple.lyx: rm ref to a0poster-kh
a0poster-kh is unmaintained and non-standard. Note that URL in the
removed \item was broken.

For more information, see discussion on list:
https://www.mail-archive.com/search?l=mid&q=20171006055205.jdicpppko3tjrlef%40steph

(cherry picked from commit 5b7c2348e6)
2017-10-06 13:54:53 -04:00
Scott Kostyshak
d6290d1f24 docs: fix URL to hyperref manual
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.

(cherry picked from commit b5662f1d21)
2017-10-06 02:18:08 -04:00
Pavel Sanda
c7b325df5e backport cs.po 2017-10-05 14:12:27 +02:00
Scott Kostyshak
ca14295a49 docs: update URL of Astronomy & Astrophysics
The new URL was found by visiting the root URL and clicking on
"journals".

(cherry picked from commit 55cdd62916)
2017-10-05 00:23:44 -04:00
Scott Kostyshak
4d5d7e37d5 fr/Additional.lyx: remove duplicate URL
(cherry picked from commit 8738aceca3)
2017-10-05 00:23:44 -04:00
Kornel Benko
10487fb292 Cmake build: Unconditionally create many install targets
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 82246b5109)
2017-10-04 10:16:30 +02:00
Kornel Benko
a506c6b73b Cmake build: Only use the new lyxconvert on MAC 2017-10-03 22:14:37 +02:00
Kornel Benko
9da29ac788 Add suffixed lyxconvert to cmake build.
This should amend f93ec4a, but is not tested on apple
2017-10-03 22:09:57 +02:00
Kornel Benko
9f5f4e2aa0 cmake tests: Try to use valid locales for testing 2017-10-03 22:09:06 +02:00
Scott Kostyshak
b0379b7a68 Update noweb URL in docs
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 be91997227)
2017-10-03 15:25:17 -04:00
Stephan Witt
c75d9bf7c4 Add Qt-based fallback-converter for Mac to compensate missing ImageMagick convert utility
(cherry picked from commit f93ec4a1f4)
2017-10-03 20:10:29 +02:00
Stephan Witt
0faf6ff22b add inkscape wrapper script for Mac OS
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 350ef993e5)
2017-10-03 20:07:35 +02:00
Scott Kostyshak
a4ddc5401b Hebrew tutorial: update link to Hebrew set up
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 a128e1287d)
2017-10-02 23:39:26 -04:00
Scott Kostyshak
e08512e7fd LaTeXConfig.lyx: fix URL of AEA author guide
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.

(cherry picked from commit b94bb04d91)
2017-10-02 23:20:56 -04:00
Scott Kostyshak
fe05ff0013 Math.lyx: fix URL of amsguide.pdf
Our URL tests have been reporting the previous URL for a few months
as broken, and browser confirms it.

(cherry picked from commit 7b6fc48c22)
2017-10-02 23:11:41 -04:00
Uwe Stöhr
dc29f73a2f UserGuide.lyx: accept and distribute today's changes 2017-10-03 01:30:59 +02:00
Günter Milde
0f6af3da50 Revise dash documentation in the UserGuide (en and de). 2017-10-02 16:10:28 +02:00
Scott Kostyshak
1962b8bedb Restore compilation of ja/Additional.lyx
Remove a system-dependent path.

(cherry picked from commit e474554627)
2017-10-02 00:51:49 -04:00
Scott Kostyshak
abc112e3a8 Set default format to "default" for Japanese docs
Consistent with 27165841.

(cherry picked from commit 867abeac06)
2017-10-01 13:24:13 -04:00
Jean-Marc Lasgouttes
cda56c0dc3 Avoid empty space above the top of the document
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 d6aecbda0f)
2017-09-28 13:57:36 +02:00
Juergen Spitzmueller
4f50cbcfe4 Fix crash when closing master with children and grandchildren
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
2017-09-28 09:06:33 +02:00
Juergen Spitzmueller
745b43784c Whitespace cosmetics 2017-09-27 18:05:58 +02:00
Jean-Marc Lasgouttes
f2f7ea9edc Do not apply mathindent to inline math insets
(cherry picked from commit 040e9d32a6)
2017-09-24 22:55:06 +02:00
Juergen Spitzmueller
64007533a7 Fix some spelling errors reported by Sven
Fixes: #10678
(cherry picked from commit b498646b2e)
2017-09-22 09:34:51 +02:00
Juergen Spitzmueller
5e2d418764 Add missing file (this addition needed to be forced)
(cherry picked from commit c61f31d8a5)
2017-09-19 19:17:40 +02:00
Juergen Spitzmueller
abaeb853d1 Remove files that are no longer in the tree.
(cherry picked from commit fe4e29a642)
2017-09-19 19:17:40 +02:00
Juergen Spitzmueller
cf1a276ec4 Update internal Hunspell to latest release (1.6.2)
(cherry picked from commit 3b89cd9c28)
2017-09-19 19:16:52 +02:00
Juergen Spitzmueller
2c9fd212fd Do not disable the other spellers when compiling against internal hunspell
Users might still want to have a selection.

(cherry picked from commit 561d36a19e)
2017-09-18 18:08:37 +02:00
Juergen Spitzmueller
3de5218e63 Define USE_HUNSPELL when compiling against included hunspell.
Otherwise, the speller is disabled.

(cherry picked from commit be36fe6e62)
2017-09-18 18:08:37 +02:00
Kornel Benko
adfcd0828e Fix compilation of es/Additional.lyx with (xe|lua)latex using for system fonts 2017-09-18 09:22:08 +02:00
Juergen Spitzmueller
942dfcd69a de/Customization: fix typo.
(cherry picked from commit f7e431ce73)
2017-09-17 18:31:33 +02:00
Kornel Benko
754ab4eae6 Update sk.po 2017-09-16 16:54:10 +02:00
Juergen Spitzmueller
d8c018b8c6 Reset InsetArgument language after passthru status change
Fixes: #10664
2017-09-15 16:21:05 +02:00
Juergen Spitzmueller
166054126e RELEASE_NOTES: minor correction 2017-09-15 11:54:39 +02:00
Juergen Spitzmueller
7309ae50b4 Allow to provide xunicode. 2017-09-15 09:36:16 +02:00
Stephan Witt
ccf33ccf5f #10762 open lyx pipe only once to read the answer
(cherry picked from commit c7efc9df28)
2017-09-15 08:17:41 +02:00
Uwe Stöhr
4348166d8b UserGuide.lyx: accept and distribute all recent changes (part 3/3) 2017-09-15 00:09:40 +02:00
Stephan Witt
3081e3661c #10762 update format and copyright 2017-09-14 12:01:19 +02:00
Stephan Witt
615afdc5a3 #10762 don't hard-code the location of LyX bundle - use script path name for lyxrc.dist lookup
(cherry picked from commit 8cbed5ef4a)
2017-09-14 11:44:15 +02:00
Stephan Witt
9b6cee5af4 #10762 read complete answer from LyX server and echo it
(cherry picked from commit 81d70b41a1)
2017-09-14 11:41:52 +02:00
Stephan Witt
4599a1b6f1 #10762 correct user preferences file lookup
(cherry picked from commit 4939741a73)
2017-09-14 11:41:31 +02:00
Stephan Witt
024c9d315b #10762 avoid back ticks for sub-shell execution where possible
(cherry picked from commit bec5b579b0)
2017-09-14 11:41:22 +02:00
Uwe Stöhr
3a6e18f53a UserGuide.lyx: accept and distribute more recent changes (part 2/3) 2017-09-14 01:00:32 +02:00
Uwe Stöhr
5a5f154a98 UserGuide.lyx: accept and distribute recent changes (part 1/2)
- Customization.lyx: fix a typo
2017-09-13 00:57:21 +02:00
Uwe Stöhr
c88e9e57ef libiconv: upgrade to version 1.15 2017-09-12 23:15:43 +02:00
Juergen Spitzmueller
776f1db186 de/Additional: fix typo. 2017-09-12 11:06:29 +02:00
Stephan Witt
97dc585138 #10662 use drawers for bibliography dialogs
This change solves dialog stacking problems on newer Mac OS X in combination with the OS provided file open dialog.
2017-09-12 11:05:42 +02:00
Guenter Milde
1014c6b64d Update documentation about em/en dashes and bitmap fonts. 2017-09-12 09:30:36 +02:00