Sun 26 Jul 2020 07:41:55 PM EEST, comment #14:
I think it is :)
|
Sun 26 Jul 2020 07:20:12 PM EEST, comment #13:
since this is 3.5 years old, I'm guessing biblatex is ok now?
|
Tue 20 Dec 2016 12:28:53 AM EET, comment #12:
can you update the source for ex.22 (and any others) in our repo, then?
no idea about the indexes :(.
it would be nice to be able to type "make" and have those checks done, at least. oh well, maybe someday.
|
Mon 19 Dec 2016 12:04:43 PM EET, comment #11:
Example 22 indeed changed upstream, it can be compiled without errors now. There is an issue with generated index, because it contains page numbers, without links to the citation. But it looks fine otherwise.
|
Mon 19 Dec 2016 01:13:03 AM EET, comment #10:
can you check in the upstream to see if ex.22 (or others) have changed there?
|
Sat 17 Dec 2016 12:20:33 PM EET, comment #9:
I've tried to run some examples and they seem fine, except example 22, which uses indexing and it ran with errors, the document is also wrong
|
Wed 14 Dec 2016 02:05:54 AM EET, comment #8:
I uploaded the tests as last received in the new tests/biblatex/ subdirectory. Probably more supporting files are needed, I only committed the *.tex files for starters since I didn't know.
There was a biber/biblatex release a few days ago. Probably they need to be updated (and tested) again.
|
Mon 12 Dec 2016 04:01:45 PM EET, comment #7:
Probably not. I also made some testing library for Biblatex in Lua back in March, but I can't find it now.
|
Sun 11 Dec 2016 01:41:48 AM EET, comment #6:
did the biblatex tests get into the repository?
|
Wed 16 Mar 2016 07:09:17 PM EET, comment #5:
installed in tex4ht and tl, thanks.
leaving this one open until tests are in the repository and all working again, i guess ...
|
Tue 15 Mar 2016 05:05:17 PM EET, comment #4:
Sure, here is a patch.
(file #231)
|
Tue 15 Mar 2016 12:17:22 AM EET, comment #3:
glad you tried them. probably the failing tests need to be updated due to biblatex incompatibilities being introduced.
anyway, can you post the tex4ht-4ht.tex patch and i'll install it as usual? thanks, k.
|
Mon 14 Mar 2016 11:41:29 AM EET, comment #2:
I've executed all tests from CVR's bundle and it seems that it works correctly, except tests 21 and 22, where run time error occurred, but it happens also with pdflatex. Sample 82 compiles without error, but some fields in the bibliography are missing.
Biblatex maintainers are interested in tex4ht support, we will hopefully make some automated tests in Lua.
|
Sat 12 Mar 2016 02:32:18 AM EET, comment #1:
hi michal - most excellent that you managed to get tex4ht working again. compatibility is clearly not a big concern for biblatex :(.
i have the original tl'15 release of biblatex at hand, but no files to test with. i know cvr created an extensive suite of biblatex test files, but the version i have for them is from June 7, 2015, and i'm pretty sure that is not up to date. cvr, if you have time, can you maybe check them into the repository somewhere?
anyway,
1) if you have some simple test file i can run, i will, and
2) if you make the patch for tex4ht-4ht.tex i'll install the new version in tl anyway since surely people will be noticing the problem soon. thanks ...
|
Fri 11 Mar 2016 03:26:16 PM EET, original submission:
It seems to be a tradition, new version of biblatex recently updated on CTAN crashes tex4ht configuration. This time it produces several error messages and doesn't produce any citations nor references.
One problem is that some macros introduced in 3.0 were removed again, so we probably need to make test for minor version and leave them in biblatex 3.4. The other problem is that biblatex does some things in \AtEndPreamble{} command and we can't fix it easily. It tries to redefine \MakeUppercase and \MakeLowercase macros, but patching fails, because they are redefined by tex4ht as well. The other thing is that it process list of babel languages and loads language files for them (it is probably requested only in some bibliography styles, for example Biblatex ISO 690 [1]). For some reason, the language files are loaded correctly, but code which should be executed only in case of failed loading is started. This results in run time error and language handling doesn't work.
I've modified biblatex.4ht to fix these issues, but it needs more testing, in particular with previous biblatex version, if someone has access to it.
[1] https://github.com/michal-h21/biblatex-iso690
|