magic-latex-buffer icon indicating copy to clipboard operation
magic-latex-buffer copied to clipboard

Magical syntax highlighting for LaTeX-mode buffers

Results 21 magic-latex-buffer issues
Sort by recently updated
recently updated
newest added

When writing text in RTL (Hebrew in my case), symbols are flipped the other way. For example, when typing `\in`, the character that is shown is of `\ni`. The way...

`magic-latex-buffer` makes Emacs noticeably slow especially in large buffers.

Org-mode allows for latex code to be _directly_ included. It would be awesome to use magic-latex-buffer in org-mode. But, although it seems to work, it screws the org-mode "syntax highlighting"...

Since there are distinct unicode symbols for `\epsilon = ϵ` and `\varepsilon = ε`, for example, doesn't it make sense to render them differently? I believe we also have distinct...

This is a great package for emacs, but one feature is upmost important as far as I think of is, to show the source when you hover the word with...

Add \coloneqq and \eqqcolon as := and =:; Consider \widehat as \hat

I want to put a short cut for `\color{red}{text}` to look, after using `magic-latex-buffer` as, e.g., `T{text}` in addition to coloring text as the default behavior. I tried this but...

Edit: Diagnosis isn't quite right; see next comment. When I include `magic-latex-buffer` in `LaTeX-mode-hook` (whether at the end or beginning, doesn't matter), the result is ~~what I expect~~ that MLB...

The reason is of course known, since align-current counts the number of *written* characters not the number of *displayed* characters. But is there any work-around of minor-mode to does that?

Is it possible to remove the dollar sign from the formulas produced by mlb?