You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm..., we still need to maintain the completeBlank function but it is not so straightway to deal AST.
We now are spending a large part of the code to complete the lacking information retrieved by latex-utensils.
We have common sense reducing code lines is better to make no more bugs. Coulld we make monkey patch for latex-utensils. I guess this is better than completeBlank.
https://github.com/tamuratak/latex-utensils/blob/v4.0.0/CHANGELOG.md#L8-L12
v4.x introduce
softbreak
,space
, andLinebreak
.This will break our algorithms of parsing the output of latex-utensils.
refs #135
The text was updated successfully, but these errors were encountered: