Juergen Spitzmueller
c2822d684b
Add LFUN_LYXFILES_OPEN
...
This opens the new templates/examples dialog and creates a view if
necessary (#12106 ).
2021-02-10 09:36:32 +01:00
Juergen Spitzmueller
fdde74cd24
de/Math.lyx: pull changes from en/
2021-02-09 19:10:48 +01:00
Juergen Spitzmueller
ce49e2cd8b
Use AutoNests in g-brief ( #7623 )
2021-02-09 15:07:53 +01:00
Juergen Spitzmueller
42ec433fd8
Remove outdated math panel png files
2021-02-09 14:02:09 +01:00
Juergen Spitzmueller
11b7714fc1
Use SVG icons in itemize bullet selector
...
This scales much better than the current png solution, is HiDPI- and
darkmode-ready
2021-02-09 10:32:16 +01:00
Scott Kostyshak
1ddc1c6bea
Math manual: use relative paths
2021-02-08 00:12:27 -05:00
Thibaut Cuvelier
7622292027
ePub: share a bit of code for parsing arguments.
2021-02-07 23:19:07 +01:00
Thibaut Cuvelier
f7beed1ee2
ePub: allow a user-specified Saxon.
2021-02-07 23:19:07 +01:00
Pavel Sanda
cad51390cd
Math.lyx: unintended part
2021-02-07 21:45:19 +01:00
Pavel Sanda
22a0ea85d0
Math.lyx: merged changes from Phil Netro.
...
Most changes accepted, some remain visible in CT, because they were real bugs
(etc. shortcuts, or mathed commands) which might be broken in other language
variants.
We will accept them for 2.4 in the final review.
2021-02-07 21:43:57 +01:00
Pavel Sanda
436fecd3d0
Math.lyx: save in updated format before merging.
2021-02-07 21:43:57 +01:00
Thibaut Cuvelier
bf976cb0ae
ePub: use None instead of an empty string.
2021-02-07 20:52:50 +01:00
Thibaut Cuvelier
e95513c823
ePub: add argument for external DocBook XSLT.
2021-02-07 20:51:25 +01:00
Thibaut Cuvelier
d7d31ab512
ePub: restructure the script as a class.
...
This allows to share a little bit more code and to avoid functions with many arguments.
2021-02-07 20:47:24 +01:00
Thibaut Cuvelier
9d4ffac7fb
ePub: detect and use xsltproc.
2021-02-07 20:33:06 +01:00
Thibaut Cuvelier
7f4782d51d
ePub: copy images into the ePub archive.
2021-02-07 20:00:45 +01:00
Thibaut Cuvelier
b8a4408ca8
ePub: refactor script as a series of small functions.
2021-02-07 20:00:44 +01:00
Yuriy Skalko
5780b514d3
Update Russian localization
2021-02-07 13:47:26 +02:00
Stephan Witt
f55efc6951
ePub: quote all path names of the command
2021-02-07 12:43:01 +01:00
Juergen Spitzmueller
f330682a0c
Fix some math icons dimensions
2021-02-07 12:31:48 +01:00
Thibaut Cuvelier
0b50da7321
ePub: comment about subprocess.run instead of os.system to simplify code.
2021-02-07 06:35:42 +01:00
Thibaut Cuvelier
a8853743c5
ePub: update doc for running script.
2021-02-07 06:32:46 +01:00
Thibaut Cuvelier
3e745fabbe
ePub: don't use glob.
...
Recursivity requires Python 3.5+.
2021-02-07 06:32:15 +01:00
Thibaut Cuvelier
6a99e88565
ePub: quote the command only on Windows.
2021-02-07 06:27:07 +01:00
Thibaut Cuvelier
4dcf3d56c2
ePub: remove commented line.
2021-02-07 06:23:21 +01:00
Thibaut Cuvelier
7472be428e
ePub: fix argument handling in Python script.
2021-02-07 01:55:43 +01:00
Enrico Forestieri
4615e2f09f
Update layouts
2021-02-06 20:28:41 +01:00
Juergen Spitzmueller
c05077f2c2
Improve some icon paddings
2021-02-06 17:02:01 +01:00
Pavel Sanda
b673ab0838
ePub related files for distribution.
2021-02-06 12:40:20 +01:00
Scott Kostyshak
ef2b282705
ru Embedded: use relative paths
2021-02-05 21:59:32 -05:00
Thibaut Cuvelier
f400359376
Update release notes for ePub.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
e3fe4d65b9
Configure: add ePub transformation.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
9ad760db92
docbook2epub.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
b7181b17e9
Add Saxon 6.5.5.
2021-02-05 16:07:43 +01:00
Thibaut Cuvelier
ab94319b3b
Add DocBook XSLT 1 stylesheets 1.79.2.
2021-02-05 16:07:42 +01:00
Yuriy Skalko
a906ae9a4f
Russian translation of EmbeddedObjects manual by Henry Chern
2021-02-05 16:30:30 +02:00
Enrico Forestieri
c1e38c4f6c
Add support for \bigtimes
...
Fixes #11223
2021-02-04 23:20:01 +01:00
Thibaut Cuvelier
daa6f143de
Configure: look for Java in the registry on Windows.
2021-02-04 20:37:29 +01:00
Thibaut Cuvelier
c0fe25222b
Configure: turn a commented print into a logger.debug statement.
2021-02-04 20:35:02 +01:00
Thibaut Cuvelier
af49df00f5
Configure: get rid of mutable keyword arguments.
2021-02-04 20:34:37 +01:00
Thibaut Cuvelier
738dccbff4
Configure: remove the old docbook format, no more useful.
2021-02-04 20:31:05 +01:00
Thibaut Cuvelier
0b56495e48
ext_copy: bug when creating the error string.
...
Wrong usage of % syntax.
2021-02-04 20:30:33 +01:00
Juergen Spitzmueller
c567c78e90
Add ProvideInsetLayout and ModifyInsetLayout ( #12098 )
...
This complements ProvideStyle and ModifyStyle.
2021-01-30 15:56:31 +01:00
Juergen Spitzmueller
3e69665225
Improve \TestPackageVersion
...
No need to load packages manually
2021-01-30 14:00:20 +01:00
Juergen Spitzmueller
9dd71b9e4a
Recent multirow finally allows multiple paragraphs
2021-01-30 09:15:14 +01:00
Kornel Benko
9b79c639f7
SK-Bindings: remove a binding prohibiting the use as a prefix
2021-01-29 16:05:54 +01:00
Juergen Spitzmueller
b42c5dd7d6
Add frontispiece layout to KOMA classes
2021-01-28 10:24:28 +01:00
Juergen Spitzmueller
ab1d418f36
Consider cell language
2021-01-28 09:25:20 +01:00
Juergen Spitzmueller
364532a724
Improve lyx2lyx roundtrip with cellvarwidth
2021-01-28 08:44:21 +01:00
Yuriy Skalko
83a4384b27
Update Russian localization
2021-01-27 14:28:01 +02:00