Search found 1 match

by Djabo
Sun Apr 14, 2013 10:34 pm
Forum: Others
Topic: LaTeX Code Highlighting for Notepad++
Replies: 0
Views: 34593

LaTeX Code Highlighting for Notepad++

Notepad++ is an awesome editor. I love programming with it.

Unfortunately the built-in code highlighting for (La)TeX doesn't recognize and color math environments, such as $M$ , \[ \exp(i z) = \cos(z) + i \,\sin(z) \] or
\begin{align}
\exp(z) := \sum_{n = 0}^{\infty} \frac{z^n}{n!}
\end{align ...