MathJax rendering extra line to the right of substitutions - mathjax

Does anyone know why MathJax is adding the span element that causes the lines to be rendered to the right of all substituted statements?
e.g. https://hepdata.net/record/ins1380234

This is a bug introduced in recent versions of Chrome. MathJax v2.6.0 includes a work-around for it, so upgrading your site to use the latest 2.6 version should resolve the problem. See the MathJax issue tracker for details.

Related

"Plugin incompatible with the new build found: Markdown support"

I was just about to update Android Studio to the version 3.1, but this warning made me to stop and think a little bit:
I tried to search for it and even read here and there again without finding nothing specifically related to the Markdown support.
I'd just like to know more about the consequences of ignoring this warning before updating and, if possible, to have more info about the Markdown support.
I thank you in advance for the attention!
It seems it's nothing much, just an usual warning indeed.
Just after I did a test update, the following report popped up:
Then it allowed me to briefly update the Markdown support to the version 2017.1.20170419 - 173.4301.21.

How to do a bold 1 (\mathbbm{1}) in MathJax

I'm looking for blackboard bold numerals in LaTeX displayed with MathJax.
It seems that the \mathbbm command is not (yet) available from MathJax (as said in the documentation).
Is there anyway to have support for the \mathbbm command, e.g., to have nice bold 1 ?
I tried to load an extension, or trick from this question, but nothing works.
Here is an example showing the failure: with makebigmaths.
It seems to be a known and old issue of MathJax, coming from a font limitation.
And no third party extensions seem to solve it.
However, Jupyter notebooks supports it in its Markdown cells.
You can use Unicode characters directly, e.g., 𝟙, or via the non-standard macro \unicode{x1D7D9}.
Both of these can be used in macro definitions as well, cf. http://docs.mathjax.org/en/latest/tex.html#defining-tex-macros.
One can use \Bbb instead of \mathbbm which is mentioned under "Font control" in the current documentation. Judging by the question Obsolete command \Bbb, it is an obsolete TeX command.
I use \Bbb in an align environment using MathJax version 3.2.2 for doxygen.

Anyone else with bad font smoothing in Brackets 1.1?

So I've got Mactype installed which renders fonts beautifully on my Windows setup, but since I installed the latest version of Brackets v1.1 the font smoothing/anti-aliasing has been terrible.
Here's a comparison between version 1.0 and 1.1 .
v1.0
v1.1
I'm really not sure why it looks like this, I have tried clearing everything related with Brackets in ~\Appdata\Roaming\Brackets\ thinking it might be a conflict with some extensions I had installed but that didn't work, I'm guessing its a bug in the latest release.
Unfortunately I'm answering my own question, after doing a ton of research on the issue, I found out this was similar with font rendering issues I had been having in Chrome with mactype, I posted the issue on brackets' github and luckily someone else had the same bug in v1.2 and was able to get it working by starting a shortcut to Brackets with the switch --disable-direct-write .
Just append the switch to the end of your shortcut's target like this:
"C:\Program Files (x86)\Brackets\Brackets.exe" --disable-direct-write
And make sure you're starting brackets from the shortcut. :)

In jVI for Netbeans, the cursor won't appear

Depending on the font I use, I might see a quarter of a cursor (lower right rectangle not flashing) in the wrong place, or no cursor at all. Still, the line I'm on highlights and the column number is displayed in the lower right.
I've tried a mix of fixed-width fonts at a mix of sizes (11-14), including the default Monospace, MacVim's Menlo, the awful Courier, and another q-a site's suggested Consolas.
Any ideas how to get the cursor to show up would be great. Alternate ways to get Vi keybindings in NetBeans also acceptable, though it seems jVi is the most current / active effort.
NetBeans 7.1.2
EDIT:
Image showing no cursor with highlighting
Image showing actually two partial cursors, which I'd never seen before:
There is a problem with the Mac Retina, which is like this problem. The latest jVi release has a workaround, you need to turn on the option
Tools > Options > jViConfig > Platform > MacRetinaCursorXorBug
I had the same problem in Netbeans 8.0.2. Workaround for this is to disable following option:
Tools->Options->jVi config->platform->use modal frame
I found the solution here which solves other problems with cursor too. I hope this will help you.
Cheers
ubuntu - 14.04
java 1.7.0_121
netbeans - 8.2
jvi - 1.5.4
i had the same issue and 'use model frame' was already enabled. Enabling 'MacRetinaCursorXorBug' fixed the issue. i have set the frequency of the cursor to 500 to be on the safer side.
Enabling the option MacRetinaCursorXorBug under Tools > Options > jViConfig > Platform was the only working solution for me among a bunch of other suggested workarounds. So it's important to mention that this setting could be required even on non Mac Systems.
(Tested on environment: Netbeans IDE 8.0.2, Ubuntu 15.04 with Kernel 3.19.0-16, XFCE-Desktop 4.12, VirtualBox 4.3.28)
Setting the blink rate to 500 as suggested by develucas fixed this for me on Ubuntu and Netbeans 8.1, though it still disappears whilst moving it reappears shortly after it becomes stationary, makes jvi useable again.

Eclipse 3.2.2 content assist not finding classes in the project

In Eclipse 3.2.2 on Linux content assist is not finding classes within the same project. Upgrading above 3.2 is not an option as SWT is not available above 3.2 for Solaris.
I have seen suggestions to clean the workspace, reopen the workspace, run eclipse with the -clean command, none of which has worked.
Go to Java/Editor/Content Assist/Advanced in Preferences, and make sure that the correct proposal kinds are selected. Same kind of thing happened to me when I first moved to 3.4.
Thanks for your last comment it worked partially.
If there is any kind of errors, the content assist wont work. Once fixed, it partially works.
I say partially because, there appear to be a bug, when I do Perl EPIC inheritance ex:
package FG::CatalogueFichier;
use FG::Catalogue;
our #ISA = qw(FG::Catalogue);
use strict;
, the inheritted subroutines are not displayed in the content assist.
Are you sure that "build automatically" in the Project menu is checked? :-)
Another thing: is the Problems view, unfiltered, completely clear of compilation errors and of classpath errors?
I sometimes find I "lose" content assist because the "content assist computers" get disabled.
This is in:
[Workspace]\.metadata\.plugins\org.eclipse.core.runtime\.settings
org.eclipse.jdt.ui.prefs
and I just have to remove this property:
content_assist_disabled_computers=

Resources