Matthäus G. Chajdas
Matthäus G. Chajdas
(Original comment by None on 2011-07-22T20:01:21.271185+00:00) The issue is discussed here http://pbelmans.wordpress.com/2011/07/05/guest-blog-inheritance-in-pygments-latexformatter/ and a solution is presented. Here's a patch against current pygments tip: ```patch --- pygments/formatters/latex.py.orig 2011-07-22 22:55:29.000000000 +0300...
(Original comment by None on 2011-07-22T20:02:56.424936+00:00) The patch was corrupted by bitbucket intelligent comment formatter. Here it is: http://pastebin.com/4qREr2Tr
(Original comment by leliobrun on 2018-07-26T11:42:22.613993+00:00) I ran across this bug, why is it still alive 8 years after?
Not that I'm aware of -- any contribution to help resolve this is welcome!
Ok, thanks. Out of curiosity: Which solution are you using now?
(Original issue was assigned to birkenfeld)
@birkenfeld Any idea how to accomplish this?
TOML would require pulling in a dependency for TOML parsing though, unless you plan to do it yourself? Pygments has no external dependencies, and I believe that's a feature.
Can someone confirm this fixed by #1756? I see an error on the first `}` but that seems unrelated?
Given #1756 doesn't fix your issue, but is already merged, I'd suggest to open a new one. For my understanding: Is terragrunt using a dialect of HCL or is that...