Andre Rein

Results 9 comments of Andre Rein

On Arch Linux I did the following to get it MathJax to work properly. `mkdir /opt/mathjax` `cd /opt/mathjax` `sudo npm install mathjax@2` **NOTE: Do not use `npm install` inside of...

@PeterHuewe Hi Peter, sure I can elaborate. I simply want to use the TPM emulator on a Debian 9.0 system and forward the TPM to a qemu instance. After overcoming...

Hi, so I tried to re-activate/re-enable with the corresponding commands multiple times. So basically tpmd decativated / clear ... But it did not make any change. Indeed, the TPM device...

So, I did some testing. As it turns out, neither the kernel nor OpenSSL caused the issue. The problem which is causing that the tpm gets deactivated, is due to...

Not sure, I have also a system that forwards a hardware TPM to qemu. This works fine with the both qemu versions, i.e. stable-2.5 and stable-2.6. Unfortunately I could not...

@PeterHuewe Actually I did not follow up on this matter. :) If I find some time, I will have a look though.

I would love to have such a feature too!

> Well, for pages that you don't control, one way would be to enter > > ``` > for (const jax of MathJax.Hub.getAllJax()) {jax.SourceElement().previousSibling.classList.add('notranslate')} > ``` > > in the...

@dpvc, OK, perhaps this makes sense. For me, most of the math expressions where messed up and also the parts around it. So even if I had a `\text{}` in...