Are there any hotkeys to make a text bold or italic in TeXlipse plug-in? It is tiresome to type \textbf{} and \textit{} each time I need to emphasize some word. Most of other TeX-editors support standard Ctrl+B" and Ctrl+I, but in TeXlipse it doesn't work.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 1 more comment |
|
TeXlipse has an auto-complete feature which you can access with ctrl+space. |
||||
|
|

CTRL+space? – ipavlic Feb 21 '11 at 15:39\emph{}, which is semantically better and also nests correctly. – Caramdir Feb 21 '11 at 17:07