Re: DocBook to ePub

2021-02-06 Thread Thibaut Cuvelier
On Sat, 6 Feb 2021 at 15:10, Pavel Sanda wrote: > On Sat, Feb 06, 2021 at 02:49:04PM +0100, Pavel Sanda wrote: > > Command to execute: > > "java" -jar "/home/lyx/lyx/devel/lib/scripts/../scripts/saxon6.5.5.jar" > Intro.xml /home/lyx/lyx/devel/lib/scripts/../docbook/epub3/chunk.xsl > base.dir=/tmp

Re: [LyX/master] Assure correct spacing of colored items in mathed

2021-02-06 Thread Scott Kostyshak
On Sun, Aug 02, 2020 at 06:38:06PM +0200, Enrico Forestieri wrote: > commit 7441172d4d9a26eb4824bb8bee003f457ef34f1c > Author: Enrico Forestieri > Date: Sun Aug 2 18:58:40 2020 +0200 > > Assure correct spacing of colored items in mathed > > When coloring a non-ordinary math atom, e

Re: DocBook to ePub

2021-02-06 Thread Thibaut Cuvelier
On Fri, 5 Feb 2021 at 17:57, Kornel Benko wrote: > Am Thu, 4 Feb 2021 23:21:30 +0100 > schrieb Thibaut Cuvelier : > > ... > > > > If you want to try it outside LyX, first export the document as DocBook 5 > > (say, doc.xml); if Java is available in the PATH, run (with either > Python 2 > > or 3, a

Re: DocBook to ePub

2021-02-06 Thread Stephan Witt
Am 06.02.2021 um 15:10 schrieb Pavel Sanda : > > On Sat, Feb 06, 2021 at 02:49:04PM +0100, Pavel Sanda wrote: >> Command to execute: >> "java" -jar "/home/lyx/lyx/devel/lib/scripts/../scripts/saxon6.5.5.jar" >> Intro.xml /home/lyx/lyx/devel/lib/scripts/../docbook/epub3/chunk.xsl >> base.dir=/tmp

Assertion failed when loading a file, returned temporary path wrong

2021-02-06 Thread Thibaut Cuvelier
Dear list, I recently rebuilt LyX from master (roughly alpha 2), and I now get this output when configuring LyX (actually, once configure.py has finished): +checking list of textclasses... done +generating default list of packages... done LyX: Done! support\filetools.cpp (521): Ly

Re: LyX 2.4 Alpha 2

2021-02-06 Thread Yu Jin
Am Sa., 6. Feb. 2021 um 12:20 Uhr schrieb Pavel Sanda : > On Sat, Feb 06, 2021 at 08:36:14AM +0100, Jürgen Spitzmüller wrote: > > Am Freitag, dem 05.02.2021 um 17:24 -0500 schrieb Richard Kimberly > > Heck: > > > Hi, all, > > > > > > I've put tarballs for Alpha 2, built from f4003593, here: > > >

Problems with KableExtra

2021-02-06 Thread tkpmep
I'm not sure if anyone has seen this problem, but either LyX and / or kableExtra seems to have a bug, as I described in my StackOverflow post (https://stackoverflow.com/questions/66039065/lyx-kableextra-problem-perhaps -a-bug-in-column-spec). The attached minimal example generates a small table usi

Re: DocBook to ePub

2021-02-06 Thread Pavel Sanda
On Sat, Feb 06, 2021 at 02:49:04PM +0100, Pavel Sanda wrote: > Command to execute: > "java" -jar "/home/lyx/lyx/devel/lib/scripts/../scripts/saxon6.5.5.jar" > Intro.xml /home/lyx/lyx/devel/lib/scripts/../docbook/epub3/chunk.xsl > base.dir=/tmp/tmpnc1DfX > docbook2epub fails > sh: 1: java -jar /ho

Re: DocBook to ePub

2021-02-06 Thread Pavel Sanda
On Fri, Feb 05, 2021 at 04:16:11PM +0100, Thibaut Cuvelier wrote: > I've just pushed the relevant commits. I tried tu run epub export on intro manual, but so far unsuccesfully: 1. docbook2epub.py is rnu with 4 parameters here (e.g.: python script_name java Intro.xml Intro.epub) Fixed by -

Re: DocBook to ePub

2021-02-06 Thread Pavel Sanda
On Fri, Feb 05, 2021 at 04:16:11PM +0100, Thibaut Cuvelier wrote: > > Could you add section about necessary components for epub export into > > lib/RELEASE-NOTES? > > > > Done in a new commit. Is this good enough? Looks good. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.l

Re: LyX 2.4 Alpha 2

2021-02-06 Thread Pavel Sanda
On Sat, Feb 06, 2021 at 08:36:14AM +0100, Jürgen Spitzmüller wrote: > Am Freitag, dem 05.02.2021 um 17:24 -0500 schrieb Richard Kimberly > Heck: > > Hi, all, > > > > I've put tarballs for Alpha 2, built from f4003593, here: > > > > http://ftp.lyx.org/ftp/pub/lyx/devel/lyx-2.4/ > > > > This inclu