]> git.lyx.org Git - lyx.git/log
lyx.git
18 months agoAmend febd1855eb: fix compilability
Thibaut Cuvelier [Wed, 28 Dec 2022 11:57:25 +0000 (12:57 +0100)]
Amend febd1855eb: fix compilability

18 months agoUpdate tex2lyx tests again
Juergen Spitzmueller [Wed, 28 Dec 2022 11:31:33 +0000 (12:31 +0100)]
Update tex2lyx tests again

18 months agoUpdate tex2lyx tests after 7868929aacde
Juergen Spitzmueller [Wed, 28 Dec 2022 11:30:48 +0000 (12:30 +0100)]
Update tex2lyx tests after 7868929aacde

18 months agotex2lyx: consider utf8 default encoding in newer LaTeX
Juergen Spitzmueller [Wed, 28 Dec 2022 10:42:59 +0000 (11:42 +0100)]
tex2lyx: consider utf8 default encoding in newer LaTeX

18 months agoInsert entries for the sixteen Maths modules into Chapter 4 Modules of Additional.lyx
John R Hudson [Wed, 28 Dec 2022 10:56:30 +0000 (10:56 +0000)]
Insert entries for the sixteen Maths modules into Chapter 4 Modules of Additional.lyx

18 months agoFix indentation
Juergen Spitzmueller [Wed, 28 Dec 2022 09:58:36 +0000 (10:58 +0100)]
Fix indentation

