Juergen Spitzmueller
3d5b544e7a
Fix another encoding problem in ja/
...
(cherry picked from commit 68f6c671c53d4830ece86a07b5d551b0e2f7dab2)
2018-07-03 12:38:25 +02:00
Juergen Spitzmueller
9bfd2fffa1
Fix input encoding issue with German example text
...
pLaTeX requires SJIS encoding, so only ASCII latin is possible.
(cherry picked from commit 1a96b0d184c435bb004da53f8f70c6422b69b888)
2018-07-03 11:34:05 +02:00
Stephan Witt
26d0fb3dd5
#11142 correct list of previous versions to check for user directory contents
...
LyX on Mac uses a user directory with version suffix. On change of the version suffix
the existence of the directories with previous versions is checked and the latest one
is used for a copy on first configure run.
For 2.3 the candidate list starts with 2.2 now as it should.
(cherry picked from commit 17c3617c49487977e5c46de20cb450952c68b03d)
2018-05-16 07:18:38 +02:00
Scott Kostyshak
532d3600f2
Do not use needauth when only exporting code
...
We have a couple of converters (using Sweave and knitr to "tangle"
an intermediate file) that are used for exporting code chunks
contained in a .lyx file. Since the code is just exported to a text
file and is not executed, needauth is not necessary.
(cherry picked from commit 065e37e96ff37dd891e47aede84258fd9adf23cf)
2018-05-06 19:50:55 -04:00
José Matos
f7b9d57a45
Update scripts to support simultaneously python 2 and 3
...
The fixes are simple and on line with the changes made during
the 2.3 development. It was an oversight to leave them out.
With this commit all the python scripts should be supported by
python 2 and 3.
(cherry picked from 5b160e82be3797ae57632174f2510a132a7558a1)
2018-04-28 11:24:28 +01:00
Richard Kimberly Heck
636e998353
Fix bug #11127 .
...
This also fixes an accidental commit of "NeedCProtect".
(cherry picked from commit 9f79ab99ed43026cd1dbdd707ec07e9a83bd95c2)
2018-04-27 20:17:15 -04:00
Richard Kimberly Heck
b3946f6d4d
Add bindings for inset-settings.
...
Fixes #7762 .
(cherry picked from commit 8da025014dda1ff2d3cc1409778d5df68d06bf1a)
2018-04-22 23:58:21 -04:00
Juergen Spitzmueller
9e52c7693e
Add support for rotated longtabulars (via [pdf]lscape)
...
Fixes : #9194
See #9194 for why we use an earlier file format change here.
(cherry picked from commit feab528fd1555065592284603d8443b71f534a7a)
2018-04-18 18:10:06 +02:00
Richard Heck
bcb002039b
Merge branch '2.3.2-staging' into 2.3.x
2018-04-14 23:52:31 -04:00
Juergen Spitzmueller
1eceb1c574
Load hyperref with a suitable driver
...
This is mandatory for some features (such as bookmarks,pdfusetitle)
to work, and only a handful of drivers can be auto-detected by hyperref.
Fixes : #6418
(cherry picked from commit 33bfbf89c4267ed8e37fad1681adce4cd5dfddf4)
2018-04-09 15:17:11 +02:00
Uwe Stöhr
c690e8880b
tex2lyx: parse \xymatrix
...
LyX's \xymatrix support relies on math therefore put it into math and parse its content
fixes bug #10638
(cherry picked from commit 1174279967c4ee369d9de1438f18b7e5c748b127)
2018-04-07 00:19:10 -04:00
jpc
ba046cf1da
Force babel as language package to avoid errors with non-TeX fonts
2018-03-28 11:10:01 +02:00
Richard Kimberly Heck
0209f2faff
Fix problem with conversion of stmary10.lyx.
2018-03-19 18:44:29 -04:00
Richard Heck
25a176ee71
Update contributor.
2018-03-18 11:34:58 -04:00
Juergen Spitzmueller
be80912d1c
syntax.default: add missing *
...
Fixes : #10501
(cherry picked from commit 23766fdd592b95ecfc33cb66e08976654de33182)
2018-03-17 15:44:05 -04:00
Juergen Spitzmueller
d797986d3f
Amend 4ec133e1aeea8
...
Didn't see this test is already there.
2018-03-17 15:44:05 -04:00
Juergen Spitzmueller
db3768da89
Fix the implementation of new libertine package
...
Needs to go to 2.3.1-staging
(cherry picked from commit 905516fd706a90148a458f9936c565cbe5fcfcff)
2018-03-17 15:44:05 -04:00
Richard Heck
9deedd5c18
Simplify code a bit.
2018-03-17 15:44:05 -04:00
Richard Heck
96ec4d645b
Use pythonic syntax, as suggested by José.
...
(cherry picked from commit cec9edd34b9a43beadefd55d1755209e1acff191)
2018-03-17 15:44:05 -04:00
Juergen Spitzmueller
c0a1893008
Disable CheckTeX while buffer is processed
...
Since CheckTeX itself processes the tex file, a synchronous run with
a TeX process can lead to all sorts of conflicts, including crashes.
Fixes : #7434 .
(cherry picked from commit 71fea6332667e1a9fe99c38624e4dcaf1129d6c5)
2018-03-17 15:44:05 -04:00
Pavel Sanda
9f3da3e616
Fix sideset hints, part of bug #11015 .
2018-03-17 15:44:05 -04:00
Uwe Stöhr
ee51a86758
Arabic doc files: corrections by Hatim
2018-03-05 22:33:56 +01:00
Uwe Stöhr
0dee0920e0
Revert "configure.py: fix bug #11053 "
...
This reverts commit 151ee98e3b886bc95fc072c7401270658f0bff6e.
2018-03-02 20:13:22 +01:00
Uwe Stöhr
151ee98e3b
configure.py: fix bug #11053
...
- add quotes around the path to the python executable
2018-03-02 20:12:41 +01:00
Pavel Sanda
411860ed26
sv.po reviewed by Jim
2018-02-24 14:13:44 +01:00
Scott Kostyshak
0601533c3c
RELEASE-NOTES: document some new and changed LFUNs
2018-02-23 13:55:26 -05:00
Juergen Spitzmueller
721cc085a2
Implement IsTocCaption for normal layouts.
...
But use default "true" to maintain current behavior if not explicitly
stated otherwise.
Fixes : #11045
(cherry picked from commit 8a703573ea9718a06c94522e40671d46f0b83522)
2018-02-22 19:12:30 +01:00
Uwe Stöhr
1aa4f965c5
Arabic Shortcuts.lyx: fixes by Hatim
2018-02-22 15:35:22 +01:00
Juergen Spitzmueller
d11d44026e
Fix convert_separator routine with ancient LyX files.
2018-02-22 10:25:18 +01:00
Uwe Stöhr
7ddb5fb3e5
Arabic Shortcuts.lyx: translation update from Hatim
2018-02-21 19:18:40 +01:00
jpc
e6aaecd3f5
More French translations of the UserGuide
2018-02-21 16:47:06 +01:00
Pavel Sanda
9aa280993f
small doc glitches
2018-02-21 14:44:56 +01:00
Pavel Sanda
1e863d35e1
whitespace
2018-02-21 14:34:46 +01:00
Jean-Marc Lasgouttes
31c7ce19fb
Add Alex Dunlap to our contributors
...
(cherry picked from commit 4447fb349cbbc18f0aaebd9010fb320700d58c79)
(cherry picked from commit 6d582e5e50e5ccc91bfb0565fef51ccff995481c)
2018-02-21 12:10:03 +01:00
jpc
bbc0609a5c
More translations for fr/UserGuire.lyx
2018-02-21 11:50:56 +01:00
Uwe Stöhr
2b5a98ccb4
layouttranslations.review: update revision state
2018-02-20 20:33:58 +01:00
Uwe Stöhr
7547dd546c
layouttranslations: update file
...
and hopefully fix the encoding issue
2018-02-20 20:27:26 +01:00
Uwe Stöhr
1c159d5885
move README.Documentation to attic
...
It is outdated since many years now and we have the relevant info in the Development.lyx file
2018-02-20 20:12:22 +01:00
Uwe Stöhr
19b840ae23
ar.po and layouttranslations: updates from hatim
2018-02-20 18:01:52 +01:00
Uwe Stöhr
a4c5059195
splash.lyx and ru.po: updates from Yuriy
2018-02-19 23:31:19 +01:00
Uwe Stöhr
9ca8dae41d
layouttranslations and uk.po: corrections from Yuri
2018-02-19 23:07:01 +01:00
Uwe Stöhr
2f3695eafd
French UserGuide.lyx: fix a typo
2018-02-18 23:40:56 +01:00
jpc
a448f88326
Partial update of fr/UserGuide.lyx
2018-02-18 22:44:25 +01:00
Pavel Sanda
4c3991b9ca
* layouttranslations reviewed by Inaki
2018-02-17 19:12:20 +01:00
Pavel Sanda
2136af92b5
* layouttranslations reviewed by Inaki
2018-02-17 19:07:02 +01:00
jpc
15b099d5bf
Untranslated menu name in fr/EmbeddedObjects.lyx
2018-02-17 18:42:05 +01:00
jpc
487c9c9df3
A couple of forgotten items in fr/Additional.lyx
2018-02-17 18:30:52 +01:00
jpc
16a7638329
Remove spurious occurrence of AGU and EGS chapters in fr/Additional.lyx
2018-02-17 18:05:51 +01:00
Pavel Sanda
a4a50ac358
* UserGuide - add sentence about graphic groups unification.
2018-02-15 22:41:43 +01:00
Pavel Sanda
e836cc0aac
Unify graphics-groups inside marked block functionality.
...
Fixes #11026 .
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203683.html
2018-02-15 20:42:36 +01:00