Christophe BAL
Christophe BAL
The following code doesn't compile. ~~~latex \documentclass[12pt]{article} \usepackage{minted} \begin{document} \begin{minted}{ruby} class Foo def init pi = Math::PI @var = "Pi = #{pi}..." end end \end{minted} \end{document} ~~~ But I can...
When check fails, you don't use the `stdout` stream. It should be better to indicate the failure *"Check failed with "* inside the `stderr` stream. Doing this allow extra tools...
Could be it possible to have the PDF version of this tutorial accessible without using print this book?
L3 interface
Is there a `LaTeX3` interface for coders? This could be used, for example, to access the cyan of namespace `svgnames`, and the green from `dvipsnames`. Useful? Yes, if a named...
### Context It might be useful to propose an abstract class or interface that only includes the `__init__`, render and `renderInline` methods from `RendererHTML`, and keeping general specific rendering methods...
Hello. AFAI, `siunitx` does not support the very useful `\BCPdata{language}` which allows knowing the main language from the `babel` point of view. Of course, we still need access to a...
The following piece of code could be added in the source code, which allows using `myboxobj("a.b.c.d")` instead of `myboxobj.a.b.c.d`. This simplifies some dynamic coding. ~~~python #!/usr/bin/env python3 from box import...
### Actual Situation It seems that `copier` does not allow to work with projects that each have their own template, but are parts of a monorepo with its own "single"...
The [Manim](https://www.manim.community/) project supports LaTeX formulas. It would be interesting for POV-Ray to add this feature too. To transform LaTeX content output into paths, a pure LuLaTeX script could be...
Here is a MWE showing an unwanted setting of colors where the text color is not respected. ~~~ \documentclass{article} \usepackage{tasks} \usepackage{xcolor} \pagecolor{gray} \color{white} \begin{document} TEST \begin{tasks} \task TEST \end{tasks} \end{document}...