Results 127 comments of Michal Hoftich

The missing `char-def` warning can be fixed by installing ConTeXt. Regarding the DOM error, do you experience it on this sample file? I can compile it without any errors with...

There seems to be two issues. First is that the wrong Pgf driver for SVG is used, which leads to some non-HTML tags in the document, second is that one...

Ah, I see, I didn't use the exact same options as you. I can reproduce this when I use them. Try this version of `tcolorbox.4ht`: ```latex % tcolorbox.4ht (2023-10-20-09:23), generated...

There already is [a pull request](https://github.com/michal-h21/biblatex-iso690/pull/124) with work in progress support for the new ISO 690 release. I haven't tested it yet, but I think it should be the start.

I've just installed your repo, and it is impressive! I don't see any problems at first glance, other than with the norm itself. I am unsure about using small caps...

The progress happens in a separate repo: https://github.com/wg030/biblatex-iso690_2021 There is a question as to whether the code should be imported here, or if a new CTAN package should be created,...

@vactomas it should suffice to just copy files from the Github repository to your Overleaf project, if you want to test it just on one document.

@vactomas yes. It would be great if you could create `czech-iso690_2021.lbx` and send it to us, as we will need the Czech translation.

I've created a basic configuration file for `citeproc-lua`, `citation-style-language.4ht` ```LaTeX % fix problems with \bibitem in the bibliography \def\setb:anc#1{\def\bib:anc{\def\bib:anc{#1}\ifx \bib:anc\empty \else \a:bibitem{}{\a:bibanchor#1}\b:bibitem\fi \gdef\bib:anc{}}% \def\AnchorLabel{\bib:anc} } \ExplSyntaxOn % add links to...