]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoAdd ignoresep option to layout lfun
Juergen Spitzmueller [Mon, 1 Jan 2018 11:31:31 +0000 (12:31 +0100)]
Add ignoresep option to layout lfun

This does not force the cursor in a separator paragraph to endpos.

This is needed for environment-split.

6 years agoImplement auto-nesting.
Juergen Spitzmueller [Mon, 1 Jan 2018 11:27:08 +0000 (12:27 +0100)]
Implement auto-nesting.

Now layouts can specify other layouts that should be nested in and
after the current one (if the layout is switched from the current one
and if it follows a paragraph in the current one).

This is particularly useful for things such as the beamer frames, where
particular layouts are practically always nested.

This is a backport from master, including all fixes.

6 years agoProperly implement IsTocCaption for Arguments in standard TOC
Juergen Spitzmueller [Fri, 29 Dec 2017 10:51:24 +0000 (11:51 +0100)]
Properly implement IsTocCaption for Arguments in standard TOC

Fixes: #10631
Candidate for 2.3.x.

(cherry picked from commit 3a4b233dbd9810608ad1d79a1d866c8ab3ce2f29)

6 years ago Unify translation of 'Nomenclature' in French
jpc [Fri, 29 Dec 2017 17:30:09 +0000 (18:30 +0100)]
   Unify translation of 'Nomenclature' in French

       Second iteration following Jürgen's remarks

6 years ago Unify the translation of 'Nomenclature' in French
jpc [Thu, 28 Dec 2017 17:11:30 +0000 (18:11 +0100)]
   Unify the translation of 'Nomenclature' in French

6 years agoFix footnotes in table with RevTeX4
Juergen Spitzmueller [Wed, 27 Dec 2017 14:43:40 +0000 (15:43 +0100)]
Fix footnotes in table with RevTeX4

These classes come with their own working implementation of table
footnotes, so we are not supposed to use the tablefootnote or
footnote package.

Also add missing outliner name.

(cherry picked from commit dfaa4e9466fd0e5bf22bf55965a26e86a767cfa7)

6 years agoTufte title is fragile
Juergen Spitzmueller [Tue, 26 Dec 2017 11:35:55 +0000 (12:35 +0100)]
Tufte title is fragile

Candidate for 2.3.x.

(cherry picked from commit 994176e55ba2f7aea4f09a82c46d88d3eead7078)

6 years agoUpdate sk.po
Kornel Benko [Mon, 25 Dec 2017 13:50:47 +0000 (14:50 +0100)]
Update sk.po

6 years agoctests: run URL tests at beginning
Scott Kostyshak [Sun, 24 Dec 2017 01:41:16 +0000 (20:41 -0500)]
ctests: run URL tests at beginning

The URL tests can take a long time to complete. By running them at
the beginning, time can be saved when running the ctests in
parallel.

This saves around 10 minutes for me.

(cherry picked from commit c9817a4fb5a85fea175659b2fe1f0ab394f81c1e)

6 years agosync layouttranslations with master
Pavel Sanda [Sun, 24 Dec 2017 04:04:00 +0000 (05:04 +0100)]
sync layouttranslations with master

6 years agoBackport cs.po from master
Pavel Sanda [Sun, 24 Dec 2017 04:02:17 +0000 (05:02 +0100)]
Backport cs.po from master

6 years agoremerge cs.po
Pavel Sanda [Sun, 24 Dec 2017 04:01:25 +0000 (05:01 +0100)]
remerge cs.po

6 years agoDo not draw inactive math corners when they have mathbg color
Jean-Marc Lasgouttes [Tue, 19 Dec 2017 21:32:32 +0000 (22:32 +0100)]
Do not draw inactive math corners when they have mathbg color

By default, inactive math corners are invisible. In practice they are
annoying because they are visible when selecting text, and they can
also overwrite some parts of the equation.

The code in Inset::drawMarkers2, which is only used for maths, is
moved to InsetMathHull. Moreover, the inactive corners are not drawn
when they have the same color as the math background. A better way to
achieve this would be to set the color to transparent, but we do not
support this yet.

