Günter Milde
73b6f42362
Do not convert dashes/hyphens in LyX-Code.
...
See previous commit and #10961
2018-01-10 12:07:36 +01:00
Günter Milde
cb1fda9988
Do not convert dashes/hyphens in Code insets (logical markup).
...
Code is by default rendered as typewriter and should be treated
similar:
In text marked up as code, -- or --- is typically part of a
command (e.g. "lyx --help" or "x--") and not a transliteration
for en dash, see #10961 .
This is already handled so for text in typewriter font
(see Text.cpp:500).
2018-01-10 12:07:36 +01:00
Uwe Stöhr
bb650bf8c2
Changelog-Customization-LyX_23x.txt: dummy commit as text
2018-01-10 02:12:40 +01:00
Uwe Stöhr
4abe7d0181
Customization.lyx: distribute and accept recent changes
2018-01-09 01:28:26 +01:00
Uwe Stöhr
20df4da55f
EmbeddedObjects.lyx: port updates and fixes from Jean-Pierre to master
2018-01-08 15:54:08 +01:00
Juergen Spitzmueller
7da8473c4f
Start inset at new line
2018-01-06 10:43:44 +01:00
Juergen Spitzmueller
44670d4778
Customization: some color name fixes.
2018-01-06 09:31:24 +01:00
Juergen Spitzmueller
016393a0dd
Minor re-ordering of the Insert menu
2018-01-05 11:09:11 +01:00
Günter Milde
0674abf4a0
Update UserGuide and de/UserGuide.
...
Remove warnings for issues fixed in lyx2lyx.
Update the GUI name of the ligature-dash Option.
Fix example for preventing unwanted line break in French.
2018-01-02 12:56:49 +01:00
Juergen Spitzmueller
8d8ee12e64
Update layout format
2018-01-02 11:53:01 +01:00
Günter Milde
5dc48f7ef9
Documentation fixes: revert conversion of -- to en dash in code.
...
lyx2lyx erroneousely merged -- to en dash in text with logical
markup "code".
Revealed by recent (but now silenced) ctest fails.
Also add space around en dash in examples.
2018-01-02 11:20:35 +01:00
Uwe Stöhr
69ef4bc146
Russian doc files: new and updated translations by Yuri
2018-01-01 16:56:31 +01:00
Uwe Stöhr
fd3b9cf6c6
French UserGuide.lyx: port Jean-Pierre's recent changes to master
2018-01-01 14:39:59 +01:00
Juergen Spitzmueller
8f86feb260
Prepend "Insert " in the context menu for environment separators.
2018-01-01 13:40:49 +01:00
Juergen Spitzmueller
ebc3fee728
mention new option
2018-01-01 12:41:00 +01:00
Juergen Spitzmueller
91008d8b21
LFUNS.lyx: update
2017-12-31 18:58:32 +01:00
Juergen Spitzmueller
fe698caeec
Distribute UG changes following menu move of environment-split
2017-12-31 10:14:59 +01:00
Juergen Spitzmueller
b0801b43f4
Distribute auto-nest documentation.
2017-12-31 10:00:38 +01:00
Juergen Spitzmueller
cc8ce481f5
Distribute beamer manual changes in the wake of the environment-split mods.
2017-12-30 19:29:51 +01:00
Juergen Spitzmueller
c8abe0cf7b
Move environment-split from Edit to Insert, as requested.
2017-12-30 17:54:09 +01:00
Juergen Spitzmueller
3a4b233dbd
Properly implement IsTocCaption for Arguments in standard TOC
...
Fixes : #10631
Candidate for 2.3.x.
2017-12-29 11:51:24 +01:00
Juergen Spitzmueller
f3b89e4c72
Add IsAutoNestedBy
...
This is complementary to AutoNests: Styles can determine which other
style should auto-nest them. This is particularly useful for modules
that add new styles which should be auto-nested in a given context.
2017-12-29 10:36:03 +01:00
Juergen Spitzmueller
d6fb2abbea
Some AutoNest polishment.
...
* Rename Nests to AutoNests
* Do it when changing from any style
2017-12-29 10:03:00 +01:00
Juergen Spitzmueller
99ecc6e2c9
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.
2017-12-28 17:44:54 +01:00
Juergen Spitzmueller
2907160fff
Introduce environment-split previous
...
This one checks for an environment in the previous paragraph (outside
the nesting scope).
2017-12-28 12:28:01 +01:00
Juergen Spitzmueller
dfaa4e9466
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.
2017-12-27 15:43:40 +01:00
Juergen Spitzmueller
994176e55b
Tufte title is fragile
...
Candidate for 2.3.x.
2017-12-26 12:35:55 +01:00
Scott Kostyshak
713fd70e8f
Fix Python escaping of unicode string
...
When removing "r" from "ur", it is needed to add extra backslashes.
See:
https://www.mail-archive.com/search?l=mid&q=2024193.iXIh6cq6L3%40myth
Thanks to José.
This commit amends b7983478
(and thus 586d16a4
).
2017-12-26 02:10:49 -05:00
Juergen Spitzmueller
931f87f508
Introduce "inherit" encoding for latex_language
...
This gets rid of the hardcoded latin1 encoding for verbatim. Instead,
verbatim now inherits the encoding from the context, which is what is
actually wanted here.
Fixes : #9012 , #9258
2017-12-24 17:10:42 +01:00
Pavel Sanda
61e899ac24
layouttranslation: review cs
2017-12-24 04:56:15 +01:00
Pavel Sanda
10b5f1ac50
layouttranslation: sk is clearly reviewed
2017-12-24 04:34:59 +01:00
Scott Kostyshak
b7983478e1
Fix Python unicode string in lyx2lyx
...
This commit amends 586d16a4
.
2017-12-23 21:47:08 -05:00
Pavel Sanda
3f7e00b661
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
2017-12-24 03:08:34 +01:00
Juergen Spitzmueller
7b4d227929
Title commands are fragile in memoir
2017-12-23 13:27:10 +01:00
Richard Heck
1c7b9676b0
Release notes for LFUN_EXPORT_CANCEL.
2017-12-21 18:59:46 -05:00
Richard Heck
76214e6012
LFUN and basic code to enable cancellation of background
...
processes.
2017-12-21 18:55:39 -05:00
Uwe Stöhr
634f69ee23
revtex4-1.lyx: LyXify the document
...
- avoid unnecessary TeX code etc.
2017-12-19 15:08:10 +01:00
Günter Milde
586d16a49c
Fix lyx2lyx conversion of dashes.
2017-12-19 14:10:57 +01:00
Uwe Stöhr
f746a57515
xyfigure.png: update the screenshot
2017-12-19 01:50:42 +01:00
Uwe Stöhr
80140877f6
new Arabic splash.lyx from Hatim
2017-12-18 15:26:17 +01:00
Uwe Stöhr
405bf7a366
Russian Tutorial.lyx: translations from Yuriy
2017-12-18 01:39:16 +01:00
Uwe Stöhr
72bb33422c
UserGuide.lyx: distribute dash changes
2017-12-18 01:32:10 +01:00
Juergen Spitzmueller
5dca4abb09
Adapt documentation.
2017-12-17 09:20:34 +01:00
Uwe Stöhr
79bdb88d35
Russian splash.lyx: update from Yuriy
2017-12-17 03:51:22 +01:00
Uwe Stöhr
df2cddb859
Russian doc files: finished review from Yuriy
2017-12-17 03:40:02 +01:00
Uwe Stöhr
6c6cf5e071
use https:// in the first line of .lyx files
...
- also support to detect https via tex2lyx
2017-12-17 02:24:26 +01:00
Juergen Spitzmueller
ad093160d8
Further modifications of the "Dashes and Linebreaks" section
2017-12-16 17:35:40 +01:00
Uwe Stöhr
1f23d65f8f
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.
2017-12-16 14:24:17 +01:00
Uwe Stöhr
d509490f5a
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
2017-12-16 04:06:09 +01:00
Uwe Stöhr
28029074b2
doc, templates and example files: use https for links to lyx.org
2017-12-15 02:53:06 +01:00
Uwe Stöhr
bc4eff1e83
doc files: review of links
...
- correct dead links
- use https if possible
2017-12-15 02:31:36 +01:00
Uwe Stöhr
18829e8c2f
chkconfig.ltx: correct sorting
2017-12-14 20:18:40 +01:00
Uwe Stöhr
a6c6e31745
UserGuide.lyx: review links
...
- update broken links
- use https if possible
- removed outdated section
- save LyXDocs.bib with JabRef 4
2017-12-14 18:50:56 +01:00
Uwe Stöhr
b9574fd45d
example files: use https links
2017-12-14 16:39:14 +01:00
Uwe Stöhr
639d63607a
Russian splash.lyx: updates from Yuriy
2017-12-14 14:50:03 +01:00
Uwe Stöhr
0c9ca34ff1
French UserGuide.lyx: port today's changes to master
2017-12-14 03:02:12 +01:00
Uwe Stöhr
ba8a80bc03
Russian Tutorial.lyx: first step to update by Yuriy
2017-12-13 21:15:27 +01:00
Juergen Spitzmueller
323549c10c
generate_contributions.py: Fix for python3
2017-12-13 12:55:17 +01:00
Kornel Benko
52e5e940e2
Amend 3dcb317
2017-12-12 20:54:56 +01:00
Kornel Benko
3dcb317c39
Add menus.bind for Slovak UI.
2017-12-12 20:44:05 +01:00
Uwe Stöhr
0630546917
de.po: translate one of 3 new strings
...
- also update German UserGuide.lyx for consistency
2017-12-12 16:51:32 +01:00
Uwe Stöhr
a26da3268c
generate_contributions.py: adding Yuriy to the CREDITS
...
- btw. generate_contributions.py is not yet ready for Python 3, see bug #10845
2017-12-12 15:30:28 +01:00
Uwe Stöhr
7b105a61b2
UserGuide.lyx: distribute today's changes
2017-12-12 02:25:17 +01:00
Juergen Spitzmueller
637e4d6dfa
Add D. Gloger to the credits
2017-12-11 10:18:26 +01:00
Juergen Spitzmueller
480c8a52f2
Some corrections wrt dashes and line breaks
2017-12-10 12:01:17 +01:00
Uwe Stöhr
a97b792eac
EmbeddedObjects.lyx: better description for rotated table cells with line breaks
2017-12-07 00:27:45 +01:00
Uwe Stöhr
824133f542
UserGuide.lyx: describe how to use hyperlinks for nomenclature
...
- also note that toolbar icon size can be changed
2017-12-06 19:16:17 +01:00
Kornel Benko
3d85d6da7b
Missing "icon" in description of "info-insert"-function
2017-12-06 15:36:31 +01:00
Kornel Benko
7aa45eb025
Icon modified because of incompatibility to older rsvg-convert
...
rsvg-convert version 2.40.2 was unable to convert the previous svg-data.
2017-12-05 15:25:58 +01:00
Uwe Stöhr
9a0b3247b0
UserGuide.lyx: update description for nomenclature according to recent changes
2017-12-05 03:02:24 +01:00
Juergen Spitzmueller
0926bb6d40
Use literal formatting in nomencl entry with math
2017-12-03 11:20:11 +01:00
Juergen Spitzmueller
dee4c46b8d
Remove obsoleted nomencl workarounds
2017-12-01 12:03:51 +01:00
Kornel Benko
a5e83ded24
Update sk.po
2017-12-01 11:10:38 +01:00
Juergen Spitzmueller
718a353b49
Implement l7n for nomenclature.
2017-12-01 10:10:06 +01:00
Uwe Stöhr
417b854eea
UserGuide.lyx: fix 2 nomenclature entries
...
- also assure correct language for the nomenclature list
2017-11-30 13:20:55 +01:00
Uwe Stöhr
45e44894ce
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 ).
2017-11-30 00:52:17 +01:00
jpc
3e4743051e
Update French Math manual for 2.3
2017-11-28 09:06:33 +01:00
Uwe Stöhr
36fba4a508
Customization.lyx: fix bug#10809
...
also some layout fixes to avoid writing in the page margin
2017-11-28 00:54:49 +01:00
Uwe Stöhr
71e9d3a385
EmbeddedObjects.lyx: update table with available units
2017-11-27 23:12:13 +01:00
Juergen Spitzmueller
65b44311f3
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
2017-11-27 18:59:51 +01:00
jpc
6771b0044f
A couple of editions in the French Intro manual
2017-11-27 18:12:50 +01:00
Richard Heck
0f0c5bb4b1
Fix bug #10809 .
2017-11-26 22:07:28 -05:00
Uwe Stöhr
88085f380c
Math: add a note about \tag with RTL languages
...
- also update a weblink
2017-11-27 02:43:14 +01:00
Uwe Stöhr
c77531a667
UserGuide.lyx: describe \baselineskip
...
-also add a Spanish translation
2017-11-27 00:26:35 +01:00
Uwe Stöhr
2585745643
UserGuide.lyx: document the Literal option
...
- also remove some now unnecessary bibliography entries
2017-11-26 19:22:20 +01:00
Uwe Stöhr
601ce9f21c
Changelog-UserGuide-LyX_23x.txt: document recent change for the translators
2017-11-26 03:40:34 +01:00
Uwe Stöhr
1f0de77f15
UserGuide.lyx: describe the new font settings options
2017-11-26 03:36:57 +01:00
Juergen Spitzmueller
eb2dbb8b09
Assure print function compatibility in python 2.x
2017-11-24 11:56:41 +01:00
Juergen Spitzmueller
4f10c0a14b
Use python3 print syntax
2017-11-23 08:16:10 +01:00
Richard Heck
32c112a07e
Update makefile after change of filename.
2017-11-22 19:14:21 -05:00
Richard Heck
6137ff13d8
Revert "Uwe updated this on Windows, and it became lowercase."
...
This reverts commit 04bf467549
.
2017-11-22 19:13:40 -05:00
Richard Heck
04bf467549
Uwe updated this on Windows, and it became lowercase.
2017-11-22 18:48:19 -05:00
Uwe Stöhr
913619c80a
svg2pdftex.py: make print work with Python 2 and 3
2017-11-22 23:26:58 +01:00
Juergen Spitzmueller
14df9b74c4
Remove more lower-level dependencies
2017-11-22 16:45:13 +01:00
Juergen Spitzmueller
13d684fd3c
Add a note about dependency declarations in layouts/modules
2017-11-22 16:42:33 +01:00
Kornel Benko
403a4981ee
Restore uk/Intro.lyx and renaming due to windows ignoring capitalization instead
2017-11-22 11:17:55 +01:00
Juergen Spitzmueller
1400144a8a
Remove grandchild-level dependencies.
...
We agreed to only check for top-level dependencies, see
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg195679.html
This reverts 30475b4b0
.
2017-11-22 08:33:09 +01:00
Uwe Stöhr
5313fd1f3d
Ukrainian Footnote.png: update image
2017-11-21 23:20:31 +01:00
Kornel Benko
b7a1848775
Use existing graphic paths only, uk/Intro.lyx
2017-11-21 22:09:53 +01:00
Uwe Stöhr
bfcb9cc85a
acmart.layout: fix a dependency
...
for the discussion about the dependencies see bug #10806
2017-11-21 22:02:00 +01:00