Patch to insert brief introduction to Chapter 3 Document classes and update the AMS document classes section of Additional.lyx to reflect changes in 2.4

2022-12-29 Thread John Robert Hudson
Please note that the Fact environment has moved from the (Extended) to the basic module and that the Assumption and Question environments are new to the (Extended) module and so have no proper descriptions in the original description of the key environments. From bf2c9e01e839f41692c0ea795e2dffa5

Re: [LyX/master] Revert doc update for Additional.lyx so maitenance work can continue.

2022-12-29 Thread Scott Kostyshak
On Tue, Dec 27, 2022 at 10:54:54AM +0100, Jürgen Spitzmüller wrote: > Am Montag, dem 26.12.2022 um 16:40 -0500 schrieb Scott Kostyshak: > > By the way, does Additional.lyx compile for you? I get language > > errors now. I think a language switch is done inside an argument or > > something like that

Re: Patch to insert entries for Hanging Paragraphs, Initials, Hyphenatable Text Markup and Logical Markup into Chapter 4 Modules of Additional.lyx

2022-12-29 Thread Jürgen Spitzmüller
Committed. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Python question

2022-12-29 Thread Jürgen Spitzmüller
Am Donnerstag, dem 29.12.2022 um 11:07 + schrieb José Matos: > That seems a reasonable thing to do, and it works for python 2 and 3. Thanks! > I suspect that in this case an even simpler version would be: > > if errorstring: > ... > > The difference from the above is that we would not print

Patch to insert entries for Hanging Paragraphs, Initials, Hyphenatable Text Markup and Logical Markup into Chapter 4 Modules of Additional.lyx

2022-12-29 Thread John Robert Hudson
>From 114f61ae4bb095e8da0a21f30ef9e0b19fa8e7db Mon Sep 17 00:00:00 2001 From: John R Hudson Date: Thu, 29 Dec 2022 11:11:47 + Subject: [PATCH] Insert entries for Hanging Paragraphs, Initials, Hyphenatable Text Markup and Logical Markup in Chapter 4 Modules of Additional.lyx --- lib/doc/Addi

Re: Python question

2022-12-29 Thread José Matos
On Thu, 2022-12-29 at 10:39 +0100, Jürgen Spitzmüller wrote: > makeupdatetests (runtests.py, for that matter) currently outputs > rather > unpleasant messages, since it just prints stderr.read() in encoded > form. > > The following change works for me, but is this the right thing to do? > > diff

Python question

2022-12-29 Thread Jürgen Spitzmüller
makeupdatetests (runtests.py, for that matter) currently outputs rather unpleasant messages, since it just prints stderr.read() in encoded form. The following change works for me, but is this the right thing to do? diff --git a/src/tex2lyx/test/runtests.py b/src/tex2lyx/test/runtests.py index 103