Dominique
Dominique
Any news on this front?
I have the same issue. `--mathjax` is simply ignored.
In my field, the title of virtually every bib entry has LaTeX commands in it, going from `\textsf{...}` to math. Has anybody made progress on this issue? I have MathJax...
Thanks for the pointers! Changing simple markup is easy with filters, and that works well. But for math, I'm not sure what the filter should look like. [MathJax understands LaTeX...
So here's what I did and it seems to work: 1. Enable MathJax on my site 2. clone [`latex-decode`](https://github.com/inukshuk/latex-decode) locally, and comment out https://github.com/inukshuk/latex-decode/blob/master/lib/latex/decode.rb#L41 3. in my site's `_plugins/ext.rb`, add...
Thanks. That's indeed simpler: ``` ruby require 'latex/decode' # Disable the Math module of latex-decode as it interferes with MathJax module LaTeX module Decode class Maths < Decoder def self.decode!...
I observe the same on and iPad running iOS 16.5.1 (the latest at the time of this writing).
`nagfor -c kinds.F90` complains as above, but `nagfor -fpp -c kinds.F90` works. It seems the preprocessor is not activated by defauilt.
I'm reopening this because it requires a fix. What's happening is that fpp isn't triggered automatically by the F90 extension (capital F) on macOS. The reason is that most users...
LinearOperators has a TimedOperator type.