Scott Kostyshak
cb732ef5db
fr Additional: fix output with XeTeX
...
It was compiling with glyph warnings because of U+2009 characters
(which appear in LyX as just spaces so difficult to catch) inside
the << and >>.
2022-12-08 13:24:14 -05:00
Richard Kimberly Heck
7bbaead588
Amend last commit
2022-12-08 12:42:03 -05:00
Stephan Witt
deae5ea23a
Follow-up for change a66ee4109e
- guard Qt 5.4 code with version check
2022-12-08 18:05:37 +01:00
jpc
b15cc19d72
Translation of index new features step 3
2022-12-08 17:54:27 +01:00
Richard Kimberly Heck
fa449e9769
Simplify conversion routine, and remove warning
2022-12-08 11:09:48 -05:00
John R Hudson
56f525cec3
Move AMS LaTeX section into new Chapter 3 Document classes
2022-12-08 16:20:38 +01:00
John R Hudson
4f190a584e
New chapter 3 Document classes inserted to contain all the material relating to document classes which will be moved in in stages
2022-12-08 05:01:21 +01:00
Kornel Benko
2e97269783
Update sk.po
2022-12-07 11:07:23 +01:00
Kornel Benko
84ac2e51ae
Cmake: warn when using stdlib-debug with Qt6
2022-12-07 11:04:55 +01:00
Stephan Witt
a66ee4109e
Add OS version info to About box.
2022-12-07 00:08:11 +01:00
John R Hudson
5c2d92b930
Kluwer no longer available; remove Kluwer section
2022-12-06 22:17:23 +01:00
Jean-Marc Lasgouttes
f3f478c2fb
C++11 compilation fix
2022-12-06 17:12:45 +01:00
Richard Kimberly Heck
345eba1049
Update layouts to format 98
2022-12-06 01:02:22 -05:00
Richard Kimberly Heck
c50f0b125d
Add HTMLClass for InsetLayout as well. Layout format change.
2022-12-05 23:42:50 -05:00
Richard Kimberly Heck
8567e09dbf
Fix infinite loop. Thinko!
2022-12-05 23:37:40 -05:00
Richard Kimberly Heck
bbfff0e60f
Amend 4966da68
2022-12-05 14:48:48 -05:00
Richard Kimberly Heck
4966da6864
Add conversion routine for format 612.
...
I forgot that this is needed, because the new parameter is written to
the file no matter its value.
Also, fix two typos in the reversion routine.
2022-12-05 14:45:40 -05:00
Jean-Marc Lasgouttes
c130ae945b
Autoconf: actually require Qt 5.0.0
2022-12-05 19:48:17 +01:00
Jean-Marc Lasgouttes
4143dc9202
Autoconf: warn when using stdlib-debug with Qt6
2022-12-05 19:47:00 +01:00
Juergen Spitzmueller
a759fb7ae9
Update tex2lyx tests again
2022-12-05 18:01:31 +01:00
Kornel Benko
d18e03ba2d
Update sk.po
2022-12-05 16:25:47 +01:00
Juergen Spitzmueller
4d337e78ab
Fix crash when inserting label before label in change tracking mode
2022-12-05 11:15:58 +01:00
Juergen Spitzmueller
6c904004b6
More refs sorting fixes
...
This now uses a Vector of pairs, which is more robust with non-unique
labels (e.g. in change tracking).
2022-12-05 09:45:40 +01:00
Juergen Spitzmueller
c715db4ae8
Amend 14b108fc22
2022-12-05 08:20:25 +01:00
Juergen Spitzmueller
dedcee9117
tex2lyx support for starred refs
2022-12-05 07:52:41 +01:00
Juergen Spitzmueller
1b8b4c0b50
Document new format
2022-12-05 07:35:21 +01:00
Richard Kimberly Heck
e0e84eba01
Update tex2lyx tests
2022-12-05 01:09:05 -05:00
Richard Kimberly Heck
409d889822
Missed this one: InsetLayout does not do HTMLClass (at least not yet).
2022-12-05 01:07:25 -05:00
Juergen Spitzmueller
7a0c8f366d
Typo spotted by Pavel
2022-12-05 06:47:52 +01:00
Richard Kimberly Heck
70deab72bc
Release notes
2022-12-04 18:39:42 -05:00
Richard Kimberly Heck
d4f2460ac4
Fix bug #11410 .
...
Main part of patch from Daniel, adapted by me.
I also added the lyx2lyx code.
2022-12-04 18:33:58 -05:00
Richard Kimberly Heck
053e858e2c
InsetLayout does not understand HTMLClass
2022-12-04 16:39:44 -05:00
Richard Kimberly Heck
ea26cb2220
Update release notes
2022-12-04 15:22:57 -05:00
Jean-Marc Lasgouttes
ff1ddf6251
Fixup 71623b88
: change semantics of "delete" LFUNs again
...
Instead of specifying "force" to disable the deletion protection
mechanism, invert the default so that "confirm" is needed to activate
it. The idea is to keep the lfun reasonable for scripting and add a
special argument for interactive use.
Document in release notes.
Update LFUN.lyx documentation
Update bind files.
Add conversion step to prefs2prefs_lfun.py.
2022-12-04 21:13:51 +01:00
Richard Kimberly Heck
7b5a5e524b
Fix CSS output for lists.
...
Somehow that got committed before it was done. I guess I'm out of
practice...
2022-12-04 14:56:01 -05:00
Richard Kimberly Heck
3800036b2a
Fix CSS
2022-12-04 14:46:30 -05:00
Richard Kimberly Heck
5ac560cfa1
Add i, ii, iii, iv suffixes to CSS class as well in the case of itemizations
2022-12-04 14:34:29 -05:00
Richard Kimberly Heck
23a997bbf6
Customization update for HTMLClass
2022-12-04 14:33:47 -05:00
Richard Kimberly Heck
59acab7eea
Add CSS for enumerations to other classes
2022-12-04 14:33:29 -05:00
Richard Kimberly Heck
c72cef7e8a
Update layout format
2022-12-04 13:36:34 -05:00
Richard Kimberly Heck
69a6c41b94
Introduce HTMLClass tag, to make it easier to give these.
2022-12-04 13:36:34 -05:00
Jean-Marc Lasgouttes
e658113ea6
Add support for libstdc++ assertions in autoconf builds
...
This is less powerful than stdlib-debug, but at least it does not
change the ABI. This avoids crashes with Qt6 in particular.
The new defaults are:
- stdlib-assertions is enabled by default in development builds;
- stdlib-debug has to be enabled explicitely.
Fixes bug #12215 .
2022-12-04 19:28:09 +01:00
Richard Kimberly Heck
6f4f7442ef
Fix bug #11769
2022-12-04 12:51:47 -05:00
Richard Kimberly Heck
dfa87371f7
Use ranges
2022-12-04 12:06:48 -05:00
Richard Kimberly Heck
b37ac5807f
Do not output label tags if there is no label
2022-12-04 12:01:42 -05:00
Richard Kimberly Heck
b9c52f20c7
Whitespace
2022-12-04 11:59:54 -05:00
Juergen Spitzmueller
3ec87be050
Fixup refs sorting
...
This has been broken at df59649a18
2022-12-04 16:21:14 +01:00
Juergen Spitzmueller
abd69b06f4
Fixup refs grouping
...
This has been broken at df59649a18
2022-12-04 15:32:47 +01:00
Daniel Ramoeller
7bdf372ecc
Properly reset on ESC key on LayoutBox/CategorizedCombo
...
Fix for bug #12497 .
2022-12-04 13:45:49 +01:00
jpc
8e8825baa7
Translation of new index features step 2
2022-12-04 11:20:31 +01:00