tex-color
This package can insert \textcolor
TeX command using keybord shortcut.
- This is the Atom package.
- You can find the code in https://github.com/takala4/tex-color
Demo
Installing
- You can install tex-color in Atom.
Setting
->Install
-> searchtex-color
-> SelectInstall
- 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 packagecolor
. - So the package
color
is imported with\usepackage{color}
- When you select text
XXX
that is wanted to make in red and typectrl
+alt
+R
,\textcolor
command is inserted as follows
\textcolor{red}{
XXX
}
Future
- Multiple colors are can be selected.