J

Results 23 comments of J

Already mentioned in #336 #403 #597 #633 #645 The `div` workaround in #597 works, while github repos for other workarounds are gone and thus not available to test.

Is it possible to compile everything statically base on the install instruction for cperl (shown below) ? :D If yes, could you suggest which switches one should use ? Many...

ExifTools can be installed to CPerl after `no strict "hashpairs"` is added immediately after `use strict` in Validate.pm. Furthermore, perlcc runs fine towards a hello-world script that uses ExifTools installed....

> sandbox=PRIVATE Thank you ! I will try sandbox=PRIVATE when the error shows up again and, since the error occurs randomly, see what happens afterwards in one or two months.

> sandbox=PRIVATE I just saw the error again, and began to try `sandbox=PRIVATE`. PS: (Fortunately) this time I was also running qstat -F json almost at the same time, and...

> I've pushed support for `\qty`, `\unit`, and `\qtyrange`. Could you suggest where to find the list of the supported siunitx commands ? Could one use `\DeclareSIUnit` to define new...

> Sorry, `\DeclareSIUnit` is not supported. For current siunitx support in texmath, see https://github.com/jgm/texmath/blob/master/src/Text/TeXMath/Readers/TeX.hs#L1133 Would it be possible to support `\DeclareSIUnit` in pandoc ? There are a number of units...

> Are you talking about converting from LaTeX or from markdown with LaTeX math? I am talking about converting from markdown with LaTeX math. (Is it correct to assume the...

> Complex siunitex stuff will probably work better if you're converting from LaTeX, because then pandoc uses its own fairly complex LaTeX parser. For math in markdown, it goes through...