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
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
Committed.
--
Jürgen
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
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
>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
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
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