(cherry picked from commit 68614e9783382b6267fc9ce32ed45bc2477007dd)

6 years agoReintroduce the spacing around delimiters
Jean-Marc Lasgouttes [Wed, 20 Dec 2017 10:22:21 +0000 (11:22 +0100)]
Reintroduce the spacing around delimiters

This spacing was wrongly removed at 361bd53b as part of the
introduction of proper spacing between elements, but it only introduces
some breathing space around the delimiters. This will not be necessary
anymore when/if we use proper delimiters from the cmex10 font.

(cherry picked from commit 4cb5cc0c7de7cb5dbaaf14328e5a82e1cfe5a6ca)

6 years agoHandle properly undo groups in embedded work areas
Jean-Marc Lasgouttes [Wed, 13 Dec 2017 09:38:47 +0000 (10:38 +0100)]
Handle properly undo groups in embedded work areas

When a buffer is in an embedded work area (adv. find&replace), it is
not found by BufferList:::exists(), and therefore the undo group
created in GuiApplication::dispatch and in the handling of
LFUN_COMMAND_SEQUENCE will not be closed.. Crashes can ensue, as
described in Ubuntu bug:
https://bugs.launchpad.net/bugs/1737429

The solution is to introduce BufferList::isInternal and act on it.

Fixes bug #10847.

(cherry picked from commit 8b107f0490e61b4390e925f08d21661ef50d6f49)

6 years agoTitle commands are fragile in memoir
Juergen Spitzmueller [Sat, 23 Dec 2017 12:26:35 +0000 (13:26 +0100)]
Title commands are fragile in memoir

(cherry picked from commit 7b4d2279298b5ececf643610b80d8f7c9bd3c63c)

6 years ago Update fr.po
jpc [Fri, 22 Dec 2017 10:28:18 +0000 (11:28 +0100)]
    Update fr.po

6 years agoUpdate sk.po
Kornel Benko [Thu, 21 Dec 2017 05:12:44 +0000 (06:12 +0100)]
Update sk.po

6 years agoFix typo.
Juergen Spitzmueller [Wed, 20 Dec 2017 11:17:04 +0000 (12:17 +0100)]
Fix typo.

This had the effect that for file dialogs supposed to use two buttons,
only the second one was displayed, while file dialogs supposed to use
one button did not have a button at all.

Candidate for 2.3.x and 2.2.x.

(cherry picked from commit 74607702a585fd68bdf6b9cda668421a4ed06f3e)

6 years agorevtex4-1.lyx: LyXify the document
Uwe Stöhr [Tue, 19 Dec 2017 14:07:29 +0000 (15:07 +0100)]
revtex4-1.lyx: LyXify the document

- avoid unnecessary TeX code etc.

6 years agoctests: invert tests for Arabic splash
Scott Kostyshak [Tue, 19 Dec 2017 01:27:35 +0000 (20:27 -0500)]
ctests: invert tests for Arabic splash

The Arabic splash only compiles with XeTeX + system fonts.

(cherry picked from commit 291d2f1037a0611783103438c85c06ebecbd7f54)

6 years agoxyfigure.png: update the screenshot
Uwe Stöhr [Tue, 19 Dec 2017 00:51:06 +0000 (01:51 +0100)]
xyfigure.png: update the screenshot

6 years agonew Arabic splash.lyx from Hatim
Uwe Stöhr [Mon, 18 Dec 2017 14:27:28 +0000 (15:27 +0100)]
new Arabic splash.lyx from Hatim

6 years agoDo not rely on babel quotation macros for encodings other than [O]T1
Juergen Spitzmueller [Sun, 17 Dec 2017 11:16:01 +0000 (12:16 +0100)]
Do not rely on babel quotation macros for encodings other than [O]T1

Babel falls back to OT1 in these cases, which gives wrong output got the
guillemots

Fixes: #10947
(cherry picked from commit 64b94f81be52de33553cda5db85d824de2119a3c)

