Thibaut Cuvelier
19b04c7bc8
Fix a typo in layouts.
2022-12-22 04:18:33 +01:00
Thibaut Cuvelier
4f314567b6
XML: improve formatting of error message for unrecognised tag type.
...
Before, there was always a space after the tag, even when there were no attributes. Now, the space is output conditionally, so that the output makes more sense.
Before, one space too many for the tag name (title), casting doubt on whether the code had this space hard coded or not:
<!-- Output Error: Unrecognised tag type 'para' for 'title ' -->
After, no such space:
<!-- Output Error: Unrecognised tag type 'para' for 'title' -->
2022-12-22 04:10:25 +01:00
Thibaut Cuvelier
43d096f647
DocBook: fix a typo in comments and improve docs.
2022-12-22 03:40:50 +01:00
Thibaut Cuvelier
c8c1c15631
Fix typos in comments
2022-12-22 02:54:28 +01:00
Jean-Marc Lasgouttes
22c6fe8e0c
Remove boolean arguments of scrollToCursor wih an enum
...
This makes the function inent more obvious. No change intended.
Related to bug #12491 .
2022-12-21 18:47:33 +01:00
Jean-Marc Lasgouttes
0fed10e4c3
Simplify and hopely fix scrollToCursor
...
Remove some special cases that I do not really understand and
streamline the cases.
Also make sure that there is only one code path for centering.
Fixes bug #12491 .
2022-12-21 18:47:33 +01:00
John R Hudson
1470a7b864
Update references to example files in Additional.lyx to match the 2.4 examples interface.
2022-12-21 18:46:39 +01:00
Pavel Sanda
b9da7617d8
* lfun doc
2022-12-21 18:29:05 +01:00
Scott Kostyshak
61fa5268ee
ctests: uninvert lyx2lyx failures
...
The lyx2lyx issue was fixed at ceffadfb
.
This reverts commit 021e98cc
.
2022-12-21 11:29:04 -05:00
John R Hudson
56c9566feb
Update all references to templates in Additional.lyx to match the 2.4 template interface.
2022-12-21 17:13:27 +01:00
Juergen Spitzmueller
ceffadfbab
lyx2lyx: fix glitch in revert_starred_refs
2022-12-21 08:52:44 +01:00
Scott Kostyshak
29ae7b31c2
updatedocs.py: more robust save with LyX binary
...
The "force" argument is more robust than trying to make an edit and
then inverse the edit.
The "force" argument exists since fe09ddf1
.
2022-12-20 12:43:02 -05:00
Juergen Spitzmueller
226ce75054
Add test
2022-12-20 06:04:29 +01:00
Juergen Spitzmueller
889be483cf
Simplify test
...
Math is useful for something, after all...
2022-12-20 05:50:23 +01:00
Scott Kostyshak
021e98cc19
ctests: invert lyx2lyx failures
...
The issue was reported here:
https://www.mail-archive.com/search?l=mid&q=20221211202917.f6py2kmrcdxtwaps%40gary
2022-12-19 22:35:38 -05:00
Scott Kostyshak
b31676dbfd
ctests: log a fixed issue
2022-12-19 22:35:38 -05:00
Pavel Sanda
f057acee6c
* ja.po from Koji
2022-12-19 22:19:00 +01:00
John R Hudson
34d8a8e1d2
Insert entries for Letter, Beamer, Powerdot and Seminar in Chapter 3 Document classes of Additional.lyx
2022-12-19 22:12:31 +01:00
Juergen Spitzmueller
9966b4be4a
Adapt inset info to new version check
2022-12-19 17:42:49 +01:00
Juergen Spitzmueller
2e6ea5f613
Extend flexible version check to packages
2022-12-19 17:42:27 +01:00
Juergen Spitzmueller
029adfa28c
Improve LaTeX version checking
...
Instead of having to add and individually test the versions to check
for, we store the current version and test on that with a specific
function isAvailableAtLeastFrom(package, year, month, day)
Currently only used for the LaTeX version, but could also be extended
for package versions.
2022-12-19 15:15:41 +01:00
Juergen Spitzmueller
41146030b6
Simplify output code
2022-12-19 11:09:50 +01:00
John R Hudson
38e3538b77
Insert entries for Chess, Recipe book and the four CV classes into Chapter 3 Document classes of Additional.lyx
2022-12-19 10:58:38 +01:00
Juergen Spitzmueller
0c6d0a86b9
Remove unnecessary conversion
2022-12-19 10:55:28 +01:00
Juergen Spitzmueller
c2a324e242
Amend 9716e79624
...
If the main language does not require the inputenc package, but a
secondary language does, inputenc needs to be loaded as well
(without options)
Also simplify the code a bit.
2022-12-19 08:00:06 +01:00
Scott Kostyshak
f9178fa278
Comment the QtZlib workaround
2022-12-18 16:12:08 -05:00
John R Hudson
8eb8a9d2fd
Insert short entries for Extra Font Sizes, Hebrew and Japanese document classes in Chapter 3 Document Classes of Additional.lyx
2022-12-18 18:48:35 +01:00
jpc
6896ec5e09
Delete unwanted file
2022-12-18 18:00:15 +01:00
Kornel Benko
826cca02fe
Update sk.po
2022-12-18 17:47:05 +01:00
Pavel Sanda
5e290e4bf9
Move Kluwer template to attic.
...
(We leave layout where it is to be compatible with old docs.)
2022-12-18 17:37:50 +01:00
Juergen Spitzmueller
309f863d0e
de.po
2022-12-18 17:35:58 +01:00
jpc
cbbbe4c156
Update fr.po
2022-12-18 17:15:02 +01:00
jpc
809bea8f92
Update fr.po
2022-12-18 17:09:45 +01:00
Juergen Spitzmueller
4a3871f5db
Add toolbar option to reset font + language settings ( #12199 )
2022-12-18 16:36:30 +01:00
Juergen Spitzmueller
97c9404b71
language reset should reset to the buffer language
...
not reset_language, which links to default_language, which is always
English.
2022-12-18 16:35:07 +01:00
Juergen Spitzmueller
005dc32e54
Disable non-functional insets in math ( #4039 )
...
... finishing 15 year old work of mine :-(
2022-12-18 15:12:21 +01:00
Juergen Spitzmueller
17634087ea
Correct date
2022-12-18 14:17:46 +01:00
Juergen Spitzmueller
3d63b78d07
Correct counting
2022-12-18 14:17:29 +01:00
Juergen Spitzmueller
3694553920
Re-shuffle lfuns in RELEASE-NOTES
2022-12-18 13:37:29 +01:00
Juergen Spitzmueller
9fc190d61c
Improve functions for bibliography managers ( #8193 )
...
- new function to list bibtex databases
- citation-insert returns the list of undefined keys
if the request comes from the LyX server
Original patch from Benjamin Piwowarski (2012!).
Modified and updated by Riki Heck and myself.
2022-12-18 13:25:24 +01:00
Kornel Benko
8d6a53f8f8
Update sk.po
2022-12-18 11:47:49 +01:00
John R Hudson
399fd96fab
Create Chapter 6 Bullets in Additional.lyx and move the bullet section into it; this completes the reordering of chapters in Additional.lyx to reflect entries in Document Settings
2022-12-18 10:58:19 +01:00
John R Hudson
e61e81757a
Make the first three sections of the Supplementary tools in Additional.lyx on using BibTeX and BiblaTeX into a new Chapter 5 Bibliography
2022-12-17 22:46:11 +01:00
Juergen Spitzmueller
9716e79624
inputenc only expects one option
...
File switches with documents are done via \inputencoding.
Other than with fontenc, these do not need to be laoded via options
beforehand.
Also, out current code loaded the additional languages' encoding last,
which might result in wrong encoding settings.
2022-12-17 15:14:47 +01:00
John R Hudson
19ceef7f86
Move Non-standard Paragraph Shapes into new Chapter 4 Modules of Additional.lyx and rename Custom Paragraph Shapes
2022-12-17 12:39:46 +01:00
John R Hudson
357c7ab023
Create new Chapter 4 Modules and move Multiple text columns section into it
2022-12-16 22:50:39 +01:00
Scott Kostyshak
e90abb2b06
Whitespace
2022-12-16 15:40:59 -05:00
Eugene Chornyi
26a3a08511
fix issue with zlib linkage error when using Qt6
...
Remove QtZlib include folder from targets
2022-12-16 21:16:05 +01:00
Stephan Witt
12e22708aa
Add missing parts for the creation of the resolution independent multi-image TIFF as disk image background.
2022-12-16 16:10:34 +01:00
Eugene Chornyi
afa75a0738
wininstaller add 2 more dll files to the package
2022-12-16 07:25:53 +01:00