18 months agotex2lyx: put adjacent comment lines in one ERT inset (#4797)
Juergen Spitzmueller [Wed, 28 Dec 2022 08:40:22 +0000 (09:40 +0100)]
tex2lyx: put adjacent comment lines in one ERT inset (#4797)

18 months agoAmend febd1855eb: fix compilability of tex2lyx
Thibaut Cuvelier [Wed, 28 Dec 2022 01:33:11 +0000 (02:33 +0100)]
Amend febd1855eb: fix compilability of tex2lyx

18 months agoFix a typo in a comment
Thibaut Cuvelier [Wed, 28 Dec 2022 01:32:05 +0000 (02:32 +0100)]
Fix a typo in a comment

18 months agoInsert entries for Noweb, Rnw and Sweave in Chapter 4 Modules of Additional.lyx and...
John R Hudson [Tue, 27 Dec 2022 17:26:44 +0000 (17:26 +0000)]
Insert entries for Noweb, Rnw and Sweave in Chapter 4 Modules of Additional.lyx and make consequential updates to the Literate Programming section in the same document

18 months agoXML: overhaul the tag-comparison operators.
Thibaut Cuvelier [Tue, 27 Dec 2022 15:52:51 +0000 (16:52 +0100)]
XML: overhaul the tag-comparison operators.

First and foremost, this patch implements the latest best practices in C++ (i.e. comparison operators are not member functions).

The main objective of this rewrite is to have these operators callable in slightly more general contexts (*this->asFontTag() == *rhs.asFontTag() yielded an error because no member function could be called). This feature is no more required.

The rewrite took place in the context of https://www.lyx.org/trac/ticket/12585. The first iteration was using more complex code to circumvent XMLStream in DocBook (see details in the bug above and in the mailing list), while this one uses XMLStream fully. The bug was due to font tags being considered equal when they were not, due to the comparison done only on the XML tag and not on the actual font change (XML attributes can complement the tag for various font changes).

18 months agolayout2layout: remove unused regex.
Thibaut Cuvelier [Tue, 27 Dec 2022 02:21:29 +0000 (03:21 +0100)]
layout2layout: remove unused regex.

18 months agoDocBookGenerateTitle: update all layouts.
Thibaut Cuvelier [Fri, 23 Dec 2022 01:26:52 +0000 (02:26 +0100)]
DocBookGenerateTitle: update all layouts.

18 months agoDocBook: add support for DocBookGenerateTitle.
Thibaut Cuvelier [Thu, 22 Dec 2022 03:38:36 +0000 (04:38 +0100)]
DocBook: add support for DocBookGenerateTitle.

The new parameter allows more flexibility when encoding some elements that have a poor mapping in DocBook, like theorems. The major use is to wrap the environment in a generic container, figure, which requires a title (but none is available).

18 months agoMaster/Child: do not clean includeonly list while editing (part of #12470)
Juergen Spitzmueller [Tue, 27 Dec 2022 14:36:36 +0000 (15:36 +0100)]
Master/Child: do not clean includeonly list while editing (part of #12470)

18 months agoMasterChild.ui: Group radio buttons (part of #12470)
Juergen Spitzmueller [Tue, 27 Dec 2022 14:09:37 +0000 (15:09 +0100)]
MasterChild.ui: Group radio buttons (part of #12470)

18 months agoInsert entries for Customizable lists and Paragraph lists into Chapter 4 Modules...
John R Hudson [Tue, 27 Dec 2022 10:51:40 +0000 (10:51 +0000)]
Insert entries for Customizable lists and Paragraph lists into Chapter 4 Modules of Additional.lyx

18 months agoDocBook: for computing font changes, simplify code by removing state evolution from...
Thibaut Cuvelier [Mon, 26 Dec 2022 01:45:03 +0000 (02:45 +0100)]
DocBook: for computing font changes, simplify code by removing state evolution from iteration to iteration. This surely makes the code slightly slower (although the compiler should be smart enough), but (much) easier to reason about.

18 months agoDocBook: add some TODOs for the future.
Thibaut Cuvelier [Mon, 26 Dec 2022 23:02:30 +0000 (00:02 +0100)]
DocBook: add some TODOs for the future.

18 months agolayout2layout: improve coding style.
Thibaut Cuvelier [Mon, 26 Dec 2022 20:21:52 +0000 (21:21 +0100)]
layout2layout: improve coding style.

Useless parentheses (not helping with readability either) and semicolon. Redo indentation to be consistent throughout the file. Also, fix typos along the way.

18 months agoAdd comments about variable usage.
Thibaut Cuvelier [Mon, 26 Dec 2022 01:44:57 +0000 (02:44 +0100)]
Add comments about variable usage.

18 months agoFix a typo in a comment.
Thibaut Cuvelier [Mon, 26 Dec 2022 01:44:29 +0000 (02:44 +0100)]
Fix a typo in a comment.

18 months agoInsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to...
Thibaut Cuvelier [Mon, 26 Dec 2022 19:50:48 +0000 (20:50 +0100)]
InsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to share more code.

18 months agoInsert four entries for Floats & Captions modules, four entries for Foot- and Endnote...
John R Hudson [Mon, 26 Dec 2022 19:06:04 +0000 (19:06 +0000)]
Insert four entries for Floats & Captions modules, four entries for Foot- and Endnotes modules and two entries for Leisure, Sports and Music modules into Chapter 4 Modules of Additional.lyx.

18 months agoInsetMathExFunc: use XML entities instead of HTML in MathML.
Thibaut Cuvelier [Mon, 26 Dec 2022 19:38:06 +0000 (20:38 +0100)]
InsetMathExFunc: use XML entities instead of HTML in MathML.

This part should have been committed with bc73a857 in the first place.

18 months agoInsetMathSpace: use XML entities instead of HTML in MathML.
Thibaut Cuvelier [Mon, 26 Dec 2022 19:35:26 +0000 (20:35 +0100)]
InsetMathSpace: use XML entities instead of HTML in MathML.

This part should have been committed with bc73a857 in the first place.

18 months agoInsetIPAMacro: refactor code between DocBook and XHTML.
Thibaut Cuvelier [Mon, 26 Dec 2022 19:23:05 +0000 (20:23 +0100)]
InsetIPAMacro: refactor code between DocBook and XHTML.

18 months agoDocBook/HTML: use XML entities for spaces.
Thibaut Cuvelier [Mon, 26 Dec 2022 18:11:41 +0000 (19:11 +0100)]
DocBook/HTML: use XML entities for spaces.

This part should have been committed with bc73a857 in the first place.

18 months agoRevert doc update for Additional.lyx so maitenance work can continue.
Pavel Sanda [Mon, 26 Dec 2022 16:46:55 +0000 (17:46 +0100)]
Revert doc update for Additional.lyx so maitenance work can continue.

18 months ago Update fr.po
jpc [Mon, 26 Dec 2022 16:11:34 +0000 (17:11 +0100)]
     Update fr.po

18 months agode.po
Juergen Spitzmueller [Mon, 26 Dec 2022 12:51:19 +0000 (13:51 +0100)]
de.po

18 months agoMinor doc updates
Juergen Spitzmueller [Mon, 26 Dec 2022 12:43:11 +0000 (13:43 +0100)]
Minor doc updates

18 months agoAssociate "run:" link types with "Other"
Juergen Spitzmueller [Mon, 26 Dec 2022 12:19:52 +0000 (13:19 +0100)]
Associate "run:" link types with "Other"

18 months agoUpdate sk.po
Kornel Benko [Mon, 26 Dec 2022 10:34:26 +0000 (11:34 +0100)]
Update sk.po

18 months agoDisambiguate string
Juergen Spitzmueller [Mon, 26 Dec 2022 10:24:29 +0000 (11:24 +0100)]
Disambiguate string

18 months agoUpdate sk.po
Kornel Benko [Mon, 26 Dec 2022 09:58:39 +0000 (10:58 +0100)]
Update sk.po

18 months agoTry to be more precise in the hyperlink type tooltips
Juergen Spitzmueller [Mon, 26 Dec 2022 09:46:54 +0000 (10:46 +0100)]
Try to be more precise in the hyperlink type tooltips

18 months agotex2lyx: support "Other" type
Juergen Spitzmueller [Mon, 26 Dec 2022 09:40:39 +0000 (10:40 +0100)]
tex2lyx: support "Other" type

18 months agoGuiHyperlink: some minor fixes
Juergen Spitzmueller [Mon, 26 Dec 2022 09:13:51 +0000 (10:13 +0100)]
GuiHyperlink: some minor fixes

* disambiguate "Other" label
* Add accelerator
* Add tooltip to "Other" widget
* Amend tooltip of "Web" widget (since "other" now seems to have taken
part of its function)

18 months agoCleanup documentation about old XML support.
Thibaut Cuvelier [Mon, 26 Dec 2022 00:32:00 +0000 (01:32 +0100)]
Cleanup documentation about old XML support.

18 months agoCommandDepth is no longer used, remove it from the documentation.
Thibaut Cuvelier [Mon, 26 Dec 2022 00:36:38 +0000 (01:36 +0100)]
CommandDepth is no longer used, remove it from the documentation.

18 months agoCleanup documentation about old XML support.
Thibaut Cuvelier [Mon, 26 Dec 2022 00:32:00 +0000 (01:32 +0100)]
Cleanup documentation about old XML support.

18 months agoAmend bc73a85778ffb1432bdc510d9a710e7394f42163
Thibaut Cuvelier [Sun, 25 Dec 2022 23:18:47 +0000 (00:18 +0100)]
Amend bc73a85778ffb1432bdc510d9a710e7394f42163

Missing return in `specialCharKindToXMLEntity`. Previously, the
functions that were merged into `specialCharKindToXMLEntity` did not
return any kind of error in case an unknown special character is met
(enumerated value). This behaviour is preserved.

18 months agoDocBook: add a comment about the need for DocBook 5.2.
Thibaut Cuvelier [Fri, 23 Dec 2022 01:22:55 +0000 (02:22 +0100)]
DocBook: add a comment about the need for DocBook 5.2.

18 months agoCleanup following the removal of HTML entities
Thibaut Cuvelier [Fri, 23 Dec 2022 02:26:25 +0000 (03:26 +0100)]
Cleanup following the removal of HTML entities

The remaining part that was not handled in the previous commit. It focuses on lib/symbols.

18 months agoLyXHTML: switch the doctype to (X)HTML5 and only output XML entities.
Thibaut Cuvelier [Fri, 23 Dec 2022 01:16:08 +0000 (02:16 +0100)]
LyXHTML: switch the doctype to (X)HTML5 and only output XML entities.

This is a new take on c8e2c17a that was reverted at da67bde61af due to entities no more recognised by the browsers. Corresponding thread on the mailing list: https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg213179.html

This patch is a huge cleanup overall, by removing the distinction between HTML and XML entities (the latter arrived due to the DocBook support).

In InsetListingParams, I also changed the mechanism that relied on " to use an XML entity to be consistent with the rest of the code, mostly in case someone looks for HTML entities and wonders why they are still there.

18 months agoLyXHTML: give the language in the root tag.
Thibaut Cuvelier [Fri, 23 Dec 2022 01:12:05 +0000 (02:12 +0100)]
LyXHTML: give the language in the root tag.

18 months agoAdd a TODO file for the latest tests
Thibaut Cuvelier [Sun, 25 Dec 2022 19:39:14 +0000 (20:39 +0100)]
Add a TODO file for the latest tests

18 months agoLyXHTML: add a script to validate all the generated files.
Thibaut Cuvelier [Thu, 22 Dec 2022 23:47:45 +0000 (00:47 +0100)]
LyXHTML: add a script to validate all the generated files.

It could be a part of the standard test suite, but it might be quite long to run.

This test ensures that the generated XHTML files are valid HTML5 files, i.e. should display fine in all browsers.

18 months agotypo
Richard Kimberly Heck [Sun, 25 Dec 2022 17:50:54 +0000 (12:50 -0500)]
typo

18 months agoUpdate tex2lyx tests.
Richard Kimberly Heck [Sun, 25 Dec 2022 17:49:42 +0000 (12:49 -0500)]
Update tex2lyx tests.

18 months agoUpdate doc format
Richard Kimberly Heck [Sun, 25 Dec 2022 17:48:19 +0000 (12:48 -0500)]
Update doc format

18 months agoAllow an 'other' type for hyperlinks. Format change.
Richard Kimberly Heck [Sun, 25 Dec 2022 17:42:07 +0000 (12:42 -0500)]
Allow an 'other' type for hyperlinks. Format change.

Also, perform the URL fixing magic for DocBook and XHTML.

As it was, it was impossible to enter e.g. "tel:" type links. Now
choosing the "Other" type just outputs the URL as given.

Also, the addition of "http" or "file" was not being done for
DocBook and XHTML. Now it is.

18 months agoInsert entries for Section boxes, Variable-width minipages, Fix Computer Modern Fonts...
John R Hudson [Sat, 24 Dec 2022 12:25:54 +0000 (12:25 +0000)]
Insert entries for Section boxes, Variable-width minipages, Fix Computer Modern Fonts, LaTeX Kernel fixes, Minimalistic Insets and Title and Preamble Hacks into Chapter 4 Modules of Additional.lyx

18 months agoDo not wrap forceTLR in \L with babel and unicode engines
Juergen Spitzmueller [Sat, 24 Dec 2022 08:20:02 +0000 (09:20 +0100)]
Do not wrap forceTLR in \L with babel and unicode engines

It does not seem to be needed, the \L macro is undefined, and there
does not seem to be an alternative.

18 months agoUsed pressed() signal in status bar widgets (fixes #12613)
Juergen Spitzmueller [Sat, 24 Dec 2022 06:20:39 +0000 (07:20 +0100)]
Used pressed() signal in status bar widgets (fixes #12613)

18 months agoInsert entries for APA with NatBiB, Fancy Colored Boxes and Graphic Boxes to Chapter...
John R Hudson [Fri, 23 Dec 2022 20:58:43 +0000 (20:58 +0000)]
Insert entries for APA with NatBiB, Fancy Colored Boxes and Graphic Boxes to Chapter 4: Modules of Additional.lyx

18 months agoInsert entries for Braille, FiXme, PDF Comments, PDF Forms, Ruby and TODO notes into...
John R Hudson [Fri, 23 Dec 2022 09:46:42 +0000 (09:46 +0000)]
Insert entries for Braille, FiXme, PDF Comments, PDF Forms, Ruby and TODO notes into Chapter 4 Modules of Additional.lyx

18 months agoFix signals
Juergen Spitzmueller [Fri, 23 Dec 2022 15:07:47 +0000 (16:07 +0100)]
Fix signals

18 months agoUpdate sk.po
Kornel Benko [Fri, 23 Dec 2022 13:22:27 +0000 (14:22 +0100)]
Update sk.po

18 months agode.po
Juergen Spitzmueller [Fri, 23 Dec 2022 09:32:22 +0000 (10:32 +0100)]
de.po

18 months ago\R and \L are not defined in babel with Xe/LuaTeX
Juergen Spitzmueller [Fri, 23 Dec 2022 09:04:41 +0000 (10:04 +0100)]
\R and \L are not defined in babel with Xe/LuaTeX

18 months ago Update fr.po
jpc [Fri, 23 Dec 2022 08:26:52 +0000 (09:26 +0100)]
        Update fr.po

18 months agoFix UI of document color selection
Juergen Spitzmueller [Fri, 23 Dec 2022 08:14:03 +0000 (09:14 +0100)]
Fix UI of document color selection

The coloring of push buttons does not work with all themes, so use a
dedicated widget.

Also, accelerators have been used multiple times.

18 months agoMark "edit externally" button of preamble and local layout
Juergen Spitzmueller [Fri, 23 Dec 2022 07:19:26 +0000 (08:19 +0100)]
Mark "edit externally" button of preamble and local layout

while external editing is underway

18 months agoAdd entries for Hazard and Precautionary Statements, Risk and Safety Statements and...
John R Hudson [Thu, 22 Dec 2022 13:37:27 +0000 (13:37 +0000)]
Add entries for Hazard and Precautionary Statements, Risk and Safety Statements and Linguistics to Chapter 4 Modules of Additional.lyx

18 months agoUpdate sk.po
Kornel Benko [Thu, 22 Dec 2022 19:25:05 +0000 (20:25 +0100)]
Update sk.po

18 months ago Update fr.po
jpc [Thu, 22 Dec 2022 15:07:52 +0000 (16:07 +0100)]
     Update fr.po

18 months agode.po
Juergen Spitzmueller [Thu, 22 Dec 2022 14:57:27 +0000 (15:57 +0100)]
de.po

18 months agoInform user if panel or tab has invalid content (#10827)
Juergen Spitzmueller [Thu, 22 Dec 2022 14:01:58 +0000 (15:01 +0100)]
Inform user if panel or tab has invalid content (#10827)

This adds a warning icon to either the tab header or the panel stack
entry item if a widget on the panel/stack has invalid content.

Particularly helpful to get aware of such content on other tabs/panes
than the one currently selected.

18 months agoFix a typo in layouts.
Thibaut Cuvelier [Thu, 22 Dec 2022 03:18:33 +0000 (04:18 +0100)]
Fix a typo in layouts.

18 months agoXML: improve formatting of error message for unrecognised tag type.
Thibaut Cuvelier [Thu, 22 Dec 2022 03:10:25 +0000 (04:10 +0100)]
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' -->

18 months agoDocBook: fix a typo in comments and improve docs.
Thibaut Cuvelier [Thu, 22 Dec 2022 02:40:50 +0000 (03:40 +0100)]
DocBook: fix a typo in comments and improve docs.

18 months agoFix typos in comments
Thibaut Cuvelier [Thu, 22 Dec 2022 01:54:28 +0000 (02:54 +0100)]
Fix typos in comments

18 months agoRemove boolean arguments of scrollToCursor wih an enum
Jean-Marc Lasgouttes [Sun, 13 Nov 2022 21:47:39 +0000 (22:47 +0100)]
Remove boolean arguments of scrollToCursor wih an enum

This makes the function inent more obvious. No change intended.

Related to bug #12491.

18 months agoSimplify and hopely fix scrollToCursor
Jean-Marc Lasgouttes [Sun, 13 Nov 2022 20:03:33 +0000 (21:03 +0100)]
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.

18 months agoUpdate references to example files in Additional.lyx to match the 2.4 examples interface.
John R Hudson [Wed, 21 Dec 2022 17:24:51 +0000 (17:24 +0000)]
Update references to example files in Additional.lyx to match the 2.4 examples interface.

18 months ago* lfun doc
Pavel Sanda [Wed, 21 Dec 2022 17:25:29 +0000 (18:25 +0100)]
* lfun doc

18 months agoctests: uninvert lyx2lyx failures
Scott Kostyshak [Wed, 21 Dec 2022 16:29:04 +0000 (11:29 -0500)]
ctests: uninvert lyx2lyx failures

The lyx2lyx issue was fixed at ceffadfb.

This reverts commit 021e98cc.

18 months agoUpdate all references to templates in Additional.lyx to match the 2.4 template interface.
John R Hudson [Wed, 21 Dec 2022 10:20:46 +0000 (10:20 +0000)]
Update all references to templates in Additional.lyx to match the 2.4 template interface.

18 months agolyx2lyx: fix glitch in revert_starred_refs
Juergen Spitzmueller [Wed, 21 Dec 2022 07:52:44 +0000 (08:52 +0100)]
lyx2lyx: fix glitch in revert_starred_refs

18 months agoupdatedocs.py: more robust save with LyX binary
Scott Kostyshak [Tue, 20 Dec 2022 17:42:34 +0000 (12:42 -0500)]
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.

18 months agoAdd test
Juergen Spitzmueller [Tue, 20 Dec 2022 05:04:29 +0000 (06:04 +0100)]
Add test

18 months agoSimplify test
Juergen Spitzmueller [Tue, 20 Dec 2022 04:50:23 +0000 (05:50 +0100)]
Simplify test

Math is useful for something, after all...

18 months agoctests: invert lyx2lyx failures
Scott Kostyshak [Tue, 20 Dec 2022 03:34:29 +0000 (22:34 -0500)]
ctests: invert lyx2lyx failures

The issue was reported here:

  https://www.mail-archive.com/search?l=mid&q=20221211202917.f6py2kmrcdxtwaps%40gary

18 months agoctests: log a fixed issue
Scott Kostyshak [Mon, 19 Dec 2022 21:16:54 +0000 (16:16 -0500)]
ctests: log a fixed issue

18 months ago* ja.po from Koji
Pavel Sanda [Mon, 19 Dec 2022 21:19:00 +0000 (22:19 +0100)]
* ja.po from Koji

18 months agoInsert entries for Letter, Beamer, Powerdot and Seminar in Chapter 3 Document classes...
John R Hudson [Mon, 19 Dec 2022 14:11:04 +0000 (14:11 +0000)]
Insert entries for Letter, Beamer, Powerdot and Seminar in Chapter 3 Document classes of Additional.lyx

18 months agoAdapt inset info to new version check
Juergen Spitzmueller [Mon, 19 Dec 2022 16:42:49 +0000 (17:42 +0100)]
Adapt inset info to new version check

18 months agoExtend flexible version check to packages
Juergen Spitzmueller [Mon, 19 Dec 2022 16:42:27 +0000 (17:42 +0100)]
Extend flexible version check to packages

18 months agoImprove LaTeX version checking
Juergen Spitzmueller [Mon, 19 Dec 2022 14:15:41 +0000 (15:15 +0100)]
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.

18 months agoSimplify output code
Juergen Spitzmueller [Mon, 19 Dec 2022 10:08:41 +0000 (11:08 +0100)]
Simplify output code

18 months agoInsert entries for Chess, Recipe book and the four CV classes into Chapter 3 Document...
John R Hudson [Mon, 19 Dec 2022 09:30:28 +0000 (09:30 +0000)]
Insert entries for Chess, Recipe book and the four CV classes into Chapter 3 Document classes of Additional.lyx

18 months agoRemove unnecessary conversion
Juergen Spitzmueller [Mon, 19 Dec 2022 09:52:42 +0000 (10:52 +0100)]
Remove unnecessary conversion

18 months agoAmend 9716e79624a4d
Juergen Spitzmueller [Mon, 19 Dec 2022 07:00:06 +0000 (08:00 +0100)]
Amend 9716e79624a4d

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.

18 months agoComment the QtZlib workaround
Scott Kostyshak [Sun, 18 Dec 2022 21:12:08 +0000 (16:12 -0500)]
Comment the QtZlib workaround

18 months agoInsert short entries for Extra Font Sizes, Hebrew and Japanese document classes in...
John R Hudson [Sun, 18 Dec 2022 17:07:55 +0000 (17:07 +0000)]
Insert short entries for Extra Font Sizes, Hebrew and Japanese document classes in Chapter 3 Document Classes of Additional.lyx

18 months ago Delete unwanted file
jpc [Sun, 18 Dec 2022 17:00:15 +0000 (18:00 +0100)]
     Delete unwanted file

18 months agoUpdate sk.po
Kornel Benko [Sun, 18 Dec 2022 16:45:36 +0000 (17:45 +0100)]
Update sk.po

18 months agoMove Kluwer template to attic.
Pavel Sanda [Sun, 18 Dec 2022 16:36:25 +0000 (17:36 +0100)]
Move Kluwer template to attic.

(We leave layout where it is to be compatible with old docs.)