6 years agoANNOUNCE: https a link
Scott Kostyshak [Mon, 18 Dec 2017 02:09:55 +0000 (21:09 -0500)]
ANNOUNCE: https a link

6 years agoRELEASE-NOTES: macOS 10.8 is no longer supported
Scott Kostyshak [Mon, 18 Dec 2017 02:03:29 +0000 (21:03 -0500)]
RELEASE-NOTES: macOS 10.8 is no longer supported

This change is because of using Qt 5.9.x.

For discussion, see:

  https://www.mail-archive.com/search?l=mid&q=7D26D5A2-86D4-4495-B225-5119C5CCCDA4%40gmx.net

6 years agoRussian Tutorial.lyx: translations from Yuriy
Uwe Stöhr [Mon, 18 Dec 2017 00:39:37 +0000 (01:39 +0100)]
Russian Tutorial.lyx: translations from Yuriy

6 years agoUserGuide.lyx: distribute dash changes
Uwe Stöhr [Mon, 18 Dec 2017 00:31:53 +0000 (01:31 +0100)]
UserGuide.lyx: distribute dash changes

6 years agode.po: update
Juergen Spitzmueller [Sun, 17 Dec 2017 18:32:44 +0000 (19:32 +0100)]
de.po: update

6 years agoAdapt documentation.
Juergen Spitzmueller [Sun, 17 Dec 2017 08:20:34 +0000 (09:20 +0100)]
Adapt documentation.

(cherry picked from commit 5dca4abb09ae9518eeee82743c65a2f93ee2aae0)

6 years agoFurther modifications of the "Dashes and Linebreaks" section
Juergen Spitzmueller [Sat, 16 Dec 2017 16:35:40 +0000 (17:35 +0100)]
Further modifications of the "Dashes and Linebreaks" section

(cherry picked from commit ad093160d8c183f2b09d8e844047ea4b8813f079)

6 years agoAmend d56a5447f306
Juergen Spitzmueller [Sun, 17 Dec 2017 08:19:26 +0000 (09:19 +0100)]
Amend d56a5447f306

LaTeX only breaks after dashes (even though unicode suggests optional
line breaks also before em dashes).

(cherry picked from commit 1371dbb24063b613cb8914a521b90a47d74f0472)

6 years agoConsistent output of breakable/non-breakable dashes on all TeX engines.
Juergen Spitzmueller [Sat, 16 Dec 2017 15:11:25 +0000 (16:11 +0100)]
Consistent output of breakable/non-breakable dashes on all TeX engines.

Fixes: #10839
(cherry picked from commit d56a5447f30688286c1fe19f3b51225f4b586b3e)

6 years agosk.po: Remerge strings with a shortcut from master
Kornel Benko [Sun, 17 Dec 2017 06:18:53 +0000 (07:18 +0100)]
sk.po: Remerge strings with a shortcut from master

6 years agoRussian splash.lyx: update from Yuriy
Uwe Stöhr [Sun, 17 Dec 2017 02:51:08 +0000 (03:51 +0100)]
Russian splash.lyx: update from Yuriy

6 years agoRussian doc files: finished review from Yuriy
Uwe Stöhr [Sun, 17 Dec 2017 02:39:25 +0000 (03:39 +0100)]
Russian doc files: finished review from Yuriy

6 years agoru.po: remerge for Yuriy
Uwe Stöhr [Sun, 17 Dec 2017 02:33:52 +0000 (03:33 +0100)]
ru.po: remerge for Yuriy

6 years agode.po: translate a new string
Uwe Stöhr [Sun, 17 Dec 2017 02:14:32 +0000 (03:14 +0100)]
de.po: translate a new string

6 years agoit.po: fix msgmerge warning
Uwe Stöhr [Sun, 17 Dec 2017 02:12:18 +0000 (03:12 +0100)]
it.po: fix msgmerge warning

"it.po:33740: warning: internationalized messages should not contain the '\f' escape sequence"
Since this message is not used, it can be removed.

