tex-color
takala4 2,886 0 0.7.2 MIT GitHub

tex-color

This package can insert \textcolor TeX command using keybord shortcut.

Demo

Imgur

Installing

  • You can install tex-color in Atom.
    • Setting -> Install -> search tex-color -> Select Install
  • In another way, you can also download as local package from https://github.com/takala4/tex-color

How to use

  • This Atom package tex-color uses TeX package color.
  • So the package color is imported with \usepackage{color}
  • When you select text XXX that is wanted to make in red and type ctrl+alt+R, \textcolor command is inserted as follows
\textcolor{red}{
XXX
}

Future

  • Multiple colors are can be selected.