Jacques Supcik

Results 5 comments of Jacques Supcik

I also faced this problem. Instead of building my own texlive from the sources, I am using a ready-made docker image from November 7, and it still produces the correct...

Can you try to replace the `figureTitle` entry with this `header-includes` in the metadata : header-includes: - | ```{=latex} \AtBeginDocument{% \addto\captionsenglish{\renewcommand{\figurename}{图}} } ``` So your "book.md" should look like this...

Units in computer science are not easy to handle (remember [Mars Orbiter Crash](https://en.wikipedia.org/wiki/Mars_Climate_Orbiter)). What do you about overriding the method with an argument of type [`std::chrono::duration`](https://en.cppreference.com/w/cpp/chrono/duration)? It does not solve...

This is perhaps linked to the issue #914 and fixed with the current master version. @T365, can you please try with the current version?