6 years agoBuffer.cpp: reference oasis in https link
Uwe Stöhr [Sun, 17 Dec 2017 01:41:51 +0000 (02:41 +0100)]
Buffer.cpp: reference oasis in https link

6 years agotex2lyx: support to detect https:// links
Uwe Stöhr [Sun, 17 Dec 2017 01:28:54 +0000 (02:28 +0100)]
tex2lyx: support to detect https:// links

- Preamble.cpp: use the occasion to backport JMarcs recent compiler warning fixe

6 years agoGuiPrintNomencl.h: fix bug #10819 also for 2.3.x
Uwe Stöhr [Sun, 17 Dec 2017 01:01:49 +0000 (02:01 +0100)]
GuiPrintNomencl.h: fix bug #10819 also for 2.3.x

6 years agosplash.lyx: link https://www.lyx.org/Walkthrough
Uwe Stöhr [Sat, 16 Dec 2017 13:25:34 +0000 (14:25 +0100)]
splash.lyx: link https://www.lyx.org/Walkthrough

It is a good idea from Yuriy to link it, especially for the languages where we don't have other docs than the splash file.

6 years agogenerate_contributions.py: review links
Uwe Stöhr [Sat, 16 Dec 2017 03:08:13 +0000 (04:08 +0100)]
generate_contributions.py: review links

- use https if possible
- update links
- remove one nonexistent link
- use link to KDE's oxygen icons because these are licensed under the LGPL

6 years agodoc, templates and example files: use https for links to lyx.org
Uwe Stöhr [Fri, 15 Dec 2017 01:52:07 +0000 (02:52 +0100)]
doc, templates and example files: use https for links to lyx.org

6 years agodoc files: review of links
Uwe Stöhr [Fri, 15 Dec 2017 01:30:32 +0000 (02:30 +0100)]
doc files: review of links

- correct dead links
- use https if possible

6 years agoUserGuide.lyx: review links
Uwe Stöhr [Thu, 14 Dec 2017 17:49:11 +0000 (18:49 +0100)]
UserGuide.lyx: review links

- update broken links
- use https if possible
- removed outdated section
- save LyXDocs.bib with JabRef 4

6 years agoexample files: use https links
Uwe Stöhr [Thu, 14 Dec 2017 15:40:27 +0000 (16:40 +0100)]
example files: use https links

6 years agoMerge branch '2.3.x' of git.lyx.org:lyx into 2.3.x
Uwe Stöhr [Thu, 14 Dec 2017 13:49:16 +0000 (14:49 +0100)]
Merge branch '2.3.x' of git.lyx.org:lyx into 2.3.x

6 years agoRussian splash.lyx: updates from Yuriy
Uwe Stöhr [Thu, 14 Dec 2017 13:48:52 +0000 (14:48 +0100)]
Russian splash.lyx: updates from Yuriy

6 years agode.po: whitespace fix
Juergen Spitzmueller [Thu, 14 Dec 2017 07:08:22 +0000 (08:08 +0100)]
de.po: whitespace fix

6 years agode.po: 3 missing translations
Uwe Stöhr [Thu, 14 Dec 2017 02:23:29 +0000 (03:23 +0100)]
de.po: 3 missing translations

-also few corrections spotted by Poedit

6 years agoen.po: fix a fuzzy translation
Uwe Stöhr [Thu, 14 Dec 2017 02:06:29 +0000 (03:06 +0100)]
en.po: fix a fuzzy translation

(detected by Poedit)
- also remove 2 unnecessary translations

6 years agoRussian Tutorial.lyx: first step to update by Yuriy
Uwe Stöhr [Wed, 13 Dec 2017 20:11:16 +0000 (21:11 +0100)]
Russian Tutorial.lyx: first step to update by Yuriy

6 years agogenerate_contributions.py: Fix for python3
Juergen Spitzmueller [Wed, 13 Dec 2017 11:54:40 +0000 (12:54 +0100)]
generate_contributions.py: Fix for python3

(cherry picked from commit 323549c10c8e0edc9bd016be386dbceee9834a50)

