Juergen Spitzmueller
20663fb3b8
tex2lyx: also support rotated xltabulars
2018-08-24 09:39:46 +02:00
Juergen Spitzmueller
766eb3f02c
tex2lyx: support rotated longtable
2018-08-24 08:50:32 +02:00
Kornel Benko
2877032791
Replacement for chess support
...
This layout does not use lyxskak.sty, which depends on skak.sty
Instead it uses chessboard.sty, depending on chessfss and xskak.
Compiles and displays fine with pdflatex, XeTeX
but still does not compile with lualatex.
We are now able again to mark fields and moves on the chessboard
2018-08-23 11:58:32 +02:00
Juergen Spitzmueller
30abecd437
tex2lyx: split huge else-if-clause
...
Use a loop instead and break out after a condition is met. This prevents
problems on windows where the number of else-if-conditions is limited.
2018-08-22 18:49:16 +02:00
Kornel Benko
6aef7081bf
Typo in commit c9038e3
2018-08-22 18:20:00 +02:00
Kornel Benko
c9038e3eaf
Add missing entries
...
The files were added in bd6ba07
, 6bfd91e
and 0c56808
2018-08-22 17:37:28 +02:00
Juergen Spitzmueller
68d48b0015
tex2lyx: Fixes to the btUnit import
...
1. Do not attempt to mix diverging btUnits (e.g., chapters and sections).
2. use parse_text to properly parse the contents.
2018-08-22 08:39:13 +02:00
Juergen Spitzmueller
5c97424a72
tex2lyx: simplify btUnit parsing
2018-08-21 17:33:30 +02:00
Juergen Spitzmueller
0ae68ae828
tex2lyx: support for btUnit (multibib)
2018-08-21 17:18:04 +02:00
Juergen Spitzmueller
f44a55c367
tex2lyx: add bib encoding support.
2018-08-21 08:19:24 +02:00
Juergen Spitzmueller
924a666166
Remove empty entry
2018-08-20 18:18:48 +02:00
Kornel Benko
a25b970296
Unified handling of IBMPlex and DejaVu fonts in lyx2lyx
2018-08-20 15:47:49 +02:00
Juergen Spitzmueller
23ea74a40b
tex2lyx: support for Plex fonts
2018-08-20 11:13:13 +02:00
Juergen Spitzmueller
3feee1b2f4
de.po
2018-08-20 09:43:23 +02:00
Juergen Spitzmueller
fb8e2c5ef1
Fix another entry
2018-08-20 09:30:06 +02:00
Juergen Spitzmueller
ed61ce74b7
So long, date-insert!
...
This function is superseded by info-insert date, which is much mightier
and more flexible.
2018-08-20 09:25:22 +02:00
Juergen Spitzmueller
4bb3511f25
fix CREDITS entry
2018-08-20 09:21:03 +02:00
Juergen Spitzmueller
0c7819ddc7
Fix contributions entry
2018-08-20 08:48:35 +02:00
Pavel Sanda
30332ad2e7
* layouttranslations - all hu strings reviewed by Alex.
2018-08-20 01:33:14 +02:00
Pavel Sanda
1e69a5f5e0
hu.po - update and remerge from Alex (taken from 2.3 branch)
2018-08-20 01:28:59 +02:00
Juergen Spitzmueller
4533a0b063
Keep format entries together.
2018-08-19 09:33:20 +02:00
Kornel Benko
cbb0d56719
Missed this one in 8a7c109
2018-08-18 17:42:03 +02:00
Kornel Benko
66a33930f5
Amend 24050bf
, DejaVu adm IBM-Plex fonts need different scale options
2018-08-18 17:10:43 +02:00
Kornel Benko
8a7c10958e
Update sk.po
2018-08-18 16:24:43 +02:00
Kornel Benko
24050bfa30
Added IBM Plex fonts to lyx-GUI
...
This extends also 366e37c
2018-08-18 16:21:40 +02:00
Juergen Spitzmueller
43e26a562b
Add prefs2prefs code for vcs info inset renaming
2018-08-18 16:11:08 +02:00
Juergen Spitzmueller
963c9d6449
Add Version Control Revision to Insert > Fields
2018-08-18 14:30:24 +02:00
Juergen Spitzmueller
b0f579655c
InsetInfo: Move validateArgument() to params
...
and use it for LFUN_INFO_INSERT validation
2018-08-18 14:29:15 +02:00
Enrico Forestieri
061cd7fd9c
Fix bug #11247
...
async is a reserved keyword in python 3.7
2018-08-17 22:28:03 +02:00
Juergen Spitzmueller
c5cab5a8f7
Update tex2lyx tests
2018-08-17 20:34:28 +02:00
Juergen Spitzmueller
6dfdcf9914
Amend 2d4284e89e
2018-08-17 20:29:28 +02:00
Juergen Spitzmueller
2d4284e89e
Adapt VCS toolbar to info-inset change
2018-08-17 20:15:10 +02:00
Kornel Benko
7580441d05
Update sk.po
2018-08-17 12:37:58 +02:00
Juergen Spitzmueller
154d707c85
de.po
2018-08-17 11:19:14 +02:00
Juergen Spitzmueller
908e0cf3cc
Typo
2018-08-17 11:14:45 +02:00
Juergen Spitzmueller
6d71b9b69a
Fix line break in tooltip
...
Fixes : #11252
2018-08-17 10:32:57 +02:00
Juergen Spitzmueller
b124adbd38
Introduce listpreamble argument type
...
This uses the InsetArgument interface to provide access to a document
part hitherto inaccessible by LyX: the part between \begin and the first
\item in a list (where lengths and counters can be redefined, for
instance).
Fixes : #11098
File format change, layout format change
2018-08-17 10:22:32 +02:00
Kornel Benko
b3f852bcdc
Grrr, including noops (like comments) can be so destructive
2018-08-14 17:06:59 +02:00
Juergen Spitzmueller
74657a14a7
Disambiguate dialog buttons
...
Fixes : #11242
2018-08-14 17:05:40 +02:00
Kornel Benko
8f906204de
Allow using hyperref together with aastex62
...
Also chnage some ERT-constructs in aas_sample62.lyx to
the appropriate lyx-constructs.
2018-08-14 16:22:09 +02:00
Kornel Benko
a860c436c9
ctest export tests: Discard obsolete aastex tests
2018-08-14 14:09:09 +02:00
Kornel Benko
af1caddcb3
Remove some latex definition from aastex62 user-preamble
...
Moved to the features of the aastex62 layout
2018-08-14 13:05:01 +02:00
Kornel Benko
c92c5b92a3
Use correct entry to remove an obsolete inset layout
2018-08-14 12:30:28 +02:00
Kornel Benko
cfd79b586d
Comments only
...
No new lokalisable strings
2018-08-14 12:09:17 +02:00
Kornel Benko
32dd287646
Update sk.po
2018-08-14 12:08:37 +02:00
Juergen Spitzmueller
1f444c3ca2
de.po
2018-08-14 11:07:54 +02:00
Kornel Benko
6bfd91ead4
New sample for aastex62
...
aas_sample62.lyx is a adapted version of aas_sample.lyx
2018-08-14 10:29:15 +02:00
Kornel Benko
b4bbfa5ff0
ctests: ignore obsolete aastex6.cls
...
aastex6.cls is obsolete in TL18 and replaced by aastex62.cls
2018-08-14 09:40:42 +02:00
Kornel Benko
0c56808871
New layout for copernicus.cls
...
TODO: Update LaTeXConfig.lyx
2018-08-14 08:55:22 +02:00
Kornel Benko
bd6ba072ce
New layout for aastex62.cls
2018-08-14 08:49:34 +02:00