6 years agoru.po: more work from Yuriy
Uwe Stöhr [Wed, 13 Dec 2017 16:09:12 +0000 (17:09 +0100)]
ru.po: more work from Yuriy

6 years ago First round of translations
jpc [Wed, 13 Dec 2017 10:48:08 +0000 (11:48 +0100)]
    First round of translations

6 years agoru.po: more translations from Yuriy
Uwe Stöhr [Tue, 12 Dec 2017 23:37:55 +0000 (00:37 +0100)]
ru.po: more translations from Yuriy

6 years agoREADME.localization, INSTALL.Win32: update description
Uwe Stöhr [Tue, 12 Dec 2017 16:18:56 +0000 (17:18 +0100)]
README.localization, INSTALL.Win32: update description

- kbabel was replaced by Lokalize
- Poedit must not break lines
- we need a recent gettext in the dependencies -> use the dependencies package that is up to date (also updated for Imagemagick, Python etc.)
- update description how to build a Win installer
- update description how to update .po files.

6 years agoru.po: fix the line ending problems
Uwe Stöhr [Tue, 12 Dec 2017 15:53:25 +0000 (16:53 +0100)]
ru.po: fix the line ending problems

the solution was to upgrade gettext to 0.19.8.1, see https://github.com/vslavik/poedit/issues/451 for details

6 years agoupdate German UserGuide.lyx for consistency
Uwe Stöhr [Tue, 12 Dec 2017 15:52:55 +0000 (16:52 +0100)]
update German UserGuide.lyx for consistency

6 years agogenerate_contributions.py: adding Yuriy to the CREDITS
Uwe Stöhr [Tue, 12 Dec 2017 14:33:59 +0000 (15:33 +0100)]
generate_contributions.py: adding Yuriy to the CREDITS

- btw. generate_contributions.py is not yet ready for Python 3, see bug #10845

6 years agoUserGuide.lyx: distribute today's changes
Uwe Stöhr [Tue, 12 Dec 2017 01:23:22 +0000 (02:23 +0100)]
UserGuide.lyx: distribute today's changes

6 years agoSome corrections wrt dashes and line breaks
Juergen Spitzmueller [Sun, 10 Dec 2017 11:01:17 +0000 (12:01 +0100)]
Some corrections wrt dashes and line breaks

(cherry picked from commit 480c8a52f2f78bd876aa6fa3cd67c1b59fa364e5)

6 years agoAdd D. Gloger to the credits
Juergen Spitzmueller [Mon, 11 Dec 2017 09:18:26 +0000 (10:18 +0100)]
Add D. Gloger to the credits

(cherry picked from commit 637e4d6dfa7099d7c3a8b783830baffd2c2443da)

6 years agoWin installer: improvement from Yuriy
Uwe Stöhr [Sun, 10 Dec 2017 23:30:31 +0000 (00:30 +0100)]
Win installer: improvement from Yuriy

- also suppress an unnecessary message

6 years agoWin installer: new Russian translations thanks to Yuriy
Uwe Stöhr [Sat, 9 Dec 2017 18:05:17 +0000 (19:05 +0100)]
Win installer: new Russian translations thanks to Yuriy

6 years agoMissing "icon" in description of "info-insert"-function
Juergen Spitzmueller [Sat, 9 Dec 2017 08:52:44 +0000 (09:52 +0100)]
Missing "icon" in description of "info-insert"-function

(cherry picked from commit 7821cb713375588e3ed65b4e13dd9e8066ab08a8)

6 years agounix2dos.py: make it ready for python 3
Uwe Stöhr [Fri, 8 Dec 2017 23:24:20 +0000 (00:24 +0100)]
unix2dos.py: make it ready for python 3

fixes bug #10838

6 years agoru.po: remerge strings as service for Yuriy
Uwe Stöhr [Fri, 8 Dec 2017 00:50:28 +0000 (01:50 +0100)]
ru.po: remerge strings as service for Yuriy

6 years agoEmbeddedObjects.lyx: better description for rotated table cells with line breaks
Uwe Stöhr [Wed, 6 Dec 2017 23:28:57 +0000 (00:28 +0100)]
EmbeddedObjects.lyx: better description for rotated table cells with line breaks

6 years agoUserGuide.lyx: describe how to use hyperlinks for nomenclature
Uwe Stöhr [Wed, 6 Dec 2017 18:18:45 +0000 (19:18 +0100)]
UserGuide.lyx: describe how to use hyperlinks for nomenclature

- also note that toolbar icon size can be changed

6 years agoLFUNs.lyx: backport an info from Kornel
Uwe Stöhr [Wed, 6 Dec 2017 18:17:35 +0000 (19:17 +0100)]
LFUNs.lyx: backport an info from Kornel

6 years agoWin installer: code review
Uwe Stöhr [Wed, 6 Dec 2017 14:31:10 +0000 (15:31 +0100)]
Win installer: code review

- use https in URLs
- remove unused code
- use variables if possible
- LyX 2.3.x won't support Windows Vista because Qt 5.9 does not and other third-party programs will follow soon

6 years agoWin installer: update rsvg-convert
Uwe Stöhr [Wed, 6 Dec 2017 02:08:00 +0000 (03:08 +0100)]
Win installer: update rsvg-convert

- also fix some typos in the license file

6 years agochanges-merge.svgz: backport fro from commit [7aa45eb0/lyxgit]
Uwe Stöhr [Tue, 5 Dec 2017 19:39:18 +0000 (20:39 +0100)]
changes-merge.svgz: backport fro from commit [7aa45eb0/lyxgit]

6 years agoUserGuide.lyx: update description for nomenclature according to recent changes
Uwe Stöhr [Tue, 5 Dec 2017 02:04:58 +0000 (03:04 +0100)]
UserGuide.lyx: update description for nomenclature according to recent changes

6 years agoru.po: more work from Yuriy
Uwe Stöhr [Tue, 5 Dec 2017 00:51:43 +0000 (01:51 +0100)]
ru.po: more work from Yuriy

6 years agonomenclWidest(): take (proper) formatting into account.
Juergen Spitzmueller [Mon, 4 Dec 2017 09:24:02 +0000 (10:24 +0100)]
nomenclWidest(): take (proper) formatting into account.

6 years agoFix thinko from b68701c4da93a6f0f
Juergen Spitzmueller [Sun, 3 Dec 2017 10:36:09 +0000 (11:36 +0100)]
Fix thinko from b68701c4da93a6f0f

(cherry picked from commit 938c44590cb643029ce47694edf7ab3949a800a2)

6 years agoUse literal formatting in nomencl entry with math
Juergen Spitzmueller [Sun, 3 Dec 2017 10:20:11 +0000 (11:20 +0100)]
Use literal formatting in nomencl entry with math

(cherry picked from commit 0926bb6d40be9d521824d52160966704e2ff3945)

6 years agoAvoid asserting when reading the session file
Enrico Forestieri [Sat, 2 Dec 2017 09:46:46 +0000 (10:46 +0100)]
Avoid asserting when reading the session file

Fixes #10824.

(cherry picked from commit f84acc0e3441d09c0b5026f97c3e4cbbc0067256)

6 years agoSet array length from int const
Scott Kostyshak [Fri, 1 Dec 2017 18:36:21 +0000 (13:36 -0500)]
Set array length from int const

(cherry picked from commit b3f7eb6af37bcef01976a22ba422c289371365f4)

6 years agoEscape (makeindex) special chars in nomencl if !literate
Juergen Spitzmueller [Fri, 1 Dec 2017 12:39:38 +0000 (13:39 +0100)]
Escape (makeindex) special chars in nomencl if !literate

Fixes: #10825
(cherry picked from commit b68701c4da93a6f0ff618f5554b76c48373a3ac8)

6 years agoRemove obsoleted nomencl workarounds
Juergen Spitzmueller [Fri, 1 Dec 2017 11:00:20 +0000 (12:00 +0100)]
Remove obsoleted nomencl workarounds

6 years agoRemove duplicate entry from zh_TW.po
Kornel Benko [Fri, 1 Dec 2017 10:41:26 +0000 (11:41 +0100)]
Remove duplicate entry from zh_TW.po

6 years agoUpdate sk.po
Kornel Benko [Fri, 1 Dec 2017 10:38:47 +0000 (11:38 +0100)]
Update sk.po

6 years agoAdd nomencl strings from nomencl.sty to the po files
Juergen Spitzmueller [Fri, 1 Dec 2017 10:24:24 +0000 (11:24 +0100)]
Add nomencl strings from nomencl.sty to the po files

6 years agoMerge po files before picking the nomencl changes
Juergen Spitzmueller [Fri, 1 Dec 2017 09:58:21 +0000 (10:58 +0100)]
Merge po files before picking the nomencl changes

6 years agoImplement l7n for nomenclature.
Juergen Spitzmueller [Fri, 1 Dec 2017 09:10:06 +0000 (10:10 +0100)]
Implement l7n for nomenclature.

(cherry picked from commit 718a353b49d903f3e50c895a29f20f8970db2d06)

6 years agoUserGuide.lyx: fix 2 nomenclature entries
Uwe Stöhr [Thu, 30 Nov 2017 12:19:53 +0000 (13:19 +0100)]
UserGuide.lyx: fix 2 nomenclature entries

- also assure correct language for the nomenclature list

6 years agoru.po: re-enable Russian translations thanks to the work of Yuriy
Uwe Stöhr [Thu, 30 Nov 2017 00:10:54 +0000 (01:10 +0100)]
ru.po: re-enable Russian translations thanks to the work of Yuriy

(Yuriy's addition to the CREDITS will follow as soon as our mailing lists are working again.)

6 years agoUserGuide.lyx: workaround for a bug in nomencl
Uwe Stöhr [Wed, 29 Nov 2017 23:50:50 +0000 (00:50 +0100)]
UserGuide.lyx: workaround for a bug in nomencl

see https://tex.stackexchange.com/questions/65913/why-nomenclature-text-is-not-english-when-loading-additional-languages-in-docume for an explanation why the name of the nomenclature can be incorrect.

nomencl is no longer under development since 12 years therefore we should switch to the glossaries package (#10015).

6 years agoUpdate sk.po
Kornel Benko [Tue, 28 Nov 2017 10:15:16 +0000 (11:15 +0100)]
Update sk.po

6 years ago Update French Math manual for 2.3
jpc [Tue, 28 Nov 2017 08:03:58 +0000 (09:03 +0100)]
    Update French Math manual for 2.3

6 years agoSplit inkscape_cl (command line) from inkscape_gui (GUI program)
Juergen Spitzmueller [Mon, 27 Nov 2017 17:59:51 +0000 (18:59 +0100)]
Split inkscape_cl (command line) from inkscape_gui (GUI program)

On Windows, these are two different binaries, and one fails to do the
tasks of the other. On all other OSes, the two are the same.

Fixes: #10805
(cherry picked from commit 65b44311f39545060e694c3bd4198323c63c6163)

6 years agoCustomization.lyx: fix bug#10809
Uwe Stöhr [Mon, 27 Nov 2017 23:51:51 +0000 (00:51 +0100)]
Customization.lyx: fix bug#10809

also some layout fixes to avoid writing in the page margin

6 years agoEmbeddedObjects.lyx: update table with available units
Uwe Stöhr [Mon, 27 Nov 2017 22:12:32 +0000 (23:12 +0100)]
EmbeddedObjects.lyx: update table with available units

6 years ago A couple of editions in the French Intro manual
jpc [Sun, 26 Nov 2017 17:29:39 +0000 (18:29 +0100)]
    A couple of editions in the French Intro manual

6 years agoMath: add a note about \tag with RTL languages
Uwe Stöhr [Mon, 27 Nov 2017 01:47:53 +0000 (02:47 +0100)]
Math: add a note about \tag with RTL languages

- also